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 libffi/52221] [libffi] r183675,r184021 needs to be fixed.


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

--- Comment #10 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-02-16 20:37:28 UTC ---
I see here three issues about this patch.

First, you don't treat stack-alignment.
Second, why you emulate here stack-argument cleanup for ret __size-4?  Why not
stick to already present variant?
Thirs, you corrupt arguments after the second.

That this patch works for you might be true, but it is for sure in general
wrong.


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