From: Benjamin Kosnik Date: Wed, 25 Mar 1998 13:45:38 +0000 (+0000) Subject: � X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e73900b4eb4cf4ab91d89aa79a9d8842ffe5146;p=gcc.git � fix for g++/15235 now generates a warning here From-SVN: r18828 --- 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()