2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20021007-1.c
blobde4c0defae9f21adb0eff110394115c78aac2ca4
1 /* PR c/7411 */
2 /* Verify that GCC simplifies the null addition to i before
3 virtual register substitution tries it and winds up with
4 a memory to memory move. */
6 void foo ()
8 int i = 0,j;
10 i+=j=0;