diff options
-rw-r--r-- | clang/test/CXX/drs/dr2xx.cpp | 3 |
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 |