public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tobias.Schlueter@Physik.Uni-Muenchen.DE
To: Feng Wang <wf_cs@yahoo.com>
Cc: fortran@gcc.gnu.org, gcc@gcc.gnu.org
Subject: Re: How to write testcase with two warnings on one line?
Date: Tue, 21 Jun 2005 14:33:00 -0000	[thread overview]
Message-ID: <1119364376.42b8251827163@www.cip.physik.uni-muenchen.de> (raw)
In-Reply-To: <20050621142135.17517.qmail@web15609.mail.cnb.yahoo.com>

Quoting Feng Wang <wf_cs@yahoo.com>:

> Hi,
>
> I want to write a testcase. The compiler gives two separated warnings on one
> statement. How to write this with Dejagnu?

I don't think this is possible if both warnings are issued for the same location
(which is probably not something we want).  If the loci are different, it is
possible to split the line between the warnings and then proceed as usual, say:
  do_first_thing & ! { dg-warning "a" }
   & do_second_thing ! { dg-warning "b" }

IIRC there are testcases that do just that.

HTH,
- Tobi

  reply	other threads:[~2005-06-21 14:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-21 14:21 Feng Wang
2005-06-21 14:33 ` Tobias.Schlueter [this message]
2005-06-21 14:54   ` 回复: " Feng Wang
2005-06-21 16:04 ` Giovanni Bajo
2005-06-21 17:55 ` Joseph S. Myers
2005-06-22  1:55   ` Feng Wang

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=1119364376.42b8251827163@www.cip.physik.uni-muenchen.de \
    --to=tobias.schlueter@physik.uni-muenchen.de \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    --cc=wf_cs@yahoo.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).