From 8e73900b4eb4cf4ab91d89aa79a9d8842ffe5146 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Wed, 25 Mar 1998 13:45:38 +0000 Subject: [PATCH] =?utf8?q?=EF=BF=BD=20fix=20for=20g++/15235=20now=20genera?= =?utf8?q?tes=20a=20warning=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit From-SVN: r18828 --- 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 4c0edcb3596..f3b9a3d21db 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; + bool b2 : 7; // WARNING - }; main() -- 2.30.2