From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7AEAD3882100; Sat, 15 Jun 2024 00:35:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AEAD3882100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718411754; bh=QwBDKpbBPwWOaUndJOhRxLaaDpmq+nEjXi782DelwVg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AAoolwxUuQUQBvHeQCX2JqN4yt5KHY4pIlQzeS2HNbiHGDQ1YcC3qjonJrRF9Tohc X8FJIgpa1y6xl0UyEJHZz0vUODebdcFHpq3t2uGFpTy+tS2JiScuZveRj781HqoHvI PRgA8CDXx8QvcK39MNsz6WHRUfiBhwiautWAphxs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/115489] ICE: tree check: expected class 'type', have 'exceptional' (error_mark) in create_tmp_from_val, at gimplify.cc:589 Date: Sat, 15 Jun 2024 00:35:54 +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: 15.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: NEW X-Bugzilla-Resolution: 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: everconfirmed cc bug_status keywords cf_reconfirmed_on 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=3D115489 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |pinskia at gcc dot gnu.org Status|UNCONFIRMED |NEW Keywords| |ice-checking Last reconfirmed| |2024-06-15 --- Comment #1 from Andrew Pinski --- Reduced testcase: ``` static int *g_161; int f(int); void func_64(int l_724) { l_724 &=3D f (g_161); } static int g_161; ``` I suspect this started with r12-3278-g823685221de986 but since it does not = ICE with release checking I am not 100% there.=