This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47533] [m68k] stack corruption with -Os (probably due to tail call optimisation)
- From: "tg at mirbsd dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 29 Jan 2011 18:05:55 +0000
- Subject: [Bug c/47533] [m68k] stack corruption with -Os (probably due to tail call optimisation)
- Auto-submitted: auto-generated
- References: <bug-47533-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47533
--- Comment #5 from Thorsten Glaser <tg at mirbsd dot org> 2011-01-29 18:05:47 UTC ---
Created attachment 23164
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23164
Mikaelâs patch, against klibc git
I converted your patch to one against klibc git.
Iâm building it right now; will test it then.