gcc/gcc/cp ChangeLog pt.c decl.c
giovannibajo@gcc.gnu.org
giovannibajo@gcc.gnu.org
Sat Jan 10 01:18:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: giovannibajo@gcc.gnu.org 2004-01-10 01:18:08
Modified files:
gcc/cp : ChangeLog pt.c decl.c
Log message:
DR 337
PR c++/9256
* pt.c (tsubst): Substitution must fail if we are attempting to
create an array with element type that is an abstract class type.
* decl.c (cp_finish_decl): Strip pointers and array types recursively
before calling abstract_virtuals_error.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3863&r2=1.3864
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.809&r2=1.810
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1170&r2=1.1171
More information about the Gcc-cvs
mailing list