https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112698
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Christophe Lyon <cl...@gcc.gnu.org>: https://gcc.gnu.org/g:d77d2dd9bdea7b8963db2a0a06ca481458ef2c98 commit r14-6018-gd77d2dd9bdea7b8963db2a0a06ca481458ef2c98 Author: Christophe Lyon <christophe.l...@linaro.org> Date: Thu Nov 30 10:10:24 2023 +0000 testsuite/arm: Fix bfloat16_vector_typecheck_[12].c tests [PR 112698] After commit r14-5617-gb8592186611, int32x[24]_t types now use elements of 'long int' type instead of 'int' on arm-eabi (it's still 'int' on arm-linux-gnueabihf). Both are 32-bit types anyway. This patch adjust the two tests so that they optionnally accept 'long ' before 'int' in the expected error message. 2023-11-30 Christophe Lyon <christophe.l...@linaro.org> PR target/112698 gcc/testsuite/ * gcc.target/arm/bfloat16_vector_typecheck_1.c: Update expected error message. * gcc.target/arm/bfloat16_vector_typecheck_2.c: Likewise.