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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
20040302-1.c
blob
0e8821203ce759fcde69e599c4d289c1d5fe2c4f
1
/* { dg-do compile } */
2
/* { dg-options "-O1 -std=gnu89" } */
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
(); }