2 struct-cpy-1.c from the execute part of the gcc torture tests.
7 /* powerpc64-linux gcc miscompiled this due to rs6000.c:expand_block_move
8 not setting mem aliasing info correctly for the code implementing the
9 structure assignment. */
17 unsigned char pad
[28];
22 unsigned char pad1
[38];
26 #if !(defined(__SDCC_mcs51) && defined(__SDCC_MODEL_SMALL)) && !defined(__SDCC_pdk14) // Lack of memory
27 static struct termios zero_t
;
28 static struct tty_driver pty
;
41 testTortureExecute (void)
43 #if !(defined(__SDCC_mcs51) && defined(__SDCC_MODEL_SMALL)) && !defined(__SDCC_pdk14) // Lack of memory