[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / vect-init-2.c
blob04446754cb79e52719799f2faeaaf2636e09d657
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 #define vector __attribute__((vector_size(16)))
6 vector float combine (float a, float b, float d)
8 return (vector float) { a, b, a, d };
11 /* { dg-final { scan-assembler-not "movi\t" } } */
12 /* { dg-final { scan-assembler-not "orr\t" } } */