1 /* This testcase failed on mmix-knuth-mmixware. Problem was with storing
2 to an unaligned mem:SC, gcc tried doing it by parts from a (concat:SC
3 (reg:SF 293) (reg:SF 294)). */
5 typedef __complex__
float cf
;
6 struct x
{ char c
; cf f
; } __attribute__ ((__packed__
));
7 extern void f2 (struct x
*);
28 if (y
->f
!= 1 || y
->c
!= 42)