3 /* { dg-options "-O0" } */
4 /* { dg-options "-O0 -mregparm=3" { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
11 test (0, 1, 2, 3, 4, 5, 6, 7);
16 test (int a
, int b
, int c
, int d
, int e
, int f
, int g
, int h
)
18 if (a
!= 0 || b
!= 1 || c
!= 2 || d
!= 3
19 || e
!= 4 || f
!= 5 || g
!= 6 || h
!= 7)