https://sourceware.org/bugzilla/show_bug.cgi?id=25714
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0636b24556961d705b945f2465432df80e9ebf68 commit 0636b24556961d705b945f2465432df80e9ebf68 Author: Nick Clifton <[email protected]> Date: Mon Mar 23 16:17:51 2020 +0000 Avoid trigger an assertion failure in the STABS parser by replacing the abort with an error return. PR 25714 * wrstabs.c (stab_pop_type): Replace assertion with error return. * write_stabs_in_sections_debugging_info: Likewise. * stab_enum_type: Likewise. * stab_modify_type: Likewise. * stab_struct_field: Likewise. * stab_end_struct_type: Likewise. * stab_start_class_type: Likewise. * stab_class_static_member: Likewise. * stab_class_baseclass: Likewise. * stab_class_start_method: Likewise. * stab_class_method_var: Likewise. * stab_class_end_method: Likewise. * stab_end_class_type: Likewise. * stab_typedef_type: Likewise. * stab_start_function: Likewise. * stab_end_block: Likewise. * stab_lineno: Likewise. -- You are receiving this mail because: You are on the CC list for the bug.
