[Bug c++/29766] Template Specialization break down

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Nov 8 23:23:00 GMT 2006



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-11-08 23:23 -------
The new ICE is:
t.cc: In member function 'mytree<C>& mytree<C>::insert(mytree<C>*, mytree<C>*,
mytree<C>*, bool) [with C = int]':
t.cc:54:   instantiated from 'int mytree<int>::counter'
t.cc:54:   instantiated from 'mytree<C>& mytree<C>::insert(mytree<C>*,
mytree<C>*, mytree<C>*, bool) [with C = int]'
t.cc:137:   instantiated from here
t.cc:54: internal compiler error: in instantiate_decl, at cp/pt.c:12053
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.


-- 


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



More information about the Gcc-bugs mailing list