1 /* { dg-do compile } */
2 /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
3 /* { dg-options "-mabi=altivec" { target { { powerpc*-*-linux* } && ilp32 } } } */
4 /* { dg-options "-msse2" { target { i?86-*-* x86_64-*-* } } } */
5 /* Ignore warning on some powerpc-ibm-aix configurations. */
6 /* { dg-prune-output "non-standard ABI extension" } */
8 /* Test if C_MAYBE_CONST are folded correctly when
9 creating VEC_COND_EXPR. */
11 typedef int vec
__attribute__((vector_size(16)));
22 return foo (p
? q
:z
) > a
;
28 return b
> foo (p
? q
:z
);