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

Eli Friedman eli.friedman at gmail.com
Sat Feb 21 23:40:57 PST 2009


Author: efriedma
Date: Sun Feb 22 01:40:57 2009
New Revision: 65270

URL: http://llvm.org/viewvc/llvm-project?rev=65270&view=rev
Log:
Fix test to be legal on 64-bit systems.


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=65270&r1=65269&r2=65270&view=diff

==============================================================================
--- cfe/trunk/test/Sema/init.c (original)
+++ cfe/trunk/test/Sema/init.c Sun Feb 22 01:40:57 2009
@@ -102,7 +102,7 @@
 int bbb[10];
 
 struct foo2 {
-   unsigned a;
+   uintptr_t a;
 };
 
 struct foo2 bar2[] = {





More information about the cfe-commits mailing list