Author: cornedbee
Date: Tue Dec  2 10:34:01 2008
New Revision: 60420

URL: http://llvm.org/viewvc/llvm-project?rev=60420&view=rev
Log:
int-arith-convert.c makes assumptions about integer sizes, so force a specific 
architecture

Modified:
    cfe/trunk/test/Sema/int-arith-convert.c

Modified: cfe/trunk/test/Sema/int-arith-convert.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Sema/int-arith-convert.c?rev=60420&r1=60419&r2=60420&view=diff

==============================================================================
--- cfe/trunk/test/Sema/int-arith-convert.c (original)
+++ cfe/trunk/test/Sema/int-arith-convert.c Tue Dec  2 10:34:01 2008
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only -verify %s
+// RUN: clang -triple=i686-linux-gnu -fsyntax-only -verify %s
 
 // Check types are the same through redeclaration
 unsigned long x;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to