Skip to content

Commit

Permalink
* gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208863 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
danglin committed Mar 27, 2014
1 parent 743de8e commit 780b9a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/testsuite/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2014-03-27 John David Anglin <[email protected]>

* gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments.

2014-03-27 Marcus Shawcroft <[email protected]>

PR target/60580
Expand Down
2 changes: 1 addition & 1 deletion gcc/testsuite/gcc.dg/torture/pr60092.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* { dg-do run } */
/* { dg-require-weak "" } */
/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } { "*" } { "" } } */
/* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } } */
/* { dg-xfail-run-if "posix_memalign modifies first arg on error" { *-*-solaris2.11* } { "-O0" } } */

typedef __SIZE_TYPE__ size_t;
Expand Down

0 comments on commit 780b9a2

Please sign in to comment.