]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
re PR c/34911 (ICE with vectors of bool)
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Mon, 5 Jan 2009 22:27:48 +0000 (22:27 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 5 Jan 2009 22:27:48 +0000 (14:27 -0800)
commite4e5261f2007b11c1136df16fee633caeeb10154
tree71687dd989b69df6ba933cc02fd86a6983bf67fe
parent381009fe75fca1b2c0440e101fa46a2decdbb0fa
re PR c/34911 (ICE with vectors of bool)

2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR c/34911
        * c-common.c (handle_vector_size_attribute): Also reject BOOLEAN_TYPE types.

2009-01-05  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR c/34911
        * gcc.dg/vector-3.c: New testcase.
        * g++.dg/ext/vector15.C: New test.

From-SVN: r143099
gcc/ChangeLog
gcc/c-common.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/vector15.C [new file with mode: 0644]
gcc/testsuite/gcc.dg/vector-3.c [new file with mode: 0644]