From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE27A38582A1; Wed, 19 Jul 2023 16:13:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE27A38582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689783193; bh=akcydDzGdnjEsDS/gNXWSVXACHSU/m7y0gXuTqyACoU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DvqVMhQxTQN1emh2qspfmOW1rcy8/zqY5m5vIb1uqptaO97MA2yUVqlpUXW6pHpyu C4ZPkfbJI3ai3yn5H03Cv0yB33MS39rCXZ2FVsvKfdjgaSs6J24QcVCC15IQ/g/W9I VVyIQSw5coV14Z1+wKNoBZN5wz9aQ4ZnfwvDHtZQ= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/110742] [14 Regression] cc1plus ICE "Floating point exception" during profiled bootstrap since commit g:08b99fe8ad6 Date: Wed, 19 Jul 2023 16:13:13 +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: build, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: component keywords 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=3D110742 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Component|rtl-optimization |tree-optimization Keywords|ra, wrong-code |build, ice-on-valid-code --- Comment #2 from Andrew Pinski --- Note I think g:08b99fe8ad6 is just exposing the failure. In that the change exposed the ICE in SLP in the code that g:08b99fe8ad6 changed.=