From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 804193858C00; Fri, 20 Oct 2023 21:03:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 804193858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697835814; bh=1rLPN7wsAFWEOcKNL7trGQoThkJ4p9MwlWC3xE4Wlgw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HzhQyjB9J892MWyWTdSJUDBPmpnZxJwTPzu5fiMJdFku8B7fiRq8wK0Xfssw24BFr BgBm/nMi8ag/VgT8sAahHruS8ioTHRGUfOwxzhx+FST8XEUyuNg+RJcvd8NbCpV/47 F3DdOiqWjK2d2PFRZyLEvDmHEudD9fp1UD3efPJc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/111903] [14 Regression] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:567 with -mno-sse2 and _Float16 Date: Fri, 20 Oct 2023 21:03:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: error-recovery, ice-checking, ice-on-invalid-code 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status target_milestone assigned_to cf_reconfirmed_on keywords everconfirmed 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=3D111903 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |ASSIGNED Target Milestone|--- |14.0 Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot = gnu.org Last reconfirmed| |2023-10-20 Keywords| |error-recovery, | |ice-checking Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski --- if ((invalid_conv_diag =3D targetm.invalid_conversion (TREE_TYPE (expr), type))) { error (invalid_conv_diag); return error_mark_node; } So this is a C front-end issue not expecting error_mark_node in some cases. Looking into it further.=