PR middle-end/85602 - -Wsizeof-pointer-memaccess for strncat with size of source
[official-gcc.git] / gcc / testsuite / gcc.dg / volatile1.c
blob61a3979b704686313f09392ee1f1053cba74569e
1 /* PR c/12553: we were erroneously setting TREE_SIDE_EFFECTS on &y, which
2 confused tree-ssa. */
4 void f()
6 int x;
7 volatile int y;
8 &x == &y;