rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL when returning call_cookie.
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / altivec-types-4.c
blob52fa91453d5e595758d853d75c1747ba67d67228
1 /* { dg-do compile { target powerpc*-*-linux* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-require-effective-target powerpc_altivec_ok } */
4 /* { dg-options "-maltivec -mno-warn-altivec-long -mno-vsx" } */
6 /* These should not get warnings for 32-bit code when the warning is
7 disabled. */
9 __vector long vl;
10 __vector unsigned long vul;
11 __vector signed long vsl;
12 __vector __bool long int vbli;
13 __vector long int vli;
14 __vector unsigned long int vuli;
15 __vector signed long int vsli;