This is the mail archive of the gcc-patches@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]

Re: [PATCH] gfortran.dg/default_format_denormal_1.f90: Don't XFAIL darwin10 or later


On Wed, Nov 19, 2008 at 03:25:47PM -0800, Janis Johnson wrote:
> On Wed, 2008-11-19 at 16:35 +0100, Dominique Dhumieres wrote:
> > > > to only XFAIL for darwin[1-9] since denormals now function properly
> > >
> > > ...
> > > OK.  (I checked it in.)
> > 
> > I am not sure the syntax 'darwin[1-9]' is right as the test XFAIL on Darwin9 but not on
> > Darwin8, see:
> > 
> > http://gcc.gnu.org/ml/gcc-testresults/2008-11/msg01633.html
> > 
> > where it fails.
> 
> It probably has to be "*-*-darwin[1-9]*" to match
> "powerpc-apple-darwin8.5.0"; can you try that?
> 
> Janis

Janis,
    If we use "*-*-darwin[1-9]*", it will match darwin10 and thus
negate the purpose of the change. I noticed this issue after regress
came back online but sure what would both not XFAIL darwin10 as well
as handling the minor subversions.
             Jack


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