https://sourceware.org/bugzilla/show_bug.cgi?id=30308
--- Comment #18 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0f6b256ca84c113a8b06d878f19ed98c40a62b3d commit 0f6b256ca84c113a8b06d878f19ed98c40a62b3d Author: Alan Modra <[email protected]> Date: Fri Jun 12 08:32:18 2026 +0930 PR 30308 yet again Commit cc28c46227cd removed the symbol_resolving recursion guards in i386_intel_simplify_symbol. The testcases we'd considered then just involved simple equates, handled by symbol_equated_to. However, more complex expressions can also cause unbounded recursion. This patch restores the recursion guards. * config/tc-i386-intel.c (i386_intel_simplify_symbol): Add recursion guards. * testsuite/gas/i386/intel-equ-loop.s, * testsuite/gas/i386/intel-equ-loop.l: Extend testcase. -- You are receiving this mail because: You are on the CC list for the bug.
