[LLVMbugs] [Bug 11421] New: Correction-related segfault
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Nov 22 05:52:16 PST 2011
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: unassignedclangbugs at nondot.org
ReportedBy: marc.glisse at normalesup.org
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list