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
/
pr47763.c
blob
4f0cebee46304d0bfd2fad5e83061e33e122eae8
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -funroll-loops -fdump-rtl-web" } */
3
4
int
5
foo
()
6
{
7
}
8
9
/* { dg-final { scan-rtl-dump-not "Web oldreg" "web" } } */