Commit 7bda5cc2 by Jakub Jelinek Committed by Jakub Jelinek

re PR c++/29535 (ICE in instantiate_class_template, at cp/pt.c:5728)

	PR c++/29535
	* g++.dg/template/crash66.C: New test.

From-SVN: r120385
parent 0d6959a0
2007-01-03 Jakub Jelinek <jakub@redhat.com>
PR c++/29535
* g++.dg/template/crash66.C: New test.
PR c++/29054
* g++.dg/template/friend49.C: New test.
// PR c++/29535
// { dg-do compile }
template <class INDEX> struct SetRegion2D
{
struct FloodFillControl
{
struct Allocator{};
};
};
template <int DIM, class PIXELINDEX>
struct MotionSearcher
{
typedef SetRegion2D<PIXELINDEX> Region_t;
MotionSearcher (typename Region_t::FloodFillControl::Allocator &a_rAllocator);
};
class MotionSearcherY : public MotionSearcher<1, int> {};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment