This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: dwarfout.c - emit DW_AT_LOCATION for global register variables


On Thu, Feb 27, 2003 at 11:02:21PM -0700, Kevin Buettner wrote:
> I recently learned of a dwarf2 related bug in which insufficient
> debugging information is being generated for global declarations such
> as the following:
> 
>     register void *current asm("$23");

FYI, this is PR debug/9499.

> 	* dwarf2out.c (rtl_for_decl_location): Don't return NULL_RTX for
> 	global register variables.

Thank you for fixing this!

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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