From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7FC963858438; Tue, 22 Aug 2023 12:41:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7FC963858438 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692708082; bh=vR8BX9eUx4VWAEwj2XLLSdhW8CQ2nvAHzUOu3hGVrEM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=H0+QWSivo42Snvymq+0TU3PCQ4xtYm99ixHQ3z8Fjx7fWSYES2dY33o/JMxIPnP84 wbnao2E9438bSRveiPA5teaDrFKiBK7KrK4zO3lqIrHW9/VMKSKqntHRuwIjbj67y+ n7h9lh+9RXFFdXWU7Ua0hUVRLRtMZVsTKDqr68qU= From: "hubicka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111054] [14 Regression] ICE: in to_sreal, at profile-count.cc:472 with -O3 -fno-guess-branch-probability Date: Tue, 22 Aug 2023 12:41:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hubicka 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: 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=3D111054 --- Comment #2 from Jan Hubicka --- This is a missing check for profile presence (we can not convert undefined probability to sreal). I will fix that.=