[LLVMbugs] [Bug 17522] New: An ellipsis in operator overloading crashes clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 9 07:59:14 PDT 2013


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: unassignedclangbugs at nondot.org
          Reporter: llvm at qzy.st
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131009/8f397a5b/attachment.html>


More information about the llvm-bugs mailing list