From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6200C3856DC0; Sat, 22 Oct 2022 00:13:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6200C3856DC0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666397607; bh=iabQeKNYZ8hsuUwdS0FsR764mAEyJX5y9gm+i4PZivM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BvdOwACps6W91Jsmt+zCJIKScC/CVYOGZIECnHRX8mEm/tiFYMh8gAxnYwOOsP2Nz KQoB93gGzv8er2g9HLacuiGS6JnHBLtCF0DiVvti3EH5t2eeakGRWIsx0O7GwOAMEn CIHTz3Z7XBFVKhxUpcUmDiIeXMDHvF0ABLQegVBk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106764] [12/13 Regression] ICE on invalid code in tree check: expected function_type or method_type, have error_mark in gimplify_call_expr, at gimplify.cc Date: Sat, 22 Oct 2022 00:13:27 +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: error-recovery, ice-checking, ice-on-invalid-code X-Bugzilla-Severity: trivial X-Bugzilla-Who: pinskia 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.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone short_desc 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=3D106764 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.3 Summary|ICE on invalid code in tree |[12/13 Regression] ICE on |check: expected |invalid code in tree check: |function_type or |expected function_type or |method_type, have |method_type, have |error_mark in |error_mark in |gimplify_call_expr, at |gimplify_call_expr, at |gimplify.cc |gimplify.cc=