This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: m68k bootstrapping broken
On Tue, Jan 13, 2004 at 10:57:29PM +0100, Bernardo Innocenti wrote:
> By the way, do you also agree that -fomit-frame-pointer is always
> a win on m68k? AFAIK, gdb handles it correctly and all
> -fomit-frame-pointer bugs should have been fixed.
I have gdb-6.0 here and dont see how it does work, although
I would be really glad if baktrace would work. Compiling stuff
with "-gdwarf-2 -g3" - am I missing something?
> My proposal is to switch m68k to imply -fomit-frame-pointer with
> -O. Of course, I think we're too late for 3.4, so it will have
> to be postponed even if we all agree.
it would be -O2 if at all.
For m68k-linux it has the additional side effect of enforcing
a stricter interpretaion of our slightly unusual a0/d0/fp0 abi
so it wont be so good to have this as default.
Richard