This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: GCC 3.4 vs GDB 6.1
- From: mec dot gnu at mindspring dot com (Michael Elizabeth Chastain)
- To: cagney at gnu dot org, gdb at sources dot redhat dot com
- Date: Thu, 8 Jan 2004 16:24:04 -0500 (EST)
- Subject: Re: GCC 3.4 vs GDB 6.1
> (kind of a bit late but ...)
> Are there any "bugs" GDB would like to see fixed in GCC 3.4?
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12267
[3.4 regression] function-at-a-time generates stabs in bad order
This imparirs stabs+ support significantly.
Anonymous unions are another regression area.
I have "compare by gcc" tables but I haven't analyzed them yet.
This one bug causes so many problems that it's hard to look at
other stabs+ problems.
Grossly, there are about 27 new FAILS with gcc HEAD -gdwarf-2
versus gcc 3.3.2 -gdwarf-2, and about 28 new FAILS with gcc HEAD
-gstabs+ versus gcc 3.3.2 -gstabs+.
Michael C