This is the mail archive of the gcc-help@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]

g77, malign-double and DOUBLE PRECISON



Hi to everyone:

i'm trying to compile the blitz++ library. It works but not the benchmarks
'cause the fortran code got a declartion like this:

DOUBLE PRECISION, DIMENSION (n) :: x, y


i got the next error:

 g77   -O2 -funroll-loops -c -o daxpy.o daxpyf90.f -malign-double
daxpyf90.f: In subroutine `f90daxpy':
daxpyf90.f:3:
         DOUBLE PRECISION, DIMENSION (n) :: x, y
         ^
Fortran 90 feature at (^) unsupported


this happens with both the 3.1 and 3.2 versions of gcc


cafe




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