Hi, currently H5test_kind_SIZEOF.f90 generates the code that fails to build with any gcc version less than 4.6.0. Namely:
gfortran -I../../src -I../../fortran/src -c -o H5fortran_detect.o
H5fortran_detect.f90
H5fortran_detect.f90:175.16:
REAL(KIND= 16) :: a
1
Error: Kind 16 not supported for type REAL at (1)
H5fortran_detect.f90:178.21:
a_size = SIZEOF(a)
1
Error: Symbol 'a' at (1) has no IMPLICIT type
make: *** [H5fortran_detect.o] Error 1
Is that change intended, i.e. do you drop support for older versions of
gnu compiler?
Full build.log can be found at downstream bug[1]
Cheers,
Kacper Kowalik
[1] https://bugs.gentoo.org/show_bug.cgi?id=419895
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
