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/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr37858.c
blob
4a827eebd129187e5a0e998eb550aee7017b1854
1
/* PR middle-end/37858 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fdump-ipa-early_local_cleanups -dv" } */
4
5
int
6
main
(
void
)
7
{
8
return
0
;
9
}
10
11
/* { dg-final { cleanup-ipa-dump "early_local_cleanups" } } */