[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-11-13 Thread jason at gcc dot gnu dot org
--- Comment #7 from jason at gcc dot gnu dot org 2005-11-13 08:23 --- Subject: Bug 22489 Author: jason Date: Sun Nov 13 08:23:04 2005 New Revision: 106854 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106854 Log: PR c++/22489 * dwarf2out.c (gen_subprogram_die):

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-11-13 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2005-11-13 16:07 --- Fixed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-11-12 Thread jason at gcc dot gnu dot org
--- Comment #6 from jason at gcc dot gnu dot org 2005-11-13 07:34 --- Subject: Bug 22489 Author: jason Date: Sun Nov 13 07:34:50 2005 New Revision: 106853 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106853 Log: PR c++/22489 * dwarf2out.c (gen_subprogram_die):

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-11-11 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++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class and compiler built constructors

2005-10-30 Thread mmitchel at gcc dot gnu dot org
--- Comment #5 from mmitchel at gcc dot gnu dot org 2005-10-31 04:07 --- This will prevent compiling real programs with -g; it's a showstopper. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/22489] [4.0/4.1 Regression] ICE in dwarf2out_finish with using namespace in a local class

2005-10-13 Thread janis at gcc dot gnu dot org
--- Comment #4 from janis at gcc dot gnu dot org 2005-10-13 19:13 --- A regression hunt identified this patch from [EMAIL PROTECTED]: http://gcc.gnu.org/ml/gcc-cvs/2004-07/msg00934.html (Note that GCC doesn't build just before or after that patch was added without the patch from