This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc
- From: "benh at kernel dot crashing dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2005 07:11:03 -0000
- Subject: [Bug c/16676] [3.4 Regression] ICE with nested functions and -g1, blocks glibc
- References: <20040722205533.16676.q@ping.be>
- Reply-to: gcc-bugzilla at gcc dot gnu 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