blob: 0d704f8d16bc84caab37461526541d41e0fad296 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* PR rtl-optimization/45353 */
/* { dg-do compile } */
/* { dg-options "-O2 -fschedule-insns -fselective-scheduling" } */
/* { dg-require-effective-target scheduling } */
void
foo ()
{
__builtin_unreachable ();
}
|