[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

2008-10-31 Thread jakub at gcc dot gnu dot org
-- jakub at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jakub at gcc dot gnu dot org |dot org

[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #3 from jakub at gcc dot gnu dot org 2008-10-31 21:31 --- Subject: Bug 37965 Author: jakub Date: Fri Oct 31 21:30:05 2008 New Revision: 141501 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=141501 Log: PR c++/37965 * decl.c (cp_finish_decl): Diagnose

[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

2008-10-31 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2008-10-31 21:32 --- Fixed. -- jakub at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

2008-10-30 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37965

[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

2008-10-30 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-10-30 21:00 --- Confirmed. (This maybe artificially raises the regression count - can we group the auto related ICEs, that may be even similar?) -- rguenth at gcc dot gnu dot org changed: What|Removed

[Bug c++/37965] [4.4 regression] ICE with invalid auto variable in template

2008-10-30 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2008-10-30 21:41 --- I think the problems due to the 'auto' keyword are scattered through the whole compiler since the TEMPLATE_TYPE_PARM can propagate through the whole frontend. Therefore these bugs merit different PRs IMHO. --