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
PR c/64856
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr37858.c
blob
577b661503afb61b8681f10082417a1de0409a4b
1
/* PR middle-end/37858 */
2
/* ??? With -dv removed, this test is a bit silly. */
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -fdump-ipa-build_ssa_passes" } */
5
6
int
7
main
(
void
)
8
{
9
return
0
;
10
}
11
12
/* { dg-final { cleanup-ipa-dump "build_ssa_passes" } } */