rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr37878.c

10 lines
143 B
C

/* PR target/37878 */
double y, z;
void foo (long x)
{
y = *(double *) ((long *) (x - 1) + 1);
z = *(double *) ((long *) (x - 1) + 1);
}