From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C28683858C52; Sat, 18 May 2024 13:12:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C28683858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716037963; bh=eQv7PoJLhIW3IFy6YV1oizTtundqYRNm3+18ObATn+w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PiAjW1czpy7wgAtoG9HhY/7qYDcBwGwYcQhV6Ln2Z346l1/a1mRl9D2rklDaT7H72 3X9YBXLDp8UqSHfhg6rW3CJUaDQIpe7zN047toiFIxdpsDEaUZT0Dm3he6t94b1Bgo svfxqAF5VjCwbwyC+Vlgm/+qAO3XiDOAsQ49Afdo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115143] [13/14/15 Regression] tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 Date: Sat, 18 May 2024 13:12:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: blocker X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc bug_severity target_milestone cf_known_to_fail 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=3D115143 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |13.2.0 Summary|[14/15 Regression] tree |[13/14/15 Regression] tree |check: expected class |check: expected class |'type', have 'exceptional' |'type', have 'exceptional' |(error_mark) in |(error_mark) in |useless_type_conversion_p, |useless_type_conversion_p, |at gimple-expr.cc:85 |at gimple-expr.cc:85 Severity|normal |blocker Target Milestone|14.2 |13.3 Known to fail| |13.2.1 --- Comment #3 from Andrew Pinski --- Which means it is now a regression in GCC 13.=