1 /* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
2 /* { dg-options "-O2 -fomit-frame-pointer" } */
3 /* { dg-require-effective-target ilp32 } */
5 extern void abort (void);
6 extern void exit (int);
11 struct { struct { int a
; } a
; struct t
{ struct t
*a
, *b
; } b
; } c
;
14 int bar(int (*fn
)(void *), void *arg
, unsigned long flags
)
24 void do_check (struct s
*) asm ("do_check") __attribute__((regparm(1)));
26 void __attribute__((regparm(1))) do_check(struct s
*x
)
28 if (x
->a
.a
|| x
->b
|| x
->c
.a
.a
)
30 if (x
->c
.b
.a
!= &x
->c
.b
|| x
->c
.b
.b
!= &x
->c
.b
)
38 NT
"pushl %eax; pushl %ebx; pushl %ecx; pushl %edx; pushl %esi; pushl %edi"
40 NT
"pushl $0; pushl $0; pushl $0; pushl $0; pushl $0"
41 NT
"pushl $0; pushl $0; pushl $0; pushl $0; pushl $0"
46 NT
"popl %eax; popl %eax; popl %eax; popl %eax; popl %eax"
47 NT
"popl %eax; popl %eax; popl %eax; popl %eax; popl %eax"
49 NT
"popl %edi; popl %esi; popl %edx; popl %ecx; popl %ebx; popl %eax"
53 extern inline void do_asm(struct s
* x
)
55 asm volatile("call ___checkme" : : "c" (x
) : "memory");
60 struct s x
= { { 0 }, 0, { { 0 }, { &x
.c
.b
, &x
.c
.b
} } };