gcc/gcc/testsuite/gcc.dg/pr45353.c

11 lines
217 B
C

/* PR rtl-optimization/45353 */
/* { dg-do compile } */
/* { dg-options "-O2 -fschedule-insns -fselective-scheduling" } */
/* { dg-require-effective-target scheduling } */
void
foo ()
{
__builtin_unreachable ();
}