Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.62 diff --unified -r1.62 changes.html --- htdocs/gcc-6/changes.html 24 Feb 2016 09:36:06 -0000 1.62 +++ htdocs/gcc-6/changes.html 25 Feb 2016 11:21:42 -0000 @@ -230,6 +230,10 @@
  • The default mode has been changed to -std=gnu++14.
  • C++ Concepts are now supported when compiling with -std=gnu++1z or -std=c++1z.
  • +
  • -flifetime-dse is more + aggressive in dead-store elimination in situations where + a memory store to a location precedes a constructor to the + memory location.
  • Runtime Library (libstdc++)