]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/pthread-init-2.c: Define _POSIX_C_SOURCE on ia64 HP-UX.
authorSteve Ellcey <sje@cup.hp.com>
Wed, 25 Oct 2006 16:38:57 +0000 (16:38 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 25 Oct 2006 16:38:57 +0000 (16:38 +0000)
From-SVN: r118038

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pthread-init-2.c

index e5eba5e7774660aff1d9b5a75db01dfcc62ca51b..8d60f378152f35ff4a326980390af80dcd2c0849 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-25  Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/pthread-init-2.c: Define _POSIX_C_SOURCE on ia64 HP-UX.
+
 2006-10-26  Paolo Bonzini  <bonzini@gnu.org>
 
        * gcc.dg/simd-5.c, gcc.dg/simd-6: New testcases.
index 3a4d83eab2bf28c0361fec99124701ddfe84ca3d..6fc427fe2eb182d4ac667dd30f28a6b420b8eee8 100644 (file)
@@ -6,7 +6,7 @@
 
 /* { dg-do compile } */
 /* { dg-options "-Wextra -Wall -ansi" } */
-/* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { hppa*-*-hpux* *-*-solaris2.5.1 } } } */
+/* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { *-*-hpux* *-*-solaris2.5.1 } } } */
 
 #include "pthread-init-common.h"