* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr45969-1.c
blobccf68bc49888f29a461c744ae926a1541b86ebdd
1 /* { dg-options "-std=c89" } */
2 void crash() {
3 double l[4];
4 if((l[0]+l[2]) && (l[1]+l[3])){