This is the mail archive of the gcc-bugs@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]

[Bug c++/11895] [3.4/3.5 Regression] ICE in reshape_init on "attribute(vector_size(16)) int"


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-29 20:58 -------
Subject: Bug 11895

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-e500-branch
Changes by:	aldyh@gcc.gnu.org	2004-01-29 20:58:50

Modified files:
	gcc            : ChangeLog.e500 
	gcc/cp         : ChangeLog decl.c 

Log message:
	2004-01-29  Aldy Hernandez  <aldyh@redhat.com>
	
	Backport:
	
	2004-01-17  Fred Fish  <fnf@intrinsity.com>
	
	PR c++/11895
	* cp/decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE,
	except don't call array_type_nelts() with a VECTOR_TYPE.

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.33&r2=1.1.2.34
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.6&r2=1.3076.2.108.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-e500-branch&r1=1.965.2.35.2.4&r2=1.965.2.35.2.5



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11895


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