[LLVMbugs] [Bug 9092] New: GCC 4.5 build failure in <exception>
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 28 09:36:55 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9092
Summary: GCC 4.5 build failure in <exception>
Product: libc++
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: hhinnant at apple.com
ReportedBy: vanboxem.ruben at gmail.com
CC: llvmbugs at cs.uiuc.edu
My GCC 4.5.2 fails on this file:
M:\Development\Source\libcxx\include/exception: In member function
'std::exception_ptr::operator bool() const':
M:\Development\Source\libcxx\include/exception:134:49: error: no match for
'operator!=' in '((const std::exception_ptr*)this)->std::exception_ptr::__ptr_
!= std::__1::__get_nullptr_t()'
M:\Development\Source\libcxx\include/cstddef:76:39: note: candidate is: bool
std::__1::operator!=(std::__1::nullptr_t, std::__1::nullptr_t)
In file included from M:\Development\Source\libcxx\include/__locale:23:0,
from M:\Development\Source\libcxx\include/ios:216,
from M:\Development\Source\libcxx\include/ostream:130,
from M:\Development\Source\libcxx\include/istream:156,
from M:\Development\Source\libcxx\include/random:1645,
from M:\Development\Source\libcxx\src\algorithm.cpp:11:
--
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