From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 329573858C00; Wed, 9 Nov 2022 00:57:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 329573858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1667955477; bh=7wYtvggXZz8PKapUTgcbmgeZATpeyVw4isz2rjOfiHQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b/lqmhJXzBf1OLLohcQsrS7SnQMhFYuCcp2943Ru+xEEs3lGJJRKkjBCP6FUrDjcg D+jhRUvzhMz470YNYLLeZWPulZeqQT7B3g5ErihiVmFLJcVjMofM907nP5Rgbyiw5p TXlWWlV6Ipy6MT5bVxJGOygEFt3MU2KIxjUt3Usg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107584] internal compiler error: in finish_member_declaration, at cp/semantics.c:3023 Date: Wed, 09 Nov 2022 00:57:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 7.5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: Message-ID: In-Reply-To: References: 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107584 --- Comment #4 from Andrew Pinski --- (In reply to Marek Polacek from comment #3) > GCC 7 is not supported anymore and this doesn't crash with supported > versions. Also the reduced testcase started to be accepted in GCC 12.=