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/xtensa/xtensa.c (function_arg): Generalize logic so that it
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
volatile1.c
blob
61a3979b704686313f09392ee1f1053cba74569e
1
/* PR c/12553: we were erroneously setting TREE_SIDE_EFFECTS on &y, which
2
confused tree-ssa. */
3
4
void
f
()
5
{
6
int
x
;
7
volatile
int
y
;
8
&
x
== &
y
;
9
}