From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D0CD8383DB95; Sat, 17 Sep 2022 18:19:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D0CD8383DB95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663438789; bh=El4A8dNg4q3GYn0nRjn4cTfy+jCYP4mTJmp4LTJOpdY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ted516Fe4dnqTtOj1wNG9TETBDPBqu9ws+y7Vis7Jq7x2oJF0m0vL5Jhf1Rkzdy4H Lzf2G4WjBwvCpcXQzQjMiTgjxqXa9UAWLyESI1yE6zQSsT505V3T8RhWRWMyaa5kh4 t1zrBL6YcL1cX5uQkyzISGQJZRB+Io5c8zbG4exM= From: "jhllawrence963 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106902] [11/12/13 Regression] Program compiled with -O3 -mfma produces different result Date: Sat, 17 Sep 2022 18:19:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jhllawrence963 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete 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=3D106902 Lawrence Lee changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #53560|0 |1 is obsolete| | --- Comment #8 from Lawrence Lee --- Created attachment 53588 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53588&action=3Dedit Updated Sample Program=