* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr78727.c
blob93cc3d729729abac50aa6f3505b7eebef5dadaa1
1 /* { dg-do compile } */
3 int
4 dd (int gj, unsigned int o7)
6 long long int e8 = gj;
8 e8 |= gj + 1u;
9 if (e8 != 0)
11 short int *mn = (short int *)&e8;
12 int pv;
14 e8 &= e8 > gj;
15 gj = o7 > e8;
16 pv = ((gj != 0) ? gj : *mn) && e8;
17 gj |= *mn / pv;
20 return gj;