This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc.dg/ultrasp2.c
- To: Mark Mitchell <mark at codesourcery dot com>
- Subject: Re: gcc.dg/ultrasp2.c
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 14 May 2001 14:41:17 +0200
- Cc: Alexandre Oliva <aoliva at cygnus dot com>, gcc-bugs at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <20010514013134W.mitchell@codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
| This is not a regression, so I can just XFAIL the test on the branch
| -- but I don't know how. Can I put an `{ xfail ... }' clause in a
| `dg-options' clause?
No, you can just put a target-clause.
If running a test with a particular option fails then, that test
constituate a "testcase" in itself and as such should be marked
xfail in a separate clause.
-- Gaby