This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
c++/9738
- From: dannysmith at gcc dot gnu dot org
- To: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 21 May 2003 00:36:01 -0000
- Subject: c++/9738
- Reply-to: dannysmith at gcc dot gnu dot org
The following reply was made to PR c++/9738; it has been noted by GNATS.
From: dannysmith@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:
Subject: c++/9738
Date: 21 May 2003 00:33:27 -0000
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: dannysmith@gcc.gnu.org 2003-05-21 00:33:27
Modified files:
gcc : ChangeLog
gcc/cp : ChangeLog decl.c
gcc/testsuite : ChangeLog
gcc/config/i386: winnt.c
Added files:
gcc/testsuite/g++.dg/ext: dllimport2.C dllimport3.C
Log message:
PR c++/9738
* config/i386/winnt.c (i386_pe_encode_section_info): Enable
even if not first.
* cp/decl.c (duplicate_decls): Re-invoke make_decl_rtl
if the old decl had instantiated DECL_RTL.
(Base on Richard Henderson 2003-05-13 patch to c-decl.c).
* testsuite/g++.dg/ext/dllimport2.C: New file.
* testsuite/g++.dg/ext/dllimport3.C: New file.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.17894&r2=1.17895
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3387&r2=1.3388
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1055&r2=1.1056
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2694&r2=1.2695
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/winnt.c.diff?cvsroot=gcc&r1=1.46&r2=1.47
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/dllimport2.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/dllimport3.C.diff?cvsroot=gcc&r1=NONE&r2=1.1