blob: a41a557df9582defc81a08a594936b8682c843d6 [file] [log] [blame]
/* { dg-skip-if "ptxas crashes or executes incorrectly" { nvptx-*-* } { "-O0" "-Os" } { "" } } Reported 2015-11-20 */
int a, b, d = 1, e, f, o, u, w = 1, z;
short c, q, t;
int
main ()
{
char g;
for (; d; d--)
{
while (o)
for (; e;)
{
c = b;
int h = o = z;
for (; u;)
for (; a;)
;
}
if (t < 1)
g = w;
f = g;
g && (q = 1);
}
if (q != 1)
__builtin_abort ();
return 0;
}