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/68986] [5/6 Regression] internal compiler error: Segmentation fault


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

--- Comment #14 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #13)
> Created attachment 37466 [details]
> A patch
> 
> I am testing this.

This patch is wrong.  After ix86_finalize_stack_realign_flags, there should
be no stack alignment changes.  We should update stack alignment for
__tls_get_addr in ix86_update_stack_boundary.  Also there is no need to
over-align stack for __tls_get_addr and function with __tls_get_addr call
isn't a leaf function.

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