http://llvm.org/bugs/show_bug.cgi?id=11421
Bug #: 11421
Summary: Correction-related segfault
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
template < unsigned > struct Combinatorial_map_base {
static const unsigned dimension = 3;
template<unsigned dim=dimension> struct
One_dart_per_incident_cell_range: XXXXXXXXXdart_per_incident_cell_name<dim> {
};
};
typedef Combinatorial_map_base<3> LCC_3;
LCC_3::One_dart_per_incident_cell_range<>::iterator it;
$ clang++ -fsyntax-only a.ii
segfaults. It doesn't if I change the name starting with XXX.
(produced by delta, I still don't think that's the bug I am after...)
--
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