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: [wwwdocs] Update gcc-8/changes.html for some IPA and x86 canges


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


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