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
[multiple changes]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
20040302-1.c
blob
8b80128cd608a62edcab438e1a7a1c4ae651da4a
1
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
4
/* Test for .GLOBAL_VAR not being renamed into SSA after alias analysis.
5
provided by Dale Johannesen in PR 14266. */
6
7
void
foo
() {
bar
(); }
8
main
() {
foo
(); }