]> granicus.if.org Git - clang/commitdiff
int-arith-convert.c makes assumptions about integer sizes, so force a specific archit...
authorSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 2 Dec 2008 16:34:01 +0000 (16:34 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Tue, 2 Dec 2008 16:34:01 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60420 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/int-arith-convert.c

index 254c6c0591a519c01162b6590bf5ff62a8c5eb62..c2fad4bfe604f50a22ed568b0b3f9c1fef31f2c5 100644 (file)
@@ -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;