This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: index.html -- -Werror announcement


This announces the new -Werror setting and strategy.

Thanks a lot to Kaveh, Andreas^2 and many others!

Gerald

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.354
diff -u -3 -p -r1.354 index.html
--- index.html	22 Jan 2003 21:37:11 -0000	1.354
+++ index.html	28 Jan 2003 20:53:08 -0000
@@ -82,6 +82,14 @@ to maintain and improve quality.</p>
 <h2>News/Announcements</h2>

 <dl>
+
+<dt><b>January 28, 2003</b></dt>
+<dd>
+The ongoing effort to remove warnings from the GCC code base itself,
+spear-headed by Kaveh Ghazi, has paid off: For our development versions
+and snapshots, we now enable <code>-Werror</code> during a full bootstrap.
+</dd>
+
 <dt><b>January 22, 2003</b></dt>
 <dd>
 The GCC Steering Committee has named Gabriel Dos Reis as release manager for


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]