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