aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pthread-init-2.c
blob: 5da84baa51b2fc3ec94a25a0e0d172e10269bd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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-options "-Wextra -Wall -ansi" } */

#include "pthread-init-common.h"