pthread-init-2.c (dg-options): Define _POSIX_C_SOURCE=199506L on Solaris 2.5.1 too.

* gcc.dg/pthread-init-2.c (dg-options): Define _POSIX_C_SOURCE=199506L
	on Solaris 2.5.1 too.

From-SVN: r117728
This commit is contained in:
Eric Botcazou 2006-10-14 11:19:50 +02:00 committed by Eric Botcazou
parent f6096891a2
commit 14ba83a988
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-10-14 Eric Botcazou <ebotcazou@libertysurf.fr>
* gcc.dg/pthread-init-2.c (dg-options): Define _POSIX_C_SOURCE=199506L
on Solaris 2.5.1 too.
2006-10-13 Eric Christopher <echristo@apple.com> 2006-10-13 Eric Christopher <echristo@apple.com>
* gcc.dg/pr25993.c: Skip for darwin. * gcc.dg/pr25993.c: Skip for darwin.

View File

@ -6,7 +6,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-Wextra -Wall -ansi" } */ /* { dg-options "-Wextra -Wall -ansi" } */
/* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { hppa*-*-hpux* } } } */ /* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { hppa*-*-hpux* *-*-solaris2.5.1 } } } */
#include "pthread-init-common.h" #include "pthread-init-common.h"