This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
xfail gcc.dg test
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 4 Oct 2002 12:24:37 +0930
- Subject: xfail gcc.dg test
I'd like to xfail gcc.dg/debug/20020327-1.c for powerpc64*-*-*
as the powerpc64 abi means that functions like Letext emit "Letext"
and ".Lextext" symbols. Which clashes with other local syms
used by gcc. This could perhaps be fixed (say by using two dots
for local syms), but the problem remains for functions named "text"
and "data". :-(
So how does one go about xfail'ing these tests?
/* { dg-do link { xfail "powerpc64*-*-*" } } */
doesn't seem to work.
--
Alan Modra
IBM OzLabs - Linux Technology Centre