From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CD1A2385B534; Fri, 27 Jan 2023 14:47:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD1A2385B534 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674830839; bh=+4/wGlMMuOgp4IgQu1rw/875CBS5Ys5v05MXOGV2csI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gv+IIUaXCebck2ZHG8TJP0c7wW/awmkBnKNnrUSr2MFQa7Mgkn96DfiMNrLq20loi fzqE2wHKYHGOv6dECO3ZlBS45kVOMibePNNQQ2jSlc9X9tYwdPdPss/woX6HaephQt vgx9zVuWjowDwqFiXkOfGUEfOBD9GA5G/m4dO7io= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55522] -funsafe-math-optimizations is unexpectedly harmful, especially w/ -shared Date: Fri, 27 Jan 2023 14:47:18 +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: 4.6.3 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: major X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D55522 --- Comment #44 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b799acef461bcb78d77819dd27c8e4806177d841 commit r13-5453-gb799acef461bcb78d77819dd27c8e4806177d841 Author: Richard Biener Date: Fri Jan 13 08:57:12 2023 +0100 Clarify -shared effect on crtfastmath.o This rewords the note to not specifically mention crtfastmath.o but FP environment altering by -ffast-math or -Ofast. PR target/55522 * doc/invoke.texi (-shared): Clarify effect on -ffast-math and -Ofast FP environment side-effects.=