[Bug c++/28505] [4.0/4.1/4.2 regression] ICE with invalid constructors

2006-08-21 Thread lmillward at gcc dot gnu dot org
--- Comment #3 from lmillward at gcc dot gnu dot org 2006-08-21 17:34 --- Subject: Bug 28505 Author: lmillward Date: Mon Aug 21 17:34:44 2006 New Revision: 116302 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116302 Log: PR c++/28505 * decl.c (grokdeclarator):

[Bug c++/28505] [4.0/4.1/4.2 regression] ICE with invalid constructors

2006-08-20 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2006-08-20 07:00 --- Subject: Bug number PR c++/28505 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-08/msg00714.html --

[Bug c++/28505] [4.0/4.1/4.2 regression] ICE with invalid constructors

2006-08-19 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++/28505] [4.0/4.1/4.2 regression] ICE with invalid constructors

2006-07-28 Thread reichelt at gcc dot gnu dot org
-- reichelt at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28505

[Bug c++/28505] [4.0/4.1/4.2 regression] ICE with invalid constructors

2006-07-26 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-07-26 21:35 --- A similar testcase crashes in a different position: == struct A { A : (); A : (int); }; struct B { char c; A a; }; B b = (B){0}; == On mainline