2 20111208-1.c from the execute part of the gcc torture suite.
14 #if !(defined (__GNUC__) && __GNUC__ < 5)
15 /* PR tree-optimization/51315 */
16 /* Reported by Jurij Smakov <jurij@wooyd.org> */
21 do_something (int item
)
27 pack_unpack (char *s
, char *p
)
33 send
= s
+ strlen (s
);
34 pend
= p
+ strlen (p
);
58 char a
[sizeof (int16_t)];
61 memcpy (v
.a
, s
, sizeof (int16_t));
62 s
+= sizeof (int16_t);
72 char a
[sizeof (int32_t)];
75 memcpy (v
.a
, s
, sizeof (int32_t));
76 s
+= sizeof (int32_t);
89 testTortureExecute (void)
91 #if !(defined (__GNUC__) && __GNUC__ < 5)
92 int n
= pack_unpack ("\200\001\377\376\035\300", "sl");