[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-11-01 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2007-11-02 05:50 --- Subject: Bug 30897 Author: jason Date: Fri Nov 2 05:50:06 2007 New Revision: 129844 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=129844 Log: PR c++/30897 * pt.c (push_template_decl_real): Set

[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-10-29 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-09-23 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-09-23 11:52 --- By the way, the hunk of code at issue dates back to this time: http://gcc.gnu.org/ml/gcc-patches/2001-10/msg00589.html (and, by the way, I cannot find an explicit approval in the mailing list). Anyway, the effect of

[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-03-22 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2007-03-23 00:50 --- This code in lookup_template_class: - /* Consider an example where a template template parameter declared as - - template class T, class U = std::allocatorT class TT - -The template

[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-03-04 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30897

[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-02-20 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30897

[Bug c++/30897] [4.1/4.2/4.3 regression] ICE with default argument in template template parameter

2007-02-20 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-02-20 21:46 --- Confirmed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added CC|