From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 321EB3857016; Mon, 12 Sep 2022 08:01:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 321EB3857016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662969713; bh=xqSDNc3oQdfmR7WziSzU2laJd+ufCU5Xa4swlw6PQFE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MnVDYNDIGSV6ovIoqNNnOXrWI7t5bCwxE5KZL2LTKqsH0q/IA1XFaJ3YFzttC0ZPU l0dRB3DW5pIz9jsjwXDcH1kE+mPHXs2Y6P+jo1EVwO78WknLg+5xsHVK+sXSnTtQkm AQWhJ8ohCQtMcFwP5W+9IUxdA16kwI2fwtu/M0sA= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106902] [11/12/13 Regression] Program compiled with -O3 -mfma produces different result Date: Mon, 12 Sep 2022 08:01:52 +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: needs-bisection, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org 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: everconfirmed target_milestone cf_known_to_fail priority cf_known_to_work keywords cf_gcctarget cc bug_status short_desc cf_reconfirmed_on 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 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |11.4 Known to fail| |11.2.0, 12.2.0 Priority|P3 |P2 Known to work| |10.3.0 Keywords| |needs-bisection, wrong-code Target|X86_64 |x86_64-*-* CC| |rguenth at gcc dot gnu.org Status|UNCONFIRMED |NEW Summary|Program compiled with -O3 |[11/12/13 Regression] |-mfma produces different |Program compiled with -O3 |result |-mfma produces different | |result Last reconfirmed| |2022-09-12 --- Comment #2 from Richard Biener --- Confirmed. -fno-tree-slp-vectorize avoids the issue.=