[cfe-commits] r60420 - /cfe/trunk/test/Sema/int-arith-convert.c
Sebastian Redl
sebastian.redl at getdesigned.at
Tue Dec 2 08:34:06 PST 2008
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;
More information about the cfe-commits
mailing list