From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A3C3F385BF83; Tue, 14 Apr 2020 20:44:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A3C3F385BF83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1586897089; bh=wrBn5b48O6x+vI//6VlOWr1CChEgT7Dww8u8STil8A0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O5v726pTKQ02sOtL26hc2zKG2YyqBDIqZaWfcqoOrSjGNApiP3s0nM7ZtnQJA4AeE T+DGsDbKJ6lQoWQRy37nPg+RkysCiwAmG4zJtrdqeR93vR+gV0mEDYnq9ENtdqa9he WndyYch2x+K+uDLjR39iXwLmAEyzmOKLQT6yIMXU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94587] Intrinsics optimization bug with -O2 -march=skylake-avx512 Date: Tue, 14 Apr 2020 20:44: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: 9.3.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2020 20:44:49 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94587 --- Comment #6 from Andrew Pinski --- (In reply to Patrick J. LoPresti from comment #5) > I did not use -ffp-contract=3Dfast nor -funsafe-math-optimizations nor > -ffast-math. Yet the statements were contracted. So the documentation has= a > bug. Not exactly because the defualt for -std=3Dc11 is different from -std=3Dgnu= 11 (which is the default, or is the default -std=3Dgnu17 well it depends on the compiler version). Plus: https://gcc.gnu.org/onlinedocs/gcc-9.3.0/gcc/Optimize-Options.html#index-ff= p-contract=