This is the mail archive of the gdb-testers@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: results for gdb-4.16.97 linux-gnulibc1



   From: "Peter.Schauer" <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
   Date: Wed, 22 Apr 98 21:26:11 MET DST

   > FAIL: gdb.base/scope.exp: print foo::funclocal
	   .
	   .
   > FAIL: gdb.base/scope.exp: print 'scope1.c'::bar::funclocal_bss at bar

   These look like a compiler problem. Current devo versions of gcc
   put out linkage names for function scope static variables in the debug info,
   e.g. funclocal___1:V, instead of source names.
   I currently can't think of any reason for this behaviour, but I might be
   wrong (in which case we would need to update all symbol readers in GDB).

"It just happened one day".  I have a task to go talk to compiler folks
about this, but haven't gotten around to it yet.

								Stan