OSDN Git Service

2012-01-03 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pr45353.c
1 /* PR rtl-optimization/45353 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fschedule-insns -fselective-scheduling" } */
4 /* { dg-require-effective-target scheduling } */
5
6 void
7 foo ()
8 {
9   __builtin_unreachable ();
10 }