repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c90-thread-local-1.c
blob
92bf57a90bc0f57415c8e48789196c34d6e7acf8
1
/* Test for _Thread_local: not in C90. */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c90 -pedantic-errors" } */
4
5
static
_Thread_local
int
x
;
/* { dg-error "_Thread_local" } */