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

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

Re: [avr-gcc-list] build error with svn gcc


From: Anatoly Sokolov
Subject: Re: [avr-gcc-list] build error with svn gcc
Date: Fri, 29 May 2009 21:44:29 +0400

Hi.


                ../../gcc/config/avr/avr.c -o avr.o
.../../gcc/config/avr/avr.c: In function �‘avr_override_options�’:
.../../gcc/config/avr/avr.c:396: error: �‘PARAM_INLINE_CALL_COST�’
undeclared (first use in this func )
.../../gcc/config/avr/avr.c:396: error: (Each undeclared identifier is
reported only once
.../../gcc/config/avr/avr.c:396: error: for each function it appears in.)

If anyone knows the about issue please let me know, it looks like
something got commited but not all of the change.

Remove from avr_override_options:

 if (!PARAM_SET_P (PARAM_INLINE_CALL_COST))
   set_param_value ("inline-call-cost", 5);

Anatoly.




reply via email to

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