From ac50abcebb48f999d35b4a1764b5fa483ace864f Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 26 Mar 1998 06:41:23 -0500 Subject: [PATCH] revert From-SVN: r18844 --- gcc/testsuite/g++.old-deja/g++.jason/bool2.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.jason/bool2.C b/gcc/testsuite/g++.old-deja/g++.jason/bool2.C index f3b9a3d21db..4c0edcb3596 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/bool2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/bool2.C @@ -2,7 +2,7 @@ struct F { bool b1 : 1; - bool b2 : 7; // WARNING - + bool b2 : 7; }; main()