diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-18 21:44:56 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-18 21:44:56 +0000 |
commit | 71434a891dccd8c29f28eb93b2fb4551f3350675 (patch) | |
tree | 540961a43c3c22caacd4fd004418660cb54e8db1 /www | |
parent | 07b0fdcee8d64222b274779d02851cc53d18e0db (diff) |
C++11 status: mark 'extended integral types' as N/A, since we don't support
any, and add a note that we cannot treat __int128 as an extended integral type.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177324 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r-- | www/cxx_status.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 0a4d2b5bba..d5ea364d56 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -378,7 +378,7 @@ releases prior to version 3.2 in C++11 mode.</p> <tr> <td>Extended integral types</td> <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n1988.pdf">N1988</a></td> - <td class="none" align="center">No</td> + <td class="na" align="center">N/A <a href="#n1988">(4)</a></td> </tr> </table> @@ -389,6 +389,9 @@ has no effect.</span></br> strong compare-exchanges.</span><br /> <span id="n2664">(3): <code>memory_order_consume</code> is lowered to <code>memory_order_acquire</code>.</span> +<span id="n1988">(4): <code>__int128</code> is not treated as an extended +integer type, because changing <code>intmax_t</code> would be an +ABI-incompatible change.</span> </p> </div> |