This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [gfortran,testsuite,committed] Do not xfail gfortran.dg/nint_2.f90 on ppc64-linux


On Sat, 2007-09-15 at 16:10 +0100, FX Coudert wrote:
> > On revision 128505 I get the following error in the test suite:
> >
> > ERROR: gfortran.dg/nint_2.f90  -O3 -fomit-frame-pointer -funroll- 
> > loops : syntax error in target selector "xfail powerpc-ibm-aix*  
> > powerpc*-linux*" for " dg-do 6 run { xfail powerpc-ibm-aix*  
> > powerpc*-linux* } "
> 
> Hum, maybe Janis has an idea what's going wrong here? I don't have a  
> clue :(  This kind of syntax is widely used in C testcases...

The second target triple isn't a triple; change it to powerpc*-*-linux*
and then it works.

Janis


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