From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 067723858D38; Tue, 23 Apr 2024 08:25:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 067723858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713860709; bh=VhthQ8Yp9Wnz5sFdN+qXaianFTT8SZIe8or48RW2sK8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JG1KgBg9ElDFNdo2j6lQ+/q9g/Q+lniaQmNrZYW1J3HnsPgACzmXKJ0kyM3jSCN0l U4Tb+3JNJRI7jRiZHSlfWNbOtQsP+bcC6cpxnSKdB0hLzhokp+gqmVRGWR0Op4A22Y G/7iffL9EKYOckHxVnLMK0a5r7VCnt3hj7aZWKCE= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114799] [13 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 with -O2 -fno-vect-cost-model since r14-9316 Date: Tue, 23 Apr 2024 08:25:08 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: priority short_desc cf_known_to_work 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=3D114799 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 Summary|[14 Regression] ICE: tree |[13 Regression] ICE: 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 with |at gimple-expr.cc:85 with |-O2 -fno-vect-cost-model |-O2 -fno-vect-cost-model |since r14-9316 |since r14-9316 Known to work| |14.0 Target Milestone|14.0 |13.3 Known to fail|14.0 | --- Comment #9 from Richard Biener --- Will backport to 13 at least.=