diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-03-27 12:33:06 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-03-27 12:33:06 +0000 |
commit | 82bb2e4069a7fdaa7cf8ccad2bdf7a6f8f4614c0 (patch) | |
tree | a47b1dae48f628a1a207ece7d9e63804f71920c8 /gcc | |
parent | 0b7f81668edcd07722fa4637cb61e17afd0c5d58 (diff) | |
download | gcc-82bb2e4069a7fdaa7cf8ccad2bdf7a6f8f4614c0.zip gcc-82bb2e4069a7fdaa7cf8ccad2bdf7a6f8f4614c0.tar.gz gcc-82bb2e4069a7fdaa7cf8ccad2bdf7a6f8f4614c0.tar.bz2 |
pr60092.c: Remove default dg-skip-if arguments.
* gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments.
From-SVN: r208863
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr60092.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2155af3..fd9149e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/torture/pr60092.c b/gcc/testsuite/gcc.dg/torture/pr60092.c index a85720c..a596e13 100644 --- a/gcc/testsuite/gcc.dg/torture/pr60092.c +++ b/gcc/testsuite/gcc.dg/torture/pr60092.c @@ -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; |