pr60092.c: Remove default dg-skip-if arguments.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 27 Mar 2014 12:33:06 +0000 (12:33 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 27 Mar 2014 12:33:06 +0000 (12:33 +0000)
* gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments.

From-SVN: r208863

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr60092.c

index 2155af3..fd9149e 100644 (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
index a85720c..a596e13 100644 (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;