From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B6C93856085; Wed, 25 May 2022 03:46:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B6C93856085 From: "tim at klingt dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/105725] New: [ICE] segfault with `-Wmismatched-tags` Date: Wed, 25 May 2022 03:46:14 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tim at klingt dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 May 2022 03:46:14 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D105725 Bug ID: 105725 Summary: [ICE] segfault with `-Wmismatched-tags` Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: tim at klingt dot org Target Milestone: --- possibly a duplicate of 103703, but the backtrace is slightly different, so= i'd file a separate ticket for it: cwise gave me: ``` template class T::QPrivateSignal ``` stack trace ``` 0xd8e7d3 crash_signal ../../src/gcc/toplev.cc:322 0x7f59c77a051f ??? ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0 0x7ba59e class_decl_loc_t::add(cp_parser*, unsigned int, tag_types, tree_no= de*, bool, bool) ../../src/gcc/cp/parser.cc:33489 0x7e44ba cp_parser_elaborated_type_specifier ../../src/gcc/cp/parser.cc:20659 0x7c8972 cp_parser_type_specifier ../../src/gcc/cp/parser.cc:19370 0x7d8e90 cp_parser_type_specifier_seq ../../src/gcc/cp/parser.cc:24349 0x7d7214 cp_parser_type_id_1 ../../src/gcc/cp/parser.cc:24149 0x7d9fb3 cp_parser_template_type_arg ../../src/gcc/cp/parser.cc:24257 0x7da119 cp_parser_template_argument ../../src/gcc/cp/parser.cc:18799 0x7da119 cp_parser_template_argument_list ../../src/gcc/cp/parser.cc:18723 0x7da119 cp_parser_enclosed_template_argument_list ../../src/gcc/cp/parser.cc:32029 0x7db50f cp_parser_template_id ../../src/gcc/cp/parser.cc:18262 0x7dbcc9 cp_parser_class_name ../../src/gcc/cp/parser.cc:25698 0x7d386e cp_parser_qualifying_entity ../../src/gcc/cp/parser.cc:7116 0x7d386e cp_parser_nested_name_specifier_opt ../../src/gcc/cp/parser.cc:6798 0x7eaa4c cp_parser_simple_type_specifier ../../src/gcc/cp/parser.cc:19761 0x7c89d5 cp_parser_type_specifier ../../src/gcc/cp/parser.cc:19420 0x7d8e90 cp_parser_type_specifier_seq ../../src/gcc/cp/parser.cc:24349 0x7d7214 cp_parser_type_id_1 ../../src/gcc/cp/parser.cc:24149 0x7d9fb3 cp_parser_template_type_arg ../../src/gcc/cp/parser.cc:24257 ```=