Dump whether a SLP node represents load/store-lanes
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20000225-1.c
blob9d66313f6b003b0a990e4b40fc1f485c9619bd8e
1 void abort (void);
2 void exit (int);
4 int main ()
6 int nResult;
7 int b=0;
8 int i = -1;
12 if (b!=0) {
13 abort ();
14 nResult=1;
15 } else {
16 nResult=0;
18 i++;
19 b=(i+2)*4;
20 } while (i < 0);
21 exit (0);