]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 2155af3b741e04fadc1e9e17ee66bd409a71e588..fd9149e9cbd330e92ea73a0b922d801fba16d115 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 a85720c603c38bb463fbd4359d373af652a4d935..a596e13aa9ea21cb2e0948bd82739c015a1b56d0 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;