]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr45353.c
Update copyright years.
[thirdparty/gcc.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 }