[cfe-commits] r54967 - /cfe/trunk/test/Sema/init.c

Chris Lattner sabre at nondot.org
Mon Aug 18 17:58:40 PDT 2008


Author: lattner
Date: Mon Aug 18 19:58:40 2008
New Revision: 54967

URL: http://llvm.org/viewvc/llvm-project?rev=54967&view=rev
Log:
add testcase we already handle.

Modified:
    cfe/trunk/test/Sema/init.c

Modified: cfe/trunk/test/Sema/init.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/init.c?rev=54967&r1=54966&r2=54967&view=diff

==============================================================================
--- cfe/trunk/test/Sema/init.c (original)
+++ cfe/trunk/test/Sema/init.c Mon Aug 18 19:58:40 2008
@@ -50,3 +50,7 @@
   return pbool2;
 }
 
+
+// rdar://5870981
+union { float f; unsigned u; } u = { 1.0f };
+





More information about the cfe-commits mailing list