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

            Bug ID: 17522
           Summary: An ellipsis in operator overloading crashes clang
           Product: clang
           Version: 3.2
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Created attachment 11352
  --> http://llvm.org/bugs/attachment.cgi?id=11352&action=edit
The files told to attach after clang crashes

The following C++ code crashes clang-3.2:

% cat clang-crash.cpp
struct dummy {
    friend dummy& operator<<(...) {};
} my_dummy;

int main() {
    my_dummy << "ch";
}
%

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