2 20181120-1.c from the execute part of the gcc torture tests.
7 /* PR rtl-optimization/85925 */
8 /* { dg-require-effective-target int32plus } */
9 /* Testcase by <sudi@gcc.gnu.org> */
19 volatile union U1 u
= { 0x4030201 };
22 testTortureExecute (void)
24 for (c
= 0; c
<= 1; c
++) {
25 union U1 f
= {0x4030201};