This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9738] [3.3 regression] [mingw] Internal compiler error in rest_of_compilation, at toplev.c: 3491
- 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: 11 Jul 2003 12:02:29 -0000
- Subject: [Bug c++/9738] [3.3 regression] [mingw] Internal compiler error in rest_of_compilation, at toplev.c: 3491
- References: <20030218075600.9738.olegy@diawest.net.ua>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9738
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-07-11 12:02 -------
Subject: Bug 9738
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: dannysmith@gcc.gnu.org 2003-07-11 12:02:25
Modified files:
gcc/cp : ChangeLog decl.c
Log message:
Backport from mainline.
2003-05-21 Danny Smith <dannysmith@users.sourceforge.net>
PR c++/9738
* decl.c (duplicate_decls): Re-invoke make_decl_rtl
if the old decl had instantiated DECL_RTL.
(Based on Richard Henderson 2003-05-13 patch to c-decl.c).
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.180&r2=1.3076.2.181
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.965.2.55&r2=1.965.2.56