This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Jakub Jelinek <jakub at redhat dot com>, Richard Biener <richard dot guenther at gmail dot com>
- Cc: Pedro Alves <palves at redhat dot com>, Jason Merrill <jason at redhat dot com>, Jan Kratochvil <jan dot kratochvil at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Sun, 1 Apr 2018 11:34:51 +0200 (CEST)
- Subject: [wwwdocs] PATCH for Re: [PATCH] Make -gcolumn-info the default
- References: <20171023073313.GA14653@tucnak> <CADzB+2ktY4XGOtbMsjTO5DxLfMKu+VehpSCX7WMUShCdK6xTyA@mail.gmail.com> <d0cda695-235d-e33f-01c0-2d23cdd3b672@redhat.com> <CAFiYyc137zqxRBw8qt7bw5EB2t_zUV53_mbWowQSVgzaYwTq6A@mail.gmail.com>
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
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>