From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 385F63857378; Wed, 5 Oct 2022 11:43:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 385F63857378 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664970194; bh=o3ZsMovbKcX/tGTVdqstEwz3eAn3Ng+tT/Py4TJ13P4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JYE+NgdyIoxEdvogdyuIBZWK/ekjou+GT2fmpn8DxVYh5bXZuDlrZ/MY26qb64o9F VPzzF0x4uXuTuHQLZWQggC+yHMLlFA4K03L+gXTzzHpb5KlH9XnpflK2FHAgCN1g5d JtgJztRDfpu8EeH9zGFExxoTqBQ8n8JdkcV7J2es= From: "marxin 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 11:43:14 +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: marxin 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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 Martin Li=C5=A1ka changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #3 from Martin Li=C5=A1ka --- Patch candidate: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602860.html=