[LLVMbugs] [Bug 11916] clang problems with GCC 4.7.0: #include <limits> fails, test suite failures when compiling clang with gcc
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 4 00:05:19 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=11916
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution| |FIXED
--- Comment #7 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-04-04 02:05:19 CDT ---
The __int128 issue is fixed in r153999. That's sufficient for C++98 mode.
In C++11 mode, there are a few more issues. The atomics issue is covered by
PR12456. The constexpr issue is covered by PR12457. The exception specification
issue is covered by PR9485. And <chrono> contains a static_cast from const& to
&& -- that's a libstdc++ bug.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list