------- Comment #6 from pinskia at gcc dot gnu dot org  2006-07-03 18:16 -------
Reduced testcase:
template <bool BitSet1 = true >
class PerfectHashMap 
{
        static const bool BitSet = BitSet1;
    template <bool L_BitSet = BitSet> struct makeIter { };
        typedef typename makeIter<>::type const_iterator;
};


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28235

Reply via email to