2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr83126.c
blob36bf5d5c4efde1bc7f7375cad7652ca96f9ea6a9
1 /* { dg-do compile { target pthread } } */
2 /* { dg-additional-options "-w -ftree-parallelize-loops=2 -floop-parallelize-all -O1" } */
4 void
5 ew (unsigned short int c9, int stuff)
7 int e1;
9 for (;;)
11 unsigned int *by = &e1;
12 int *fd = &stuff;
14 *fd = c9;
15 fd = *fd;
16 if (*fd != 0)
17 for (*by = 0; *by < 2; ++*by)
18 c9 *= e1;