From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0632C3858C56; Mon, 11 Dec 2023 19:34:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0632C3858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702323249; bh=wjTKXJLc8iGaUSz6Rq3zl6/xK51lIC3HJrB5s/sozjY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p0w7wp52oqrOzMuREZ08bymrzk2iNOiEDFAZ30MjnIwsCxKfyRr9vfO3CXoIblmT2 OVN6Qv9AJEamyrH4LHFesdlZuqoAoMGNgiE6nRJawx+OqmsI5O+h+Y/UvmLwz1WglH YIpyGzIdnC8/nWDdBZjW+fu/bWoSA1tMhlneNa54= From: "anlauf at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/112873] F2023 degree trig functions Date: Mon, 11 Dec 2023 19:34:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: anlauf at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112873 --- Comment #12 from anlauf at gcc dot gnu.org --- (In reply to Steve Kargl from comment #11) > On Sun, Dec 10, 2023 at 09:45:33PM +0000, anlauf at gcc dot gnu.org wrote: > > The flag -fdec-math now seems fully dysfunctional, i.e. it does nothing. > > I adjusted the documentation (intrinsic.texi, invoke.texi) declaring it > > obsolete. >=20 > In looking (briefly) at -fdec-math, I'm not sure it ever had > an effect. I left -fdec-math in options.cc for backwards > compatibilities in Makefiles as it should be a no-opt. I think it is fine to leave the switch in options.cc. Just updating the documentation should suffice, no bothering of users. Apparently Fritz implemented -fdec-math in r7-3677-g8e8c2744faa0cf, and this part of code was rewritten later. > > Can you have a look? If you think everything is fine, please submit to= the > > ML so that others have a chance to have a look. Or should I do it? >=20 > I'll give your updated patch a scan early next week. I can submit > the patch to both fortran@ and gcc-patches@. AS you know, I won't > be committing it as I am too git incompetent to do so. Jerry or myself can do the commit later. Looking at my addition again, I think that this change to invoke.texi: "... These functions are now GNU extensions." should correctly read: "These functions are now either part of Fortran 2023 or GNU extensions." Note to myself to fix this.=