2 /* { dg-additional-options "-ftrapv -fno-ipa-vrp" } */
3 /* { dg-require-effective-target trapping } */
4 /* { dg-require-fork "" } */
11 /* Verify SImode operations properly trap. PR middle-end/52478 */
13 /* Disallow inlining/cloning which would constant propagate and trigger
16 int __attribute__((noinline
,noclone
))
24 pid_t child
= fork ();
28 volatile int x
= iaddv (__INT_MAX__
, 1);
33 if (wait (&status
) == child