This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch for fortran/16290
On Wednesday 30 June 2004 10:34, Richard Sandiford wrote:
> Steven Bosscher <stevenb@suse.de> writes:
> > On Wednesday 30 June 2004 06:57, Billinghurst, David (CALCRTS) wrote:
> >> Test intrinsic_set_exponent.f90 fails on irix6.5 as it is
> >> using exponents smaller than minexponent(x). Fixed thus.
> >>
> >> OK to commit?
> >>
> >> 2004-06-30 David Billinghurst (David.Billinghurst@riotinto.com)
> >>
> >> PR fortran/16290
> >> * gfortran.fortran-torture/execute/intrinsic_set_exponent.f90
> >> Don't use values of n smaller than minexponent(x).
> >
> > I'd suggest you xfail it instead.
>
> But it looks like David's patch makes the test more portable.
> Surely that's a good thing?
Yes, but with the proposed we're not testing the thing that test
case is supposed to test for.
Gr.
Steven