diff options
-rw-r--r-- | test/C++Frontend/2008-01-11-BadWarning.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2008-01-11-BadWarning.cpp b/test/C++Frontend/2008-01-11-BadWarning.cpp index 43f6a7173b..b292fccf87 100644 --- a/test/C++Frontend/2008-01-11-BadWarning.cpp +++ b/test/C++Frontend/2008-01-11-BadWarning.cpp @@ -1,5 +1,6 @@ // RUN: %llvmgcc -xc++ %s -S -o /dev/null |& not grep warning // rdar://5683899 +// XFAIL: llvmgcc4.0.1 void** f(void **Buckets, unsigned NumBuckets) { return Buckets + NumBuckets; } |