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 rtl-optimization/66838] Calling multiple SYSV AMD64 ABI functions from MS x64 ABI one results in clobbered parameters


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

--- Comment #4 from uros at gcc dot gnu.org ---
Author: uros
Date: Wed Jul 15 07:28:33 2015
New Revision: 225806

URL: https://gcc.gnu.org/viewcvs?rev=225806&root=gcc&view=rev
Log:
        PR rtl-optimization/66838
        * postreload.c (reload_cse_move2add): Also process
        CALL_INSN_FUNCTION_USAGE when resetting information of
        call-clobbered registers.

testsuite/ChangeLog:

        PR rtl-optimization/66838
        * gcc.target/i386/pr66838.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr66838.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/postreload.c
    trunk/gcc/testsuite/ChangeLog


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