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: E. Weddington
Subject: Re: [avr-gcc-list] Bug when -mcall-prologues is used in C++
Date: Fri, 04 Mar 2005 13:05:28 -0700
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)

address@hidden 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.

/* prologue: frame size=4 */
        ldi r26,lo8(4)
        ldi r27,hi8(4)
        ldi r30,pm_lo8(.L_int f()_body)
        ldi r31,pm_hi8(.L_int f()_body)
        rjmp __prologue_saves__+32
.L_int f()_body:
/* prologue end (size=5) */

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

Eric




reply via email to

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