Bootstrap failure of gcc-ss-20010409 in ia64
Mike Stump
mrs@windriver.com
Tue Apr 17 18:12:00 GMT 2001
> To: Mark Mitchell <mark@codesourcery.com>
> Cc: wilson@cygnus.com, gcc@gcc.gnu.org
> From: Daniel Berlin <dan@cgsoftware.com>
> Date: 17 Apr 2001 19:16:23 -0400
> > The debugger can't really be expected to print out information
> > about the values of variables that were optimized away, for
> > example.
> This is the only case that is "unattainable".
Actually, if you can make it spit out 5, when a user says p i, when
the software has a { const int i = 5; } then I don't see why you can't
mostly solve the last as well. In fact, I thought dwarf 2 had enough
guts to do this.
If not that, maybe p i with { enum { i = 5 }; }?
More information about the Gcc
mailing list