From: John David Anglin Date: Thu, 27 Mar 2014 12:33:06 +0000 (+0000) Subject: pr60092.c: Remove default dg-skip-if arguments. X-Git-Tag: releases/gcc-4.9.0~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82bb2e4069a7fdaa7cf8ccad2bdf7a6f8f4614c0;p=thirdparty%2Fgcc.git pr60092.c: Remove default dg-skip-if arguments. * gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments. From-SVN: r208863 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2155af3b741e..fd9149e9cbd3 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-27 John David Anglin + + * gcc.dg/torture/pr60092.c: Remove default dg-skip-if arguments. + 2014-03-27 Marcus Shawcroft PR target/60580 diff --git a/gcc/testsuite/gcc.dg/torture/pr60092.c b/gcc/testsuite/gcc.dg/torture/pr60092.c index a85720c603c3..a596e13aa9ea 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;