From 30815c536baacc07e925f0aef23a5395883173dc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 20 Oct 2011 21:10:27 +0000 Subject: Vendor import of llvm release_30 branch r142614: http://llvm.org/svn/llvm-project/llvm/branches/release_30@142614 --- test/FrontendC++/2009-04-23-bool2.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/FrontendC++/2009-04-23-bool2.cpp (limited to 'test/FrontendC++/2009-04-23-bool2.cpp') diff --git a/test/FrontendC++/2009-04-23-bool2.cpp b/test/FrontendC++/2009-04-23-bool2.cpp deleted file mode 100644 index 2c76d982ea6e..000000000000 --- a/test/FrontendC++/2009-04-23-bool2.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// RUN: %llvmgxx -S %s -o /dev/null -// g++.old-deja/g++.jason/bool2.C from gcc testsuite. -// Crashed before 67975 went in. -struct F { - bool b1 : 1; - bool b2 : 7; -}; - -int main() -{ - F f = { true, true }; - - if (int (f.b1) != 1) - return 1; -} -- cgit v1.2.3