* gcc.dg/pthread-init-2.c: Define _POSIX_C_SOURCE on ia64 HP-UX.

From-SVN: r118035
This commit is contained in:
Steve Ellcey 2006-10-25 16:32:30 +00:00 committed by Steve Ellcey
parent 1d2c2b9681
commit 29f7d34e1f
2 changed files with 5 additions and 1 deletions

View 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()

View 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"