This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] Update gcc-8/changes.html for some IPA and x86 canges
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Richard Biener <rguenther at suse dot de>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, gcc-patches at gcc dot gnu dot org
- Date: Sat, 7 Apr 2018 23:11:05 +0200 (CEST)
- Subject: Re: [wwwdocs] Update gcc-8/changes.html for some IPA and x86 canges
- References: <20180319210851.GA61820@kam.mff.cuni.cz> <alpine.LSU.2.20.1803200918540.18265@zhemvz.fhfr.qr>
On Tue, 20 Mar 2018, Richard Biener wrote:
> I have committed the following (will happily edit if necessary).
Thanks, Richard!
I struggled a bit parsing the item DWARF debug information improvements.
Are you fine with the proposed change below?
Gerald
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-8/changes.html,v
retrieving revision 1.50
diff -u -r1.50 changes.html
--- changes.html 1 Apr 2018 22:19:57 -0000 1.50
+++ changes.html 7 Apr 2018 21:09:53 -0000
@@ -72,10 +72,11 @@
</ul></li>
<li>Link-time optimization improvements:
<ul>
- <li>On ELF targets using DWARF debug information has been significantly
- improved in quality by properly preserving language-specific
- debug information. This allows for example the libstdc++
- pretty-printers to work with LTO optimized executables.</li>
+ <li>We have significantly improved debug information on ELF targets
+ using DWARF debug information by properly preserving
+ language-specific information. This allows for example the
+ libstdc++ pretty-printers to work with LTO optimized
+ executables.</li>
</ul></li>
<li>
A new option <code>-fcf-protection=[full|branch|return|none]</code> is