https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207
--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>: https://gcc.gnu.org/g:d4b35dab72b161f699aede157d90446973a71c99 commit r15-2771-gd4b35dab72b161f699aede157d90446973a71c99 Author: Andrew Pinski <quic_apin...@quicinc.com> Date: Tue Aug 6 15:43:21 2024 -0700 aarch64/testsuite: Fix gcc.target/aarch64/simd/vmmla.c [PR116207] After r15-2414-g2d105efd6f60 which fixed the dg-do directive, the testcase stopped working because there was a missing -save-temps. This adds that and now the testcase passes again. Pushed as obvious. gcc/testsuite/ChangeLog: PR testsuite/116207 * gcc.target/aarch64/simd/vmmla.c: Add -save-temps to the options. Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>