------- Comment #3 from pinskia at gcc dot gnu dot org  2006-09-17 01:23 -------
This was caused by:
2003-04-01  Aldy Hernandez  <[EMAIL PROTECTED]>

        * testsuite/gcc.c-torture/execute/simd-3.c: New.

        * expr.c (expand_expr): Handle VECTOR_CST.
        (const_vector_from_tree): New.

        * varasm.c (output_constant): Handle VECTOR_CST.

        * c-typeck.c (digest_init): Build a vector constant from a
        VECTOR_TYPE.


Specificly the digest_init change, though output_constant does not check make
sure we have the right number of elements either.  build_vector does not
either.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aldyh at gcc dot gnu dot org


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

Reply via email to