[LLVMbugs] [Bug 21387] New: compiler abort Generating code for declaration of new operator=

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Oct 26 19:42:15 PDT 2014


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

            Bug ID: 21387
           Summary: compiler abort Generating code for declaration  of new
                    operator=
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++1y
          Assignee: unassignedclangbugs at nondot.org
          Reporter: cppljevans at suddenlink.net
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Program was compiling with errors before adding:

operator=(super_syn_t const& a_super)

on line 1325. However, after adding that code, got this
crash.  The type used as arg to that operator= describes
an "infinite" data structure because the recursion
is not broken by a pointer or recursive_wrapper.
This may have something to do with the crash.

-- 
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/20141027/9e71bdda/attachment.html>


More information about the llvm-bugs mailing list