PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr48374.c
blobd694a785387d629af97a0d08419f8a28deb831af
1 /* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O -fschedule-insns2 -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops -fselective-scheduling2 --param max-sched-extend-regions-iters=2" } */
4 void foo (int y)
6 switch (y)
8 case 3:
9 case 5:
10 case 7:
11 case 11:
12 break;
13 default:
14 __builtin_unreachable ();