Any known bugs in gcc wrt symbols in gdb and/or var allocation ?

Mike Hearn mike at navi.cx
Sat Jan 22 17:25:49 UTC 2005


On Fri, 21 Jan 2005 15:41:14 -0700, Kim Lux wrote:
> Problem #1:  gdb cannot find replyEnd:
> 
> (gdb) whatis replyEnd 
> No symbol "replyEnd" in current context.

It might have been optimized out (might seem crazy but that code does look
like replyEnd could be completely optimized away). Try rebuilding it with
-O0

thanks -mike




More information about the devel mailing list