avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Bug when -mcall-prologues is used in C++


From: Marek Michalkiewicz
Subject: Re: [avr-gcc-list] Bug when -mcall-prologues is used in C++
Date: Fri, 4 Mar 2005 21:24:07 +0100
User-agent: Mutt/1.5.6+20040907i

On Fri, Mar 04, 2005 at 01:05:28PM -0700, E. Weddington wrote:

> >When using -mcall-prologues in C++, the label embedded in the prologue
> >sequence is output as a typed C++ name. Needless to say that the
> >assembler fails.

> The best thing to do is to fill out a GCC bug report on this.

There is one already in gcc bugzilla: 18551.  It appears easy to fix,
if only the "you should not use current_function_name()" suggestion
could mention what should be used instead :)

BTW, 19329 (from the long bug list) is not yet closed probably because
it should be fixed properly outside the AVR target, by not generating
these "shift by 0" insns at all.  The AVR target now has a workaround,
but some other targets might be affected as well.

Marek





reply via email to

[Prev in Thread] Current Thread [Next in Thread]