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
* config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr37858.c
blob
8a81f16129a39daa88fd6e6d6d69bdce74d6860d
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