This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog.e500 cp/ChangeLog cp/Make-la ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-e500-branch
Changes by:	aldyh@gcc.gnu.org	2003-08-07 13:07:01

Modified files:
	gcc            : ChangeLog.e500 
	gcc/cp         : ChangeLog Make-lang.in call.c typeck.c 
Added files:
	gcc/testsuite/g++.dg/other: opaque-1.C opaque-2.C 

Log message:
	2003-08-07  Aldy Hernandez  <aldyh@redhat.com>
	
	* cp/Make-lang.in (cp/call.o): Add dependency for target.h.
	
	* cp/call.c (standard_conversion): Support opaque types.
	Include target.h.
	(strip_top_quals): Use cp_build_qualified_type instead of
	TYPE_MAIN_VARIANT.
	
	* cp/typeck.c (convert_for_assignment): Support opaque types.
	
	* testsuite/g++.dg/other/opaque-1.C: New.
	
	* testsuite/g++.dg/other/opaque-2.C: New.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.e500.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.1.2.25&r2=1.1.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.3076.2.108.2.2&r2=1.3076.2.108.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.125.4.3&r2=1.125.4.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.341.2.17&r2=1.341.2.17.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.436.2.5.2.1&r2=1.436.2.5.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/opaque-1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/opaque-2.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=NONE&r2=1.1.2.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]