http://llvm.org/bugs/show_bug.cgi?id=11012
Summary: Segmentation fault
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
clang-3.0 -cc1 -S test.ii crashes on:
class Variant {
Variant(const int& aOther);
Variant(const double& aOther);
};
class PPluginScriptableObjectParent {
template<typename T>
void Write(const T& __v) {
}
void foo();
void Write(const Variant& __v);
};
void PPluginScriptableObjectParent::foo() {
unsigned length = 0;
Write(length);
}
--
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs