From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E2E473858C2C; Wed, 13 Apr 2022 17:06:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E2E473858C2C From: "kargl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/89125] Misoptimization of converting sin(x) and cos(x) into sincos(x,&s,&c) Date: Wed, 13 Apr 2022 17:06:07 +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.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: kargl at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: 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: priority 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: Wed, 13 Apr 2022 17:06:08 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D89125 kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P4 |P3 --- Comment #15 from kargl at gcc dot gnu.org --- It's been over two years, can someone please commit the new path? Testing shows 31 new passes and no regressions. =3D=3D=3D gcc Summary =3D=3D=3D w/o patch w patch # of expected passes 175405 175434 # of unexpected failures 1081 1051 # of unexpected successes 20 20 # of expected failures 1459 1459 # of unresolved testcases 10 10 # of unsupported tests 3252 3252 =3D=3D=3D g++ Summary =3D=3D=3D w/o patch w patch # of expected passes 225338 225341 # of unexpected failures 678 676 # of expected failures 2071 2071 # of unresolved testcases 11 11 # of unsupported tests 10353 10353 =3D=3D=3D gfortran Summary =3D=3D=3D w/o patch w patch # of expected passes 65901 65901 # of unexpected failures 12 12 # of expected failures 272 272 # of unsupported tests 100 100=