https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121253
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Richard Sandiford <rsand...@gcc.gnu.org>: https://gcc.gnu.org/g:47cdd873eddcd4127812fb902961b88da26d333b commit r15-10242-g47cdd873eddcd4127812fb902961b88da26d333b Author: Richard Sandiford <richard.sandif...@arm.com> Date: Mon Aug 18 12:15:21 2025 +0100 fwprop: Don't propagate asms [PR121253] For the reasons explained in the comment, fwprop shouldn't even try to propagate an asm definition. gcc/ PR rtl-optimization/121253 * fwprop.cc (forward_propagate_into): Don't propagate asm defs. gcc/testsuite/ PR rtl-optimization/121253 * gcc.target/aarch64/pr121253.c: New test. (cherry picked from commit e82c8413eda498163ae2e0ecc458ea0428708c30)