1 /* PR rtl-optimization/25703 */
3 /* { dg-require-effective-target ilp32 } */
4 /* { dg-options "-O2 -mtune=pentiumpro" } */
6 extern void abort (void);
14 __attribute__ ((noinline
))
15 __attribute__ ((regparm(1))) t(struct a a
)
17 if (a
.a
!=1 || a
.b
!=1 || a
.c
!=1)