Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
gcc.dg
/
volatile1.c
blob: 61a3979b704686313f09392ee1f1053cba74569e [
file
] [
log
] [
blame
]
/* PR c/12553: we were erroneously setting TREE_SIDE_EFFECTS on &y, which
confused tree-ssa. */
void
f
()
{
int
x
;
volatile
int
y
;
&
x
==
&
y
;
}