1 /* { dg-do compile { target i?86-*-* } } */
2 /* { dg-skip-if "" { i?86-*-* } { "-m64" } { "" } } */
3 /* { dg-options "-mpreferred-stack-boundary=2 -march=i586 -O2 -fomit-frame-pointer" } */
5 extern void *foo(void *a
, const void *b
, unsigned c
);
8 bar(void *a
, const void *b
, unsigned c
)
13 "=&c" (d0
), "=&D" (d1
), "=&S" (d2
) :
14 "0" (c
/4), "q" (c
), "1" (a
), "2" (b
) :
27 dead(unsigned short *v
, char *w
, unsigned char *x
, int y
, int z
)
30 unsigned short j
= *v
;
37 __builtin_constant_p(i
) ? foo(x
, w
, i
) : bar(x
, w
, i
);