From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 62BC13858408; Fri, 16 Jun 2023 23:33:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 62BC13858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686958427; bh=VKLb7a4iaJ170HgtGWd68GVcEJlTfNGCiyazHedLODU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YueZtkhh2BV8p2zB0VioHgFnp1K/myxauf6G3SPVd3XZe+IruCsG6IjnYOHHYcd7m fMEv4e2bWS4ewfqHnCMPUPB7PLP/nenNTKliy+Ikzrwkp9Z1KNXeaB/URVz/s5+0Jr T5eiSWIwgIreAZZN531CBsyBfYWnVYaK5au+sM0U= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110219] [14 Regression] ICE: tree check: expected integer_cst, have real_cst in to_wide, at tree.h:6314 with _Complex float to int Date: Fri, 16 Jun 2023 23:33:47 +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: pinskia at gcc dot gnu.org 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D110219 --- Comment #4 from Andrew Pinski --- (In reply to Andrew Pinski from comment #3) > Dup of bug 110266. >=20 > *** This bug has been marked as a duplicate of bug 110266 *** I should say that bug has a better testcase than one which you need to disa= ble optimizations which is why I closed this one as a dup of that one even thou= gh this one was filed before and that one already recorded the fix for it too.=