PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / pr48159-1.c
blobcd67e63852f3283d04b653dcc2e0f44f84d31101
1 /* PR debug/48159 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -fcompare-debug" } */
5 void
6 foo (double x, int y, double *__restrict z, double *__restrict w)
8 while (y--)
9 *z++ = (*w++ = 0) * x;