PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr45353.c
blob0d704f8d16bc84caab37461526541d41e0fad296
1 /* PR rtl-optimization/45353 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -fschedule-insns -fselective-scheduling" } */
4 /* { dg-require-effective-target scheduling } */
6 void
7 foo ()
9 __builtin_unreachable ();