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]

Re: patch: enable -fshow-column by default


On Sun, May 31, 2009 at 11:54:18PM +0200, Gerald Pfeifer wrote:
> Hi Aldy,
> 
> On Tue, 26 May 2009, Aldy Hernandez wrote:
> > Ok, here's the official submission since everyone's awfully quiet.
> > 
> > This patch enables -fshow-column by default.  
> 
> is this goes in, would you mind documenting this in gcc-4.5/changes.html?

How does this look?

Index: htdocs/gcc-4.5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/changes.html,v
retrieving revision 1.9
diff -u -r1.9 changes.html
--- htdocs/gcc-4.5/changes.html	7 May 2009 22:29:41 -0000	1.9
+++ htdocs/gcc-4.5/changes.html	1 Jun 2009 18:06:50 -0000
@@ -43,6 +43,12 @@
 
 <h2>New Languages and Language specific improvements</h2>
 
+<h3>All languages</h3>
+  <ul>
+    <li>The <code>-fshow-column</code> option is now on by default.  This 
+    means error messages now have a column associated with them.
+  </ul>
+
 <h3>Ada</h3>
 
 <h3>C family</h3>


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