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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
gimplefe-12.c
blob
28632287799944871070ec885907b58158f95601
1
/* { dg-do compile } */
2
/* { dg-options "-O -fgimple" } */
3
4
void
__GIMPLE
(
startwith
(
"ccp1"
))
foo
()
5
{
6
int
a
;
7
int
b
;
8
a
=
b
+
2
;
9
return
;
10
}