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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-1.c
blob
a81ed1ff38a3acf572b62c64b77e2ca192bdf1f5
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
int
i
;
5
void
__GIMPLE
foo
()
6
{
7
i
=
1
;
8
}