https://sourceware.org/bugzilla/show_bug.cgi?id=30308
--- Comment #15 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=cc28c46227cd483c22690ff7be003e48b5283573 commit cc28c46227cd483c22690ff7be003e48b5283573 Author: Alan Modra <[email protected]> Date: Tue May 12 09:57:16 2026 +0930 PR 30308 again Commit 22f8905d9f38 reintroduced pr30308. This fix resolves equates safely in the presence of symbol loops by using symbol_equated_to. Symbols aren't prematurely modified, by copying their value expressions before i386_intel_simplify does its work. I figure that it is safer to do this for all symbols rather than just the particular case of equates, so the in_equate parameter can disappear. -- You are receiving this mail because: You are on the CC list for the bug.
