[LLVMbugs] [Bug 17832] New: Assertion failed: SS.isEmpty() && "qualifiers should be already handled"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Nov 6 02:18:49 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=17832
Bug ID: 17832
Summary: Assertion failed: SS.isEmpty() && "qualifiers should
be already handled"
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: timurrrr at google.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
As or r194132,
------------
template <class T> struct B : public A {};
template <class T> struct C : public B<T> {
C(int &&) : _D(::f(0)) {}
};
C<char> g() { return 0; }
------------
clang -w -c source.cpp
Assertion failed: SS.isEmpty() && "qualifiers should be already handled", file
..\tools\clang\lib\Sema\SemaExpr.cpp, line 2033
--
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/20131106/ea87cbe0/attachment.html>
More information about the llvm-bugs
mailing list