https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78353
--- Comment #2 from CVS 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:e03069be127cbc9d134d3f6b3c41461fed630444 commit r10-6811-ge03069be127cbc9d134d3f6b3c41461fed630444 Author: Christophe Lyon <christophe.l...@linaro.org> Date: Mon Feb 24 13:01:52 2020 +0000 PR78353: Fix testcases Skip the test if arm7a is not supported at link time. This is the case if the toolchain targets an M-profile CPU by default and does not have A-profile multilib: the link step fails because it tries to mix M-profile startup files with A-profile testcase. 2020-02-24 Christophe Lyon <christophe.l...@linaro.org> PR lto/78353 * gcc.target/arm/pr78353-1.c: Add arm_arch_v7a_multilib effective target. * gcc.target/arm/pr78353-2.c: Likewise.