Fix unused warnings.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.c-torture / compile / pr37878.c
blobaa18e6d320010e937912b1e3b5f8f875cb91d0a0
1 /* PR target/37878 */
3 double y, z;
4 void foo (long x)
6 y = *(double *) ((long *) (x - 1) + 1);
7 z = *(double *) ((long *) (x - 1) + 1);