This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]