* 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:32:30 +0000 (16:32 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 25 Oct 2006 16:32:30 +0000 (16:32 +0000)
From-SVN: r118035

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

index 264d5992d394375069c67c93e700c0c6ecf0b294..5284824e8504db89fec6786eb92a17590e71ca78 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-25  Uros Bizjak  <uros@kss-loka.si>
 
        * gcc.dg/builtins-40.c: Also check remainder(), remainderf()
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"