|
From: | E. Weddington |
Subject: | Re: [avr-gcc-list] What GCC bug currently effect the AVR port of |
Date: | Tue, 08 Mar 2005 17:27:54 -0700 |
User-agent: | Mozilla Thunderbird 0.7.3 (Windows/20040803) |
address@hidden wrote:
I had a quick look at bugs and I spotted 18551. This is where prologue tries to create a label using function name as a template - unfortunately c++ names dont make good lables!! -mcallprolog need a label to jump back to the function after the library prologue call. The problem is obvious and it so happens I'm about 50% of the way thru writing "RTL prologue". So I can deal with that issue. "RTL prologue" does diddley squat for target but will keep avr up to date with gcc rules.
It definitely helps, according to this: <http://gcc.gnu.org/wiki/general%20backend%20cleanup> And this work is very appreciated! Eric
[Prev in Thread] | Current Thread | [Next in Thread] |