From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96CE73857027; Tue, 19 Jan 2021 16:33:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96CE73857027 From: "msebor at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/98355] [9/10/11 Regression] ICE in has_attribute, at c-family/c-attribs.c:5628 Date: Tue, 19 Jan 2021 16:33:11 +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: 11.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: msebor at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 9.4 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 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: Tue, 19 Jan 2021 16:33:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98355 --- Comment #4 from Martin Sebor --- I had stated my intent in the initial submission to complete the C++ suppor= t in a followup patch: https://gcc.gnu.org/pipermail/gcc-patches/2018-November/510455.html Jason approved the initial patch with an encouragement to do so: https://gcc.gnu.org/legacy-ml/gcc-patches/2018-10/msg01528.html I might have gotten around to it if you and Jeff hadn't blocked for four mo= nths (!) my fixes for a few simple ICEs in the code. Here's the first submissio= n of a patch for the first ICE I found in December 2018: https://gcc.gnu.org/pipermail/gcc-patches/2018-December/512645.html The fixes didn't get approved and committed in r270326 until April 2019, and many rounds of back and forth bickering over whether the built-in should ac= cept expressions or error out on them.=