From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A594A3858401; Wed, 31 Jan 2024 16:54:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A594A3858401 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706720046; bh=6t2JyCZ5IgzNLSS7H09ehxEkgA++FYw6dCwk+LkqL+8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b5Os9Qh2uf0aj4aAd83pYo4FFaDGgjaWbXACjB+/iUsQx3gLcasurlxbmornesWFA BUDWIs1OiRAYg+SSfJlPpZL2VPPNqeQXhuCxLG/F8bHOZQiNaere8Vw9ujKYOSlmA7 OdBEKlqdXFzchnpmVccDTibzXaetq8AXm3JDHz3k= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113674] [11/12/13/14 Regression] [[____attr____]] causes internal compiler error: in decl_attributes, at attribs.cc:776 Date: Wed, 31 Jan 2024 16:54:06 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: 11.5 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=3D113674 --- Comment #4 from Marek Polacek --- Note that [[____pure____]] int g (int i) { return i; } doesn't crash: pure isn't a standard attribute. The crash seems to occur o= nly with an attribute that is registered twice: the GNU version and the standard version.=