From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1AEC3858C78; Mon, 22 Apr 2024 07:14:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1AEC3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713770054; bh=5g9yI92FT+swaPaRqewMAaZrQt36+AuFVME/Dh7rjDU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=V2kcnFNGq8ZvitAcijx/TEks6IBKyINcJRJ4bObZM+8Pq7Lc95AhmjYVlFf13AVZm bSZK+41z4YJ706cirSut3T+zW0QWdwHnAvucZjk8jfoy1uEKfiYnbK138/LmkBNxMn WU/EtfafRzcoOBHygbfVVY5BHQS+7YdvdIayrr8I= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114799] [14 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: Mon, 22 Apr 2024 07:14:13 +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: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc cc priority 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-bisection | Summary|[14 Regression] ICE: tree |[14 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 CC| |jakub at gcc dot gnu.org, | |rguenth at gcc dot gnu.org Priority|P3 |P1 --- Comment #4 from Jakub Jelinek --- Started with r14-9316-g7890836de20912bd92afaf5abbeaf9d8c5b86542=