Commit a3fcfe27 by Devang Patel

Somehow, I missed to checkin this test when I fixed pr17635 (with

appropriate ChangeLog entry).

From-SVN: r90757
parent 57e42286
/* PR 17635 */
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile } */
/* { dg-options "-O2 -ftree-vectorize" } */
void foo(int i)
{
while (1)
if (i) ++i;
}
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