This is the mail archive of the gcc-patches@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]

Re: [testsuite] i386 sibcall miscompilation


    Some more related information: this worked just fine before Kenner's alias
    changes, because outgoing arguments were stored into the stack usign alias
    set 0, which is now no longer true. Maybe they should go to alias set 0
    again if emiting sibling call arguments...

Or they should go into the stack in their own alias set.

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