Index: htdocs/gcc-6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.61 diff -U 3 -r1.61 changes.html --- htdocs/gcc-6/changes.html 19 Feb 2016 05:00:54 -0000 1.61 +++ htdocs/gcc-6/changes.html 22 Feb 2016 16:56:57 -0000 @@ -59,8 +59,8 @@ alias attributes. This makes it possible to access both a variable and its alias in one translation unit which is common with link-time optimization. -
  • Value range propagation now assumes the that this pointer - of C++ member functions is non-null. This eliminates +
  • Value range propagation now assumes that the this pointer + of C++ member functions is non-null. This eliminates common null pointer checks but also breaks some non-conforming code-bases (such as Qt-5, Chromium, KDevelop). As a temporary work-around