From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F219B3858D34; Wed, 6 Mar 2024 18:37:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F219B3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709750249; bh=j0e4IJyzNOM4Bhg9jZkFJFc2a5AfW8u32UdYvCDZ27I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MtR96fDT8cmEABapfztKDtiUfn/yDB8IaZsPaKNYM3iNco94hETEIpNa3pe2Ul/R7 DZvXvloQc5pxLXMf4zWhdwGSuTK/y+vCWaVwKMzwDKOwvEVwO7ZoLAmTwf6CDuZ6SI WTL7+y2mFch9z2P7WqJX6mccOE2vgkz1E5oL3gPg= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114259] [14 Regression] ICE during GIMPLE pass: slp: internal compiler error: tree check: expected class 'type', have 'exceptional' (error_mark) in useless_type_conversion_p, at gimple-expr.cc:85 Date: Wed, 06 Mar 2024 18:37:29 +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: patrick at rivosinc dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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=3D114259 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|UNCONFIRMED |RESOLVED --- Comment #2 from Patrick O'Neill --- It's fixed on trunk. Thanks! *** This bug has been marked as a duplicate of bug 114249 ***=