OSDN Git Service

* gcc.dg/vect/vect-105.c: Prevent compiler from hoisting abort
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr35736.c
1 /* { dg-do compile } */
2 /* { dg-options "-O -Wall" } */
3
4 void foo()
5 {
6   while (1)
7     for (;;({ continue; }))
8       ;
9 }