From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95681385B51F; Fri, 27 Jan 2023 14:47:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95681385B51F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674830825; bh=lmVT9+70RFghU+5HwWIK1kUvLehLyEjC0pPDCWzgjGo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v0mYAxfW/nhSYWxSBh8M/GmfejzlSBzSbIs98U6ywJOQsdLf4Z0GR5G3wXgX/BAKU 2RBRhihJKmDa2K5qlXfWhax/D/S8v7w6ILOmlZExxfKCPC6mTpfdwmmsmn4un+fCGx 0ow/YLy8c0zyee5IeczC5hV6mZRZlcJnTaEXKR9Q= 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:05 +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 #42 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:ed0a765ef9b7be420fc4cf6e653fc7350f84981c commit r13-5451-ged0a765ef9b7be420fc4cf6e653fc7350f84981c Author: Richard Biener Date: Fri Jan 13 08:52:07 2023 +0100 ia64: Don't add crtfastmath.o for -shared Don't add crtfastmath.o for -shared to avoid altering the FP environment when loading a shared library. PR target/55522 * config/ia64/linux.h (ENDFILE_SPEC): Don't add crtfastmath.o for -shared.=