blob: e2b8945a5ccf7c535df5c8bfa57df2ecc37fa0dd [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-O1" } */
int n2;
__attribute__ ((simd)) char
w7 (void)
{
short int xb = n2;
int qp;
for (qp = 0; qp < 2; ++qp)
xb = xb < 1;
return xb;
}