summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2006-11-08 20:16:05 +0000
committerTanya Lattner <tonic@nondot.org>2006-11-08 20:16:05 +0000
commit185f755deb7a4e6c635ea5816d293dc6f1c718a4 (patch)
tree898c456b4b0bedd3bb9c7cad0dadcf937731815e /test
parent145b2536f3d7927944cacf14dd45f3a7e644e0da (diff)
downloadllvm-185f755deb7a4e6c635ea5816d293dc6f1c718a4.tar.gz
llvm-185f755deb7a4e6c635ea5816d293dc6f1c718a4.tar.bz2
llvm-185f755deb7a4e6c635ea5816d293dc6f1c718a4.tar.xz
Should be xfailed for llvm-gcc3.4
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31568 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/C++Frontend/2006-09-27-Debug-Protection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/C++Frontend/2006-09-27-Debug-Protection.cpp b/test/C++Frontend/2006-09-27-Debug-Protection.cpp
index 41b331f4aa..a15e86d2bd 100644
--- a/test/C++Frontend/2006-09-27-Debug-Protection.cpp
+++ b/test/C++Frontend/2006-09-27-Debug-Protection.cpp
@@ -1,3 +1,4 @@
+// XFAIL: llvmgcc3
// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'uint 1,' &&
// RUN: %llvmgxx -O0 -emit-llvm -S -g -o - %s | grep 'uint 2,'