https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116358
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Philipp Tomsich <ptoms...@gcc.gnu.org>: https://gcc.gnu.org/g:c9e2d0ec6eabc2a6b8c00984b2b2bc48565bb99b commit r15-3137-gc9e2d0ec6eabc2a6b8c00984b2b2bc48565bb99b Author: Manolis Tsamis <manolis.tsa...@vrull.eu> Date: Thu Aug 22 02:59:11 2024 -0700 ifcvt: disallow call instructions in noce_convert_multiple_sets [PR116358] Similar to not allowing jump instructions in the generated code, we also shouldn't allow call instructions in noce_convert_multiple_sets. In the case of PR116358 a libcall was generated from force_operand. PR middle-end/116358 gcc/ChangeLog: * ifcvt.cc (noce_convert_multiple_sets): Disallow call insns. gcc/testsuite/ChangeLog: * gcc.target/aarch64/pr116358.c: New test.