[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-12-20 Thread porten at kde dot org

--- Additional Comments From porten at kde dot org  2004-12-21 07:14 ---
Re comment #8: my report #18018 was actually in relation to exactly this file
from the Qt package. The test case is a destilled version.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792


[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-12-12 Thread bje at gcc dot gnu dot org


-- 
   What|Removed |Added

 AssignedTo|unassigned at gcc dot gnu   |bje at gcc dot gnu dot org
   |dot org |
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792


[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-12-03 Thread janis187 at us dot ibm dot com

--- Additional Comments From janis187 at us dot ibm dot com  2004-12-04 
01:19 ---
Current mainline g++ ICEs in the same place (now dwarf2out.c:11210) when
compiling 252.eon with -g on powerpc64-unknown-linux-gnu with either -m32
or -m64.  Here's a testcase extracted from the eon code:

double foo (double);

void bar (double a)
{
double foo (double);
double x = foo (a);
}

double foo (double a)
{
return 0.0;
}

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792


[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-11-09 Thread reichelt at gcc dot gnu dot org

--- Additional Comments From reichelt at gcc dot gnu dot org  2004-11-09 
11:55 ---
Zack, the regression appears with your patch
http://gcc.gnu.org/ml/gcc-cvs/2004-06/msg00815.html

Could you please have a look?


-- 
   What|Removed |Added

 CC||zack at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792


[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-11-08 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-09 
05:42 ---
Hmm, a couple big things happened those two days, some should figure out which 
patch which caused 
this.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792


[Bug debug/16792] [4.0 regression] ICE in gen_subprogram_die, at dwarf2out.c:11267

2004-10-15 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-15 17:41 
---
*** Bug 18018 has been marked as a duplicate of this bug. ***

-- 
   What|Removed |Added

 CC||porten at kde dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16792