C99 testsuite readiness: Compile more tests with -std=gnu89
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / subcse.c
blobf9c36f5c044f72b5261d9cb1984201a3c828a496
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b, p)
4 int *p;
6 p[0] = 1230 - a;
7 p[1] = 1230 - b;