pr60092.c: Remove default dg-skip-if arguments.

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

From-SVN: r208863
This commit is contained in:
John David Anglin 2014-03-27 12:33:06 +00:00
parent 0b7f81668e
commit 82bb2e4069
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-03-27 John David Anglin <danglin@gcc.gnu.org>
* gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments.
2014-03-27 Marcus Shawcroft <marcus.shawcroft@arm.com>
PR target/60580

View File

@ -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;