comparison gcc/testsuite/gcc.target/aarch64/sve/acle/general/attributes_5.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents
children
comparison
equal deleted inserted replaced
145:1830386684a0 152:2b5abeee2509
1 /* { dg-options "-msve-vector-bits=128" } */
2
3 #if __ARM_BIG_ENDIAN && !__ARM_FEATURE_SVE_BITS
4 int pass = 1;
5 #else
6 #include "attributes_1.c"
7 #endif