[LLVMbugs] [Bug 11110] New: clang segfaults on valid code from boost

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 11 08:25:47 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=11110

           Summary: clang segfaults on valid code from boost
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chris at bubblescope.net
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


clang ToT segfaults on the following code, extracted from a boost unique_ptr
test (when compiling with libc++)


struct unique_ptr
{
template <int> int operator=( int );
int operator=(unique_ptr );
};

const int i = __has_nothrow_assign(unique_ptr);

-- 
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