2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / opt / pr48273.C
blob340e3a101942ec24ba21078a66c830644b26bdd4
1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
2 // { dg-options "-fschedule-insns2 -fsel-sched-pipelining -fselective-scheduling2 -funroll-all-loops -march=core2" }
4 void bar ();
6 void foo ()
8   for (;;)
9     bar ();