From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B9223858D39; Wed, 19 Oct 2022 07:19:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B9223858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666163952; bh=3HJovUUrmuR6vEjiwUx/6IZc5uAp4lZF2XUqdIqSA5c=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aRYebDofexcPXh2J3cM6aqN21TXRWW/1vZSnxDFk0faSnEBQZemhB7pV2MchL0011 bgmeNftG9EnSmftvRJO1BDdn3P4CKecrHEXRFk4uYlaUoj+a5M9Tjo5fe5NMicepr1 +kTnUWXDa/rqB8LqrhaM4gYe5gYulojNmv07a6Sk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/107307] [12/13 Regression] ICE tree check: expected class 'type', have 'exceptional' (error_mark) in canonicalize_component_ref, at gimplify.cc:2923 since r12-3278-g823685221de986af Date: Wed, 19 Oct 2022 07:19:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: error-recovery, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone component short_desc priority 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=3D107307 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.3 Component|c |middle-end Summary|ICE tree check: expected |[12/13 Regression] ICE tree |class 'type', have |check: expected class |'exceptional' (error_mark) |'type', have 'exceptional' |in |(error_mark) in |canonicalize_component_ref, |canonicalize_component_ref, |at gimplify.cc:2923 since |at gimplify.cc:2923 since |r12-3278-g823685221de986af |r12-3278-g823685221de986af Priority|P3 |P4 Keywords| |ice-on-invalid-code=