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 c-typeck.c config/rs600 ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-e500-branch
Changes by:	aldyh@gcc.gnu.org	2003-05-05 19:22:52

Modified files:
	gcc            : ChangeLog.e500 c-typeck.c 
	gcc/config/rs6000: rs6000.c 
Added files:
	gcc/testsuite/gcc.dg: 20030505.c 

Log message:
	2003-05-05  Aldy Hernandez  <aldyh@redhat.com>
	
	* testsuite/gcc.dg/20030505.c: New.
	
	* c-typeck.c (convert_for_assignment): Opaque pointers can
	interconvert.
	
	* config/rs6000/rs6000.c: New global opaque_p_V2SI_type_node.
	(rs6000_init_builtins): Initialize opaque_p_V2SI_type_node.
	(spe_init_builtins): Rename all pv2si_type_node to
	opaque_p_V2SI_type_node.
	Remove declaration of pv2si_type_node.
	(is_ev64_opaque_type): Accept opaque pointers.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20030505.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/ChangeLog.e500.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.1.2.6&r2=1.1.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.213.2.5.2.2&r2=1.213.2.5.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.403.2.6.2.3&r2=1.403.2.6.2.4


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