Commit 0ac4c2d0 by Andrey Belevantsev Committed by Andrey Belevantsev

pr48374.c: Actually add the test I forgot in the 2012-01-25 commit.

2012-02-06  Andrey Belevantsev  <abel@ispras.ru>

      * gcc.dg/pr48374.c: Actually add the test I forgot
      in the 2012-01-25 commit.

From-SVN: r183928
parent 9039ea91
2012-02-06 Andrey Belevantsev <abel@ispras.ru>
* gcc.dg/pr48374.c: Actually add the test I forgot
in the 2012-01-25 commit.
2012-02-05 Thomas König <tkoenig@gcc.gnu.org> 2012-02-05 Thomas König <tkoenig@gcc.gnu.org>
PR fortran/32373 PR fortran/32373
......
/* { dg-do compile { target powerpc*-*-* ia64-*-* x86_64-*-* } } */
/* { dg-options "-O -fschedule-insns2 -fsel-sched-pipelining -fsel-sched-pipelining-outer-loops -fselective-scheduling2 --param max-sched-extend-regions-iters=2" } */
void foo (int y)
{
switch (y)
{
case 3:
case 5:
case 7:
case 11:
break;
default:
__builtin_unreachable ();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment