https://sourceware.org/bugzilla/show_bug.cgi?id=34322
--- Comment #1 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=58b8db1ca4e6021161511cb24b18a48fcf8e5546 commit 58b8db1ca4e6021161511cb24b18a48fcf8e5546 Author: Alan Modra <[email protected]> Date: Sat Jul 4 19:57:43 2026 +0930 pr34322: assertion failure in get_or_create_member_type I thought about warning "DW_TAG_member without struct/union parent" here but decided that doesn't help much as the warning is disconnected from output. As it is the --map-global-vars code silently ignores unexpected attributes that might be found in fuzzed files. I'm fine with that too. PR 34322 * dwarf.c (get_or_create_member_type): Return NULL on NULL parent. (insert_element_in_list): Ignore DW_TAG_member without struct or union parent. -- You are receiving this mail because: You are on the CC list for the bug.
