[Bug target/93743] [9/10 Regression] swapped arguments in atan2l

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Feb 16 20:40:00 GMT 2020


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

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Uros Bizjak <uros@gcc.gnu.org>:

https://gcc.gnu.org/g:6e37e49616d429c5d922324ebd72ae95f12a079f

commit r10-6662-g6e37e49616d429c5d922324ebd72ae95f12a079f
Author: Uros Bizjak <ubizjak@gmail.com>
Date:   Sun Feb 16 21:38:39 2020 +0100

    i386: Fix atan2l argument order [PR93743]

        PR target/93743
        * config/i386/i386.md (atan2xf3): Swap operands 1 and 2.
        (atan2<mode>3): Update operand order in the call to gen_atan2xf3.

    testsuite/ChangeLog:

        PR target/93743
        * gcc.target/i386/pr93743.c : New test.


More information about the Gcc-bugs mailing list