[LLVMbugs] [Bug 22388] New: Constructor inheritance trouble, and crash on error
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 29 11:08:55 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22388
Bug ID: 22388
Summary: Constructor inheritance trouble, and crash on error
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: unassignedclangbugs at nondot.org
Reporter: apple at perette.barella.org
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
Have two classes, parent and child. Child extends parent. Trying to 'using
Parent::Parent;' to duplicate parent's constructor, should work but instead
gives compile error.
Trying to (erroneously, I know) 'using Parent::Child;' should give compile
error, but instead crashes compiler.
--
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/20150129/6cb04793/attachment.html>
More information about the llvm-bugs
mailing list