repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* tree-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
objc.dg
/
tls
/
init-1.m
blob
fa4208dce0c1cac31e44f54446e70bfb5ef69678
1
/* Invalid initializations. */
2
/* { dg-require-effective-target tls } */
3
4
extern __thread int i;
5
int *p = &i; /* { dg-error "initializer element is not constant" } */