<p>llvm-gcc4 does not currently support <ahref="http://llvm.org/PR869">Link-Time
<p>llvm-gcc does not currently support <ahref="http://llvm.org/PR869">Link-Time
Optimization</a> on most platforms "out-of-the-box". Please inquire on the
Optimization</a> on most platforms "out-of-the-box". Please inquire on the
llvmdev mailing list if you are interested.</p>
llvmdev mailing list if you are interested.</p>
</div>
</div>
...
@@ -515,10 +610,6 @@ llvmdev mailing list if you are interested.</p>
...
@@ -515,10 +610,6 @@ llvmdev mailing list if you are interested.</p>
<divclass="doc_text">
<divclass="doc_text">
<ul>
<ul>
<li><p>"long double" is silently transformed by the front-end into "double". There
is no support for floating point data types of any size other than 32 and 64
bits.</p></li>
<li><p>llvm-gcc does <b>not</b> support <tt>__builtin_apply</tt> yet.
<li><p>llvm-gcc does <b>not</b> support <tt>__builtin_apply</tt> yet.
See <ahref="http://gcc.gnu.org/onlinedocs/gcc/Constructing-Calls.html#Constructing%20Calls">Constructing Calls</a>: Dispatching a call to another function.</p>
See <ahref="http://gcc.gnu.org/onlinedocs/gcc/Constructing-Calls.html#Constructing%20Calls">Constructing Calls</a>: Dispatching a call to another function.</p>
</li>
</li>
...
@@ -529,7 +620,7 @@ bits.</p></li>
...
@@ -529,7 +620,7 @@ bits.</p></li>
As in Algol and Pascal, lexical scoping of functions.
As in Algol and Pascal, lexical scoping of functions.
Nested functions are supported, but llvm-gcc does not support
Nested functions are supported, but llvm-gcc does not support
taking the address of a nested function (except on the X86-32 target)
taking the address of a nested function (except on X86 targets)