Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
20040302-1.c
blob: 0e8821203ce759fcde69e599c4d289c1d5fe2c4f [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O1 -std=gnu89" } */
/* Test for .GLOBAL_VAR not being renamed into SSA after alias analysis.
provided by Dale Johannesen in PR 14266. */
void
foo
()
{
bar
();
}
main
()
{
foo
();
}