Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / break-in-for.C
blob3028cdc804974b8dab8d30c68cb5482e65464a0e
1 /* PR17412 - ICE in fold_const.c during parsing.
2    fold would try to fold the operands of the break statement.  */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
5  
7 void foo ()
9   for (;;)
10     for (;;({break;}));