[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2006-02-28 Thread gdr at gcc dot gnu dot org


--- Comment #23 from gdr at gcc dot gnu dot org  2006-02-28 09:37 ---
won't fix for 3.4.6.


-- 

gdr at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX


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



[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-10-11 Thread pinskia at gcc dot gnu dot org


--- Comment #22 from pinskia at gcc dot gnu dot org  2005-10-11 11:25 
---
*** Bug 24304 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||flash at pobox dot com


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



[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-10-06 Thread gdr at gcc dot gnu dot org


-- 

gdr at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|3.4.5   |3.4.6


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



[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-09-09 Thread rguenth at gcc dot gnu dot org

--- Additional Comments From rguenth at gcc dot gnu dot org  2005-09-09 
10:31 ---
As this _only_ happens with -O1 -g1 (not -O2 -g1, nor -O1 -g) this is surely not
critical (anymore anyways).  Re-confirmed on 3.4.4 though.  Also this is likely
not to be fixed.

-- 
   What|Removed |Added

   Severity|critical|normal
  Known to fail|3.4.0   |3.4.0 3.4.4
   Last reconfirmed|2005-09-04 18:20:27 |2005-09-09 10:31:38
   date||


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-07-15 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

 Status|REOPENED|NEW


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-25 Thread reichelt at gcc dot gnu dot org

--- Additional Comments From reichelt at gcc dot gnu dot org  2005-05-25 
09:36 ---
Ben, your patch doesn't really solve the problem.
I still get the ICE on the 3.4 branch when I compile the testcase with -g1.


-- 
   What|Removed |Added

 CC||bje at gcc dot gnu dot org
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
   Target Milestone|3.4.4   |3.4.5


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-09 Thread bje at gcc dot gnu dot org

--- Additional Comments From bje at gcc dot gnu dot org  2005-05-10 01:24 
---
Patch approved by rth and committed.

-- 
   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-09 Thread cvs-commit at gcc dot gnu dot org

--- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-10 
00:02 ---
Subject: Bug 16676

CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-3_4-branch
Changes by: [EMAIL PROTECTED]   2005-05-10 00:01:46

Modified files:
gcc: ChangeLog dwarf2out.c 
gcc/testsuite  : ChangeLog 
Added files:
gcc/testsuite/gcc.dg/debug: pr16676.c 

Log message:
PR debug/16676
* dwarf2out.c (dwarf2out_decl): Always set context_die to NULL,
even when debug_info_level is DINFO_LEVEL_TERSE.

[testsuite]
* gcc.dg/debug/pr16676.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.858&r2=2.2326.2.859
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.478.2.16&r2=1.478.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.3389.2.392&r2=1.3389.2.393
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/debug/pr16676.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1



-- 


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-09 Thread benh at kernel dot crashing dot org

--- Additional Comments From benh at kernel dot crashing dot org  
2005-05-09 07:11 ---
Ben Elliston just produced a patch for it that I tested. It fixed building of
glibc on debian powerpc with -g1 (used by debian rules for nptl).

The patch is on it's way to the patch list (which didn't catch up yet it seems).
The patch is very simple, it just causes gcc to emit more debug infos in the
case of nested functions (like the -g2 case) instead of trying to be smart.

-- 


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-09 Thread giovannibajo at libero dot it

--- Additional Comments From giovannibajo at libero dot it  2005-05-09 
07:07 ---
Zack, this is a regression of part of your c-decl stuff. Can you possibly give 
it a look? It breaks builds of glibc on primary platforms.

-- 


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


[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc

2005-05-08 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Severity|normal  |critical
  Component|debug   |c


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