public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joe Buck <jbuck@racerx.synopsys.com>
To: mrs@windriver.com (Mike Stump)
Cc: dan@cgsoftware.com, mark@codesourcery.com, gcc@gcc.gnu.org,
	wilson@cygnus.com
Subject: Re: Bootstrap failure of gcc-ss-20010409 in ia64
Date: Tue, 17 Apr 2001 19:01:00 -0000	[thread overview]
Message-ID: <200104180157.SAA07104@racerx.synopsys.com> (raw)
In-Reply-To: <200104180111.SAA26807@kankakee.wrs.com>

> > > 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".

Mike Stump writes:
> 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.

I suppose we could give the debugger a formula for re-generating things
like loop induction variables that get optimized away.  Kind of like a
spreadsheet, defining no longer existing variables in terms of existing
objects, perhaps different for each location.

But there also can be variables that are neither used nor set, so their
value is indeterminate.  Or because a variable is not used, the compiler
throws away a lot of code that computes it, and it might be tricky to
include all needed formulas to compute it.



  reply	other threads:[~2001-04-17 19:01 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-17 18:12 Mike Stump
2001-04-17 19:01 ` Joe Buck [this message]
2001-04-17 20:38   ` Daniel Berlin
  -- strict thread matches above, loose matches on Subject: below --
2001-04-11  6:56 Andreas Schwab
2001-04-11 12:47 ` Jim Wilson
2001-04-11 17:31   ` Mark Mitchell
2001-04-11 17:43   ` Mark Mitchell
2001-04-11 18:28     ` Daniel Berlin
2001-04-11 18:34       ` Mark Mitchell
2001-04-11 20:24         ` Daniel Berlin
2001-04-11 21:19           ` Mark Mitchell
2001-04-11 21:36             ` Daniel Berlin
2001-04-12 12:27               ` Bill Nottingham
2001-04-12 15:03                 ` Daniel Berlin
2001-04-12 21:07                   ` Bill Nottingham
2001-04-12 21:46                     ` Daniel Berlin
2001-04-12 13:04             ` Jim Wilson
2001-04-12 15:06               ` Daniel Berlin
2001-04-13  8:49           ` Andreas Schwab
2001-04-13 10:04             ` Daniel Berlin
2001-04-13 10:23               ` Andreas Schwab
2001-04-13 12:20                 ` Daniel Berlin
2001-04-13 12:39                   ` Andreas Schwab
2001-04-13 12:56                     ` Daniel Berlin
2001-04-13 13:06                       ` Andreas Schwab
2001-04-13 19:13     ` Jim Wilson
2001-04-13 19:59     ` Jim Wilson
2001-04-14  2:01       ` Jim Wilson
2001-04-14  4:08         ` Sam TH
2001-04-16 15:39         ` Jim Wilson
2001-04-16 17:22           ` Mark Mitchell
2001-04-16 17:45             ` Jim Wilson
2001-04-17  8:22               ` Mark Mitchell
2001-04-17  8:57                 ` Daniel Berlin
2001-04-17 11:01                 ` Jim Wilson
2001-04-17 15:38                   ` Mark Mitchell
2001-04-17 16:16                     ` Daniel Berlin
2001-04-17 16:36                       ` Mark Mitchell
2001-04-18 12:41                     ` Jim Wilson
2001-04-18 13:49                       ` Mark Mitchell
2001-04-18 14:34                         ` Jim Wilson
2001-04-18 15:31                           ` Mark Mitchell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200104180157.SAA07104@racerx.synopsys.com \
    --to=jbuck@racerx.synopsys.com \
    --cc=dan@cgsoftware.com \
    --cc=gcc@gcc.gnu.org \
    --cc=mark@codesourcery.com \
    --cc=mrs@windriver.com \
    --cc=wilson@cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).