From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2AC283858404; Thu, 6 Jul 2023 05:42:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2AC283858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688622165; bh=FxNsU8a0XEYvm4JmjMXPnZ92q5X7KiFppabFCF+unMQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AgiE8SGjEOXIcEVwKXszfz50VmQUuHEATsDCPr1hFmlCqE8ugPaYBIDVE9V4wzPwO yd0MGlD+RbhEZsD9dkh1Wo6QJtNShhNS7jDocCkz1mvI5vFaQUz8pjn8bGHO2qUrH3 UqnHALsza7ED/NP8tJ3etYb0/AacVaT3MnQIhQ2Q= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/110556] [12/13/14 Regression] Floating point exception with specific optimizations Date: Thu, 06 Jul 2023 05:42:44 +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: 13.1.1 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed target_milestone keywords bug_status short_desc cf_known_to_work cf_reconfirmed_on see_also cf_known_to_fail 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=3D110556 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |12.4 Keywords| |wrong-code Status|UNCONFIRMED |NEW Summary|Floating point exception |[12/13/14 Regression] |with specific optimizations |Floating point exception | |with specific optimizations Known to work| |11.1.0 Last reconfirmed| |2023-07-06 See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D100394 Known to fail| |12.1.0 --- Comment #9 from Andrew Pinski --- Confirmed. Note I think this is a latent bug, which was exposed with r12-475-g8ebf6b99952ada09bf9ea .=