[cfe-dev] New C++0x feature support in Clang (new builtins)

Chris Lattner clattner at apple.com
Sun Feb 6 04:55:00 PST 2011


On Feb 4, 2011, at 2:03 PM, John Bytheway wrote:
>>> /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/include/g++-v4/tr1_impl/cmath:322:12:
>>> error: use of undeclared identifier '__builtin_acoshf'
>>> { return __builtin_acoshf(__x); }
>>>          ^
>> 
>> More missing built-ins, apparently. It'd be good to file a bug about this.
> 
> It's actually 53 built-ins :(.  Bug filed at
> 
> http://llvm.org/bugs/show_bug.cgi?id=9138

I added 6 of them in 124981.  If someone wants to add the rest, this would be a great "intro to clang" project.

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110206/0d6a5e09/attachment.html>


More information about the cfe-dev mailing list