From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 826F83858C2D; Wed, 5 Oct 2022 12:53:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 826F83858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664974426; bh=OuxaYBz32l8WDFlhnkRnqIzua9khNFkiZ6jyPQZh2Kc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RkoSdAZuP9OFO8r9CR6wQM042uhXGM2Xkm8cIwCRM8SzpOsaVwWdIRCoGLd7OELGj zGIsBSVJADdFYsXmUm4aYVSUpg8T3rb40EaS66zlNZVsjSbj7quhKbV5wplmCq6Zi1 IA082h3ERfua6HNgZjqjZVkpIQbEOJZ8WGrkBLOE= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/107156] ICE in lookup_attribute_by_prefix, at attribs.h:239 since r13-2976-g3a3516bc4a0a0307 Date: Wed, 05 Oct 2022 12:53:46 +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: 12.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 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=3D107156 --- Comment #4 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:0afa9dfb8fb3302db7f104add5654436927dcb56 commit r13-3088-g0afa9dfb8fb3302db7f104add5654436927dcb56 Author: Martin Liska Date: Wed Oct 5 12:34:30 2022 +0200 c: support the attribute starting with '_' PR c/107156 gcc/ChangeLog: * attribs.h (lookup_attribute_by_prefix): Support the attribute starting with underscore (_Noreturn).=