diff mbox

[wwwdocs] Describe behavior of -flifetime-dse in class constructors

Message ID alpine.LSU.2.20.1606201234060.2645@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer June 20, 2016, 10:34 a.m. UTC
On Mon, 20 Jun 2016, Gerald Pfeifer wrote:
> I know a short version of this was applied, but am wondering
> whether to retain the example (and a note on -flifetime-dse=1),
> both per the discussion in February?
> 
> Want to make those enhancements?

And here is one small change I just applied...

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.85
diff -u -r1.85 changes.html
--- changes.html	8 Jun 2016 15:00:53 -0000	1.85
+++ changes.html	20 Jun 2016 10:33:35 -0000
@@ -283,7 +283,7 @@ 
         <code>-fconcepts</code>.</li>
     <li><code>-flifetime-dse</code> is more
     aggressive in dead-store elimination in situations where
-    a memory store to a location precedes a constructor to the
+    a memory store to a location precedes a constructor to that
     memory location.</li>
     <li>G++ now supports
         <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx1z.html">C++17</a>