OSDN Git Service

* gcc.dg/pthread-init-2.c: Define _POSIX_C_SOURCE on ia64 HP-UX.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2006 16:32:30 +0000 (16:32 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Oct 2006 16:32:30 +0000 (16:32 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118035 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 264d599..5284824 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 3a4d83e..6fc427f 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"