This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/29091] [4.0/4.1 Regression] vector constant not fully outputed
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Oct 2006 09:59:00 -0000
- Subject: [Bug c/29091] [4.0/4.1 Regression] vector constant not fully outputed
- References: <bug-29091-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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=gcc&view=rev&rev=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