From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BCC2384AB5D; Tue, 21 May 2024 14:36:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BCC2384AB5D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716302174; bh=rv7lrwJRKwcYG3e9wMb93curn2WkrGKB/Lpwd9g3hPM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H4LC7aSZD3aCnzXfzfaXwaspJyy2yje2DSU0gqBwi+XT6CGWhkSOqVoxHJgMBH88t lkftHXjV4l8X/Bumko84jr4nioU0mNFbluV2fX3961S2mUaZ0ktiBBXbjgf4Yk19d3 Obitnc2FnSpxxzu8tcdXxhbVwpe/sSgbZN6WcWwE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/115143] [11/12 Regression] tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 Date: Tue, 21 May 2024 14:36:14 +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, patch X-Bugzilla-Severity: normal 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail short_desc target_milestone cf_known_to_work 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 fail| |13.3.0 Summary|[11/12/13 Regression] tree |[11/12 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 Target Milestone|13.4 |11.5 Known to work| |13.3.1 --- Comment #16 from Andrew Pinski --- Fixed on the GCC 13 branch too. Backporting further requires removing the h= unk that handles diamond bbs as that was not in 12 or 11. I will handle that tomorrow.=