This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18551] wrong asm output for -mcall-prologues with g++
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Mar 2005 21:14:41 -0000
- Subject: [Bug target/18551] wrong asm output for -mcall-prologues with g++
- References: <20041118193258.18551.bernie@develer.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-20 21:14 -------
Subject: Bug 18551
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: marekm@gcc.gnu.org 2005-03-20 21:14:28
Modified files:
gcc : ChangeLog
gcc/config/avr : avr.c
Log message:
PR target/18551
* config/avr/avr.c (avr_output_function_prologue): Do not use
current_function_name() in a label, use a local label instead.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.823&r2=2.2326.2.824
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.108.4.5&r2=1.108.4.6
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18551