https://sourceware.org/bugzilla/show_bug.cgi?id=33229
--- Comment #2 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=303045d9539d9032208b8b67f222943ff4c96b05 commit 303045d9539d9032208b8b67f222943ff4c96b05 Author: Alan Modra <amo...@gmail.com> Date: Wed Jul 30 08:18:19 2025 +0930 PR 33229 nds32 gas segfaults on gcc output Commit 1ac26e9f7ac2 replaced ISSPACE with is_whitespace, but the former returns true on EOL while the latter does not. Sprinkle is_end_of_stmt tests to fix this bug. The same segfault can be triggered by a ".relax_hint" with no following instructions. Fix that too. * config/tc-nds32.c (nds32_lookup_pseudo_opcode): Use is_end_of_stmt along with is_whitespace. (nds32_relax_relocs, nds32_relax_hint, nds32_flag), (ict_model: Likewise. (nds32_elf_append_relax_relocs): Return on no opcode. * testsuite/gas/nds32/nds32.exp: Find .d files automatically. * testsuite/gas/nds32/pr33229.d, * testsuite/gas/nds32/pr33229.s: New test. -- You are receiving this mail because: You are on the CC list for the bug.