blob: 83d5cdd997ec784ed72c75a7cad76025f16922c8 [file] [log] [blame]
/* PR tree-optimization/85529 */
struct S { int a; };
int b, c = 1, d, e, f;
static int g;
volatile struct S s;
signed char
foo (signed char i, int j)
{
return i < 0 ? i : i << j;
}
int
main ()
{
signed char k = -83;
if (!d)
goto L;
k = e || f;
L:
for (; b < 1; b++)
s.a != (k < foo (k, 2) && (c = k = g));
if (c != 1)
__builtin_abort ();
return 0;
}