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 for fortran/16290


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?

There are other tests in the same file that should pass on IRIX,
and which David didn't need to change.  It'd be nice not to have
to skip them for the sake of the ones that don't pass.

Richard


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