summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-11-18 12:58:38 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-11-18 12:58:38 +0000
commit060f87fe73a9a53c62ccf7d42b5248c34712b8b0 (patch)
tree39cb8b4bfe1ddb955021cf7de95fbd12fb52a0b3
parent779c593708bd304f4f5c36c5beff535cef1d978a (diff)
downloadbcm5719-llvm-060f87fe73a9a53c62ccf7d42b5248c34712b8b0.tar.gz
bcm5719-llvm-060f87fe73a9a53c62ccf7d42b5248c34712b8b0.zip
clang/test/CXX/drs/dr2xx.cpp: Suppress this for targeting LLP64 due to __SIZE_TYPE__.
Line 559: 'long long' is a C++11 extension Line 566: 'long long' is a C++11 extension Line 674: 'long long' is a C++11 extension See also PR13819. llvm-svn: 195005
-rw-r--r--clang/test/CXX/drs/dr2xx.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CXX/drs/dr2xx.cpp b/clang/test/CXX/drs/dr2xx.cpp
index 28cbc9da1ef..2c32a9e503f 100644
--- a/clang/test/CXX/drs/dr2xx.cpp
+++ b/clang/test/CXX/drs/dr2xx.cpp
@@ -2,6 +2,9 @@
// RUN: %clang_cc1 -std=c++11 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
// RUN: %clang_cc1 -std=c++1y %s -verify -fexceptions -fcxx-exceptions -pedantic-errors
+// PR13819 -- __SIZE_TYPE__ is incompatible.
+// REQUIRES: LP64
+
#if __cplusplus < 201103L
#define fold(x) (__builtin_constant_p(x) ? (x) : (x))
#else
OpenPOWER on IntegriCloud