[LLVMbugs] [Bug 12625] New: Crash create implicit move constructor if subobject is incomplete
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Apr 22 14:21:20 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=12625
Bug #: 12625
Summary: Crash create implicit move constructor if subobject is
incomplete
Product: clang
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: release blocker
Priority: P
Component: C++11
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: likan_999.student at sina.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
The following program will crash the compiler if flag -std=c++0x is specified:
struct X;
struct Y { X x; };
void f() { Y y; }
--
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.
More information about the llvm-bugs
mailing list