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/35271] Stack not aligned at mod 16 byte boundary in x86_64 code



------- Comment #15 from hubicka at gcc dot gnu dot org  2008-02-23 18:10 -------
Still, can I ask how does the PLT entry of Darwin look like?  It seems a bit
weird that recursive call that should not trigger lazy binding will get into
code relying on the alignment.
Or are some kind of aliases in place? I guess if the function has aliases we
will need to disable the optimization since it can be called by one name but
recurse to different overwritten name or so.

Honza


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35271


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