]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/29091 (vector constant not fully outputed)
authorJakub Jelinek <jakub@redhat.com>
Fri, 6 Oct 2006 07:15:48 +0000 (09:15 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 6 Oct 2006 07:15:48 +0000 (09:15 +0200)
commit86a0f64291720469505a83812911c07ab7a2453f
tree11b6eca46692102cbf386e7bf44a3dd3eff1125a
parent0d3abf6f9e44a3341754463170ff12d504e77530
re PR c/29091 (vector constant not fully outputed)

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.

From-SVN: r117481
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr29091.c [new file with mode: 0644]
gcc/varasm.c