URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pthread-init-2.c] - Rev 708
Go to most recent revision | Compare with Previous | Blame | View Log
/* Various Solaris versions have been known to have problems with the * pthread initialization macros when __STDC__ is defined. * * Origin: Kaveh Ghazi (ghazi@caip.rutgers.edu) 9/27/2006. */ /* { dg-do compile } */ /* { dg-require-effective-target pthread_h } */ /* { dg-options "-Wextra -Wall -ansi" } */ /* { dg-options "-Wextra -Wall -ansi -D_POSIX_C_SOURCE=199506L" { target { *-*-hpux* } } } */ #include "pthread-init-common.h"
Go to most recent revision | Compare with Previous | Blame | View Log