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

             Bug #: 14130
           Summary: Constant evaluation crash with reference subobject
                    initialized from braced-init-list via conversion
                    function
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++11
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


This causes clang to assert in constant evaluation:

struct S { S(int); }; struct U { S &&s; }; U v { { 0 } };

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to