[Bug target/89125] Misoptimization of converting sin(x) and cos(x) into sincos(x,&s,&c)

kargl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 13 17:06:07 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89125

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.

                === gcc Summary ===
                                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

                === g++ Summary ===
                                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

                === gfortran Summary ===
                                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


More information about the Gcc-bugs mailing list