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.apple-ppc Makefile.in c-type ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	apple-gcc_os_35-branch
Changes by:	fjahanian@gcc.gnu.org	2004-12-18 18:23:28

Modified files:
	gcc            : ChangeLog.apple-ppc Makefile.in c-typeck.c 
	                 convert.c 

Log message:
	Radar 3914905
	c-typeck.c (digest_init): Handle case of vector literal initializer initializing a
	const variable.
	convert.c (build_compound_literal_vector): New routine to generate a
	COMPOUND_LITERAL_EXPR expression for a vector constant.
	(convert_to_vector); call build_compound_literal_vector.
	Reviewed by Ziem.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.apple-ppc.diff?cvsroot=gcc&only_with_tag=apple-gcc_os_35-branch&r1=1.1.2.190.2.4&r2=1.1.2.190.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=apple-gcc_os_35-branch&r1=1.903.2.195.2.29&r2=1.903.2.195.2.29.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=apple-gcc_os_35-branch&r1=1.196.2.43.2.20&r2=1.196.2.43.2.20.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/convert.c.diff?cvsroot=gcc&only_with_tag=apple-gcc_os_35-branch&r1=1.18.2.12.2.9&r2=1.18.2.12.2.9.2.1


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