[Bug c++/9335] [4.3/4.4/4.5/4.6 regression] repeated diagnostic when maximum template depth is exceeded

2010-04-28 Thread manu at gcc dot gnu dot org
--- Comment #26 from manu at gcc dot gnu dot org 2010-04-28 08:34 --- Subject: Bug 9335 Author: manu Date: Wed Apr 28 08:34:01 2010 New Revision: 158823 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=158823 Log: 2010-04-28 Manuel López-Ibáñez m...@gcc.gnu.org PR

[Bug c++/9335] [4.3/4.4/4.5/4.6 regression] repeated diagnostic when maximum template depth is exceeded

2010-04-28 Thread manu at gcc dot gnu dot org
--- 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-0x00018’ recurse2.C:5:38:

[Bug c++/9335] [4.3/4.4/4.5/4.6 regression] repeated diagnostic when maximum template depth is exceeded

2010-04-28 Thread jason at gcc dot gnu dot org
--- Comment #28 from jason at gcc dot gnu dot org 2010-04-28 18:49 --- Agreed. -- jason at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/9335] [4.3/4.4/4.5/4.6 regression] repeated diagnostic when maximum template depth is exceeded

2010-04-21 Thread jason at gcc dot gnu dot org
--- Comment #25 from jason at gcc dot gnu dot org 2010-04-21 06:06 --- Subject: Bug 9335 Author: jason Date: Wed Apr 21 06:06:27 2010 New Revision: 158586 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=158586 Log: PR c++/9335 gcc/cp: * init.c (constant_value_1):

[Bug c++/9335] [4.3/4.4/4.5/4.6 regression] repeated diagnostic when maximum template depth is exceeded

2010-04-18 Thread jason at gcc dot gnu dot org
--- Comment #24 from jason at gcc dot gnu dot org 2010-04-18 22:35 --- We didn't get the error cascade in 2.95; we did in 3.4. I don't have any releases in between handy. -- jason at gcc dot gnu dot org changed: What|Removed |Added