public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: mrs@wrs.com (Mike Stump)
To: law@cygnus.com
Cc: egcs@cygnus.com
Subject: Re: debugging for egcs
Date: Tue, 24 Feb 1998 20:44:00 -0000	[thread overview]
Message-ID: <199802242203.OAA21794@kankakee.wrs.com> (raw)

> Date: Tue, 24 Feb 1998 13:54:16 -0700
> From: Jeffrey A Law <law@hurl.cygnus.com>

> The c-torture framework does not need the source annotated with
> additional information.  The C++ tests do.

They don't require it.  For example, here is conv1.C:

--------------------
enum E { C };
 
E foo() {
  return C;
}
 
main() {
  if (foo() != C)
    return 1;
}
--------------------

As you can see, nothing funny, nothing special.  Though, to be fair to
your comment, putting in testsuite directives is useful and done with
regularity.  I put them in half (43%) of the time.

             reply	other threads:[~1998-02-24 20:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-24 20:44 Mike Stump [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-02-24 12:51 Mike Stump
1998-02-24 12:52 ` Jeffrey A Law
1998-02-23 15:57 Mike Stump
     [not found] <9802230548.AA32322@rios1.watson.ibm.com>
1998-02-23  1:13 ` Mike Simons
1998-02-24  5:07   ` Jeffrey A Law
1998-02-20  8:47 D. Bernstein
1998-02-20 16:12 ` Mike Simons
1998-02-22 14:25 ` Jeffrey A Law
1998-02-22 21:25   ` Mike Simons
1998-02-22 21:43     ` Jeffrey A Law
1998-02-23  2:14       ` Mike Simons
1998-02-24  5:07         ` Jeffrey A Law

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=199802242203.OAA21794@kankakee.wrs.com \
    --to=mrs@wrs.com \
    --cc=egcs@cygnus.com \
    --cc=law@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).