On Sun, 8 Apr 2018, Richard Biener wrote:
>> I struggled a bit parsing the item DWARF debug information
>> improvements.
>> Are you fine with the proposed change below?
> Sure! Go ahead.
Thanks!
Before committing I read it again and simplified a bit. Below the
final version.
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 8 Apr 2018 12:40:08 -0000
@@ -72,10 +72,10 @@
</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 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