From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8F697385771B; Mon, 17 Jul 2023 14:26:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F697385771B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689603966; bh=L/CcgJ0ud+8fXQrnlNUxXlf7hic0P95ikjCRVv8n/E0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=u1Off+QerG5jSRmBN+M1qAP75aR0UCxYNUTKYvwKa1xpTDphTy1XV3+Q/31H5cyYS uQ1ee567hZGjxC+EGwiYmy6fenFnedC8fK7/9dITgDElD++Tv5weMjdyQDIaFgf/8t qR4JwOsQNvROlar2gN0lnROXRQXqZHRNRYxWDsQs= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110699] [12/13/14 Regression] internal compiler error: tree check: expected array_type, have error_mark in array_ref_low_bound, at tree.cc:12754 Date: Mon, 17 Jul 2023 14:26: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D110699 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sayle at gcc dot gnu.org --- Comment #1 from Marek Polacek --- Started with r12-3278: commit 823685221de986afb729910a6f2237f07a377f17 Author: Roger Sayle Date: Wed Sep 1 08:38:39 2021 +0100 C: PR c/79412: Poison decls with error_mark_node after type mismatch=