* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr61684.c
blob9a7b52feb9ea4f47700f8ef9a4f48e931455d92c
1 /* PR tree-optimization/61684 */
2 /* { dg-xfail-if "ptxas crashes" { nvptx-*-* } { "*" } { "-O0" "-O1" "-Os" } } */
4 int a, c;
5 static int *b = 0;
6 short d;
7 static short **e = 0;
9 void
10 foo ()
12 for (; c < 1; c++)
14 *e = &d;
15 a = d && (c && 1) & *b;