[Bug c/29091] [4.0/4.1 Regression] vector constant not fully outputed

2006-10-16 Thread jakub at gcc dot gnu dot org


--- Comment #6 from jakub at gcc dot gnu dot org  2006-10-16 09:58 ---
Subject: Bug 29091

Author: jakub
Date: Mon Oct 16 09:58:48 2006
New Revision: 117779

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=117779
Log:
PR c/29091
* varasm.c (output_constant): If TREE_VECTOR_CST_ELTS chain is shorter
than
the number of vector elements fill the rest with zeros.

* gcc.dg/pr29091.c: New test.

Added:
branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr29091.c
Modified:
branches/gcc-4_1-branch/gcc/ChangeLog
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/gcc-4_1-branch/gcc/varasm.c


-- 


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



[Bug c/29091] [4.0/4.1 Regression] vector constant not fully outputed

2006-10-06 Thread jakub at gcc dot gnu dot org


--- Comment #5 from jakub at gcc dot gnu dot org  2006-10-06 07:42 ---
Fixed on the trunk so far.


-- 

jakub at gcc dot gnu dot org changed:

   What|Removed |Added

Summary|[4.0/4.1/4.2 Regression]|[4.0/4.1 Regression] vector
   |vector constant not fully   |constant not fully outputed
   |outputed|


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