https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120877
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2025-07-04 Known to fail| |9.1.0 Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Better backtrace: ``` 0x29cc88f internal_error(char const*, ...) /home/apinski/src/upstream-gcc-match/gcc/gcc/diagnostic-global-context.cc:517 0x154552f crash_signal /home/apinski/src/upstream-gcc-match/gcc/gcc/toplev.cc:321 0xdd37ae finish_call_expr(tree_node*, vec<tree_node*, va_gc, vl_embed>**, bool, bool, int) /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/semantics.cc:3534 0xd26881 cp_parser_postfix_expression /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:8516 0xd21f7e cp_parser_unary_expression /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:9775 0xcf1ef6 cp_parser_cast_expression /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:10690 0xcf2fdf cp_parser_binary_expression /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:10793 0xcf41d0 cp_parser_assignment_expression /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:11146 0xd2ceaf cp_parser_template_argument /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:20395 0xd2ceaf cp_parser_template_argument_list /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:20096 0xd2ceaf cp_parser_enclosed_template_argument_list /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:34431 0xd2e564 cp_parser_template_id /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:19627 0xd2ed36 cp_parser_class_name /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:27449 0xd28a47 cp_parser_qualifying_entity /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:7704 0xd28a47 cp_parser_nested_name_specifier_opt /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:7390 0xd398e9 cp_parser_constructor_declarator_p /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:33350 0xd398e9 cp_parser_decl_specifier_seq /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:17293 0xd3e97d cp_parser_simple_declaration /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:16458 0xd4c30b cp_parser_declaration /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:16258 0xd4da5b cp_parser_toplevel_declaration /home/apinski/src/upstream-gcc-match/gcc/gcc/cp/parser.cc:16279 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. ```