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: gcc 4.1 FAIL: gfortran.dg/large_integer_kind_1.f90 on sparc/sparc64 linux...


On Tue, Oct 04, 2005 at 12:43:35PM +0200, FX Coudert wrote:
> >is there anything I can provide you with to have a better guess? I'm
> >definately willing to debug if you direct me...
> 
> Unfortunately, I think we need a dejagnu expert here, I have no idea how 
> to debug these things...
> 
> If nobody can provide help in the next few days, please file a bug-report.
> 
> Thanks for your help,
> FX

The result of check_effective_target_fortran_large_int is cached after
it is first used for running tests for 64-bit code, and that result is
still used for running the tests for 32-bit code when the result would
be different.  There's a similar problem in my tests for powerpc64-linux
where the 32-bit result is used for 64-bit testing and all of those
tests are maked unsupported.

Janis


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