This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/66275] __attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc generates incorrect code


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

--- Comment #9 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon Jun  8 18:41:24 2015
New Revision: 224244

URL: https://gcc.gnu.org/viewcvs?rev=224244&root=gcc&view=rev
Log:
        Backport from mainline:
        2015-06-03  Uros Bizjak  <ubizjak@gmail.com>

        PR target/66275
        * config/i386/i386.c (ix86_function_arg_regno): Use ix86_cfun_abi
        to determine current function ABI.
        (ix86_function_value_regno_p): Ditto.

testsuite/ChangeLog:

        Backport from mainline:
        2015-06-03  Uros Bizjak  <ubizjak@gmail.com>

        PR target/66275
        * gcc.target/i386/pr66275.c: New test.


Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr66275.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.c
    branches/gcc-5-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]