This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13547] [3.4 Regression] avr port does not build
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2004 17:34:23 -0000
- Subject: [Bug target/13547] [3.4 Regression] avr port does not build
- References: <20040102172006.13547.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-02 17:34 -------
Just to you tell Steven must have a commited a patch which was without a changelog, there is
obvious fix to this problem, fix avr.c not to use current_function_name but
(*lang_hooks.decl_printable_name) (current_function_decl, 2) which I have a patch for.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|avr port does not build |[3.4 Regression] avr port
| |does not build
Target Milestone|--- |3.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13547