From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8992F3858D1E; Mon, 19 Dec 2022 23:25:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8992F3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671492339; bh=smKzSS7UOLnJrppnQzTLI7/AFWhG8UVoGBh+X/jF7qc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TIl+qA+ZSKIacNAspjC7/PBPgiu8EF+H0Yl1xHeSfoiJZjC6ZvFr+zT6oQ/XJGhEl 2DK2PcewzsHbpH+uPuPPcpi84CVDdv1exm/3fAsYWoQmhzIGs0lcb0kgIWs8Q1CfIz rw/oZ98d3trEDwx4Qb4ULG3V5vKWT5ApFdTKZmak= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106896] [13 Regression] ICE in to_sreal_scale, at profile-count.cc:339 since r13-2288-g61c4c989034548f4 Date: Mon, 19 Dec 2022 23:25:38 +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: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106896 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2022-09-12 00:00:00 |2022-12-19 --- Comment #8 from Andrew Pinski --- Just a quick note, for some reason using the original testcase with the C++ front-end does not produce the ICE while using the C front-end does. I didn= 't look into the IR difference or predict differences of why though.=