diff mbox series

[wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default

Message ID alpine.LSU.2.21.1804011134020.3430@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default | expand

Commit Message

Gerald Pfeifer April 1, 2018, 9:34 a.m. UTC
On Tue, 24 Oct 2017, Richard Biener wrote:
>> +1 from me, FWIW.
> Please add some changes.html blurb.

I don't find anything in gcc-8/changes.html, so how about the
following?

Gerald

Comments

Jakub Jelinek April 1, 2018, 10:56 a.m. UTC | #1
On Sun, Apr 01, 2018 at 11:34:51AM +0200, Gerald Pfeifer wrote:
> On Tue, 24 Oct 2017, Richard Biener wrote:
> >> +1 from me, FWIW.
> > Please add some changes.html blurb.
> 
> I don't find anything in gcc-8/changes.html, so how about the
> following?

LGTM, thanks.

> RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
> retrieving revision 1.46
> diff -u -r1.46 changes.html
> --- changes.html	20 Mar 2018 08:06:16 -0000	1.46
> +++ changes.html	1 Apr 2018 09:34:00 -0000
> @@ -77,6 +77,9 @@
>      guide for further information about the option syntax and section "New Targets
>      and Target Specific Improvements" for IA-32/x86-64 for more details.
>    </li>
> +  <li>The <code>-gcolumn-info</code> option is now enabled by default,
> +    including column information in addition to just files and line
> +    numbers in DWARF debugging information.</li>
>  </ul>
>  

	Jakub
Gerald Pfeifer April 1, 2018, 5:24 p.m. UTC | #2
On Sun, 1 Apr 2018, Jakub Jelinek wrote:
> LGTM, thanks.

Thanks!  

I committed the following minor variation that splits the longer 
sentence into two.

Gerald

Index: gcc-8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.46
diff -u -r1.46 changes.html
--- gcc-8/changes.html	20 Mar 2018 08:06:16 -0000	1.46
+++ gcc-8/changes.html	1 Apr 2018 17:23:46 -0000
@@ -77,6 +77,9 @@
     guide for further information about the option syntax and section "New Targets
     and Target Specific Improvements" for IA-32/x86-64 for more details.
   </li>
+  <li>The <code>-gcolumn-info</code> option is now enabled by default.
+    It includes column information in addition to just filenames and
+    line numbers in DWARF debugging information.</li>
 </ul>
diff mbox series

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.46
diff -u -r1.46 changes.html
--- changes.html	20 Mar 2018 08:06:16 -0000	1.46
+++ changes.html	1 Apr 2018 09:34:00 -0000
@@ -77,6 +77,9 @@ 
     guide for further information about the option syntax and section "New Targets
     and Target Specific Improvements" for IA-32/x86-64 for more details.
   </li>
+  <li>The <code>-gcolumn-info</code> option is now enabled by default,
+    including column information in addition to just files and line
+    numbers in DWARF debugging information.</li>
 </ul>