From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 750003858281; Wed, 19 Jul 2023 18:50:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 750003858281 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689792651; bh=0SfeBE90wexq1f6cEOu9OpO66d21GLL6RmuYXxx5HI8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qX4NLKN/PDGtYEf0RFOE+RAzXwhYoBA3mg0naWvQ7S63GaEbjx6fjJEOCoMNVjDc0 OU3lWSfx/h++wN2jYYtDuqNtf03mQlixBHGemCpf8YzZMD8WCy+KrQMaB/OeW2K/e0 LKZvAxowTEtvf6ogwOBEFDjKemFw/q9b2okHFYHk= 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 18:50:51 +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: attachments.created 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 --- Comment #5 from Andrew Pinski --- Created attachment 55585 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55585&action=3Dedit Reduced testcase options required: `-O2 -fprofile-generate -march=3Darmv8-a+simd -mfpu=3Dneon-fp-armv8 -mfloat-abi=3Dhard`=