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/84128] i686: Stack spilling in -fstack-clash-protection prologue neglects %esp change


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

Jeffrey A. Law <law at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2018-01-30
     Ever confirmed|0                           |1

--- Comment #2 from Jeffrey A. Law <law at redhat dot com> ---
I see what's happening.

It's specific to cases where a function needs a probing loop, uses all the
argument passing registers, but no callee saved registers.

At first glance it looks like both stack-clash and stack-check are affected. 
No surprise since they have the same basic structure for handling large frames.

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