]> granicus.if.org Git - clang/commitdiff
fix #2 :)
authorChris Lattner <sabre@nondot.org>
Thu, 22 Oct 2009 19:56:49 +0000 (19:56 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Oct 2009 19:56:49 +0000 (19:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84889 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/vector-init.c

index 37c4a0ccfd9e1e36509293d17fec90039a52ae11..18104d871d6c24692444f89c2ab33e12bbcfd85a 100644 (file)
@@ -26,5 +26,5 @@ float f1(void) {
 
 // PR5265
 typedef float __attribute__((ext_vector_type (3))) float3;
-int test2[(sizeof(float3) == sizeof(float4)*2-1)];
+int test2[(sizeof(float3) == sizeof(float4))*2-1];