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/29091] [4.0/4.1/4.2 Regression] vector constant not fully outputed



------- Comment #4 from jakub at gcc dot gnu dot org  2006-10-06 07:16 -------
Subject: Bug 29091

Author: jakub
Date: Fri Oct  6 07:15:48 2006
New Revision: 117481

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117481
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:
    trunk/gcc/testsuite/gcc.dg/pr29091.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/varasm.c


-- 


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


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