r196765 - Versions of GCC newer than 4.8 exist these days =)

Richard Smith richard-llvm at metafoo.co.uk
Mon Dec 9 00:55:59 PST 2013


Author: rsmith
Date: Mon Dec  9 02:55:59 2013
New Revision: 196765

URL: http://llvm.org/viewvc/llvm-project?rev=196765&view=rev
Log:
Versions of GCC newer than 4.8 exist these days =)

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=196765&r1=196764&r2=196765&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Mon Dec  9 02:55:59 2013
@@ -66,7 +66,7 @@ work with Clang in C++11 mode. Patches a
 <a href="libstdc++4.6-clang11.patch">libstdc++-4.6</a>
 and <a href="libstdc++4.7-clang11.patch">libstdc++-4.7</a> work with Clang
 releases prior to version 3.2 in C++11 mode. <tt>thread_local</tt> support
-currently requires g++-4.8's C++ runtime library.</p>
+currently requires the C++ runtime library from g++-4.8 or later.</p>
 
 <table width="689" border="1" cellspacing="0">
  <tr>





More information about the cfe-commits mailing list