re PR c/31499 (rejects vector int a[] = {1,1,1,1,1};)
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Wed, 22 Apr 2009 23:22:53 +0000 (23:22 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 22 Apr 2009 23:22:53 +0000 (16:22 -0700)
commit53650abeb3960ae5e097833fdee977c4074f5f97
tree8a2b08aad5f448475045b459fab1de28915eed36
parent912bb79567a3b7bf3824b4e4a97278233bae337a
re PR c/31499 (rejects vector int a[] = {1,1,1,1,1};)

2009-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR C/31499
        * c-typeck.c (process_init_element): Treat VECTOR_TYPE like ARRAY_TYPE
        and RECORD_TYPE/UNION_TYPE.  When outputing the actual element and the
        value is a VECTOR_CST, the element type is the element type of the
        vector.

2009-04-22  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR C/31499
        * gcc.dg/vector-init-1.c: New testcase.
        * gcc.dg/vector-init-2.c: New testcase.

From-SVN: r146628
gcc/ChangeLog
gcc/c-typeck.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vector-init-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/vector-init-2.c [new file with mode: 0644]