[cfe-dev] Problem with gcc 4.7 C++ headers
İsmail Dönmez
ismail at namtrac.org
Tue Apr 3 05:53:30 PDT 2012
Still broken with r153943.
On Fri, Mar 23, 2012 at 1:50 PM, İsmail Dönmez <ismail at namtrac.org> wrote:
> Hi;
>
> On Thu, Mar 22, 2012 at 10:46 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
>
>>
>> Please test with trunk...
>
>
> SVN trunk r153325 , I see two distinct problems:
>
> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/limits:1404:27:
> error: use of undeclared identifier '__int128'; did you mean '__int128_t'?
> struct numeric_limits<__int128>
> ^
>
> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../include/c++/4.7/ext/atomicity.h:48:12:
> error: first argument to atomic operation must be a pointer to _Atomic type
> ('volatile _Atomic_word *' (aka 'volatile int *') invalid)
> { return __atomic_fetch_add(__mem, __val, __ATOMIC_ACQ_REL); }
> ^
>
>
> Regards,
> ismail
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120403/70893f92/attachment.html>
More information about the cfe-dev
mailing list