https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110279
--- Comment #10 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Di Zhao <dz...@gcc.gnu.org>: https://gcc.gnu.org/g:5c19ba52519be975d4464b063d3d5a2c700dd241 commit r15-4956-g5c19ba52519be975d4464b063d3d5a2c700dd241 Author: Di Zhao <diz...@os.amperecomputing.com> Date: Tue Nov 5 12:28:54 2024 +0800 testsuite: fix testcase pr110279-1.c The test case is for targets that support FMA. Previously the "target" selector is missed in dg-final command. gcc/testsuite/ChangeLog: PR tree-optimization/110279 * gcc.dg/pr110279-1.c: add target selector.