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-9.c
blob
a24be273ef95e3f1b5a2d96e262c327660e34c91
1
/* { dg-do compile } */
2
/* { dg-options "-fgimple" } */
3
4
int
__GIMPLE
()
bar
()
5
{
6
int
a
;
7
a
=
a
+
1
;
8
return
a
;
9
}
10
11
void
__GIMPLE
()
foo
()
12
{
13
int
b
;
14
b
=
bar
();
15
}