[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-08-12 Thread janis at gcc dot gnu dot org
--- Comment #2 from janis at gcc dot gnu dot org 2006-08-12 21:28 --- A regression hunt on powerpc-linux using the testcase from the submitter's description identified the following patch: http://gcc.gnu.org/viewcvs?view=rev&rev=114119 r114119 | mmitchel | 2006-05-25 20:18:26 +

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-08-14 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-08-14 19:06 --- Reproduced by Janis. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-09-23 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-09-23 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-09-23 16:30 --- Subject: Bug number PR c++/27961 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-09/msg01018.html -- http://gcc.gnu.org/bugzil

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-10-12 Thread lmillward at gcc dot gnu dot org
--- Comment #5 from lmillward at gcc dot gnu dot org 2006-10-12 20:03 --- Subject: Bug 27961 Author: lmillward Date: Thu Oct 12 20:02:53 2006 New Revision: 117671 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117671 Log: PR c++/27961 * decl.c (start_decl): Return

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-10-12 Thread lmillward at gcc dot gnu dot org
--- Comment #6 from lmillward at gcc dot gnu dot org 2006-10-12 20:06 --- Subject: Bug 27961 Author: lmillward Date: Thu Oct 12 20:06:36 2006 New Revision: 117672 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117672 Log: PR c++/27961 * g++.dg/template/crash60.C

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-06-08 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-06-15 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27961

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-07-16 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P2 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27961

[Bug c++/27961] [4.1/4.2 regression] ICE on invalid template declaration

2006-07-18 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-07-18 10:48 --- Here's a testcase with a slightly different error message: template void f()(0); bug.cc:1: error: function 'void f()' is initializ