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: modification of g77 for default 64-bit integers on x86-64


Jiri Pittner wrote:

The sample program with equivalence compiled with g77_64 without error.
Where the trouble should be? Jiri

What does your version of g77 generate for this program:


      PRINT*, 328 293 384 376
      END

and for this one:

       DIMENSION A(388 387 988 479)
       END

Does this work:

       CALL AAP(387 387 786 997)
       END
       SUBROUTINE AAP(N)
       PRINT*,N
       END

?


-- Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290 Saturnushof 14, 3738 XG Maartensdijk, The Netherlands Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html GNU Fortran 95: http://gcc.gnu.org/fortran/ (under construction)


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