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]

fortran compilation issue!!


hi,
  I am having some compilation error in my code:
i have declared an array in my code:

       implicit none
       real*8 ans(2) /
   x  Z'3FEF6EFA44990F7F', Z'3FE7C5DB1052981B'

during compilation the error given is:

x  Z'3FEF6EFA44990F7F', Z'3FE7C5DB1052981B'
       ^
 integer at (^) too large.


x  Z'3FEF6EFA44990F7F', Z'3FE7C5DB1052981B'
                                             ^
  integar at (^) too large.


its not accepting the 8 byte real no.
the compiler version is gcc3.


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