------- Comment #27 from manu at gcc dot gnu dot org  2010-04-28 08:38 -------
The current output is:

recurse2.C:5:38: error: template instantiation depth exceeds maximum of 1024
(use -ftemplate-depth= to increase the maximum) instantiating ‘struct
X<-0x00000000000000018>’
recurse2.C:5:38:   recursively instantiated from ‘const int X<999>::value’
recurse2.C:5:38:   instantiated from ‘const int X<1000>::value’
recurse2.C:8:17:   instantiated from here

recurse2.C:5:38: error: incomplete type ‘X<-0x00000000000000018>’ used in
nested name specifier

>From my point of view this is FIXED. I am not going to backport any patches.


-- 


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

Reply via email to