The following piece of code shows subroutine a implicit none real*16 x complex*32 y end subroutine a
that gfortran $ ~/gcc/bin/gfortran --version GNU Fortran 95 (GCC) 4.1.0 20051110 (experimental) supports the datatype real*16, but not complex*32. Since a complex*32 consists essentially of two real*16 components, either both or none should be supported. -- Summary: Fortran supports real*16, but not complex*32 Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: schnetter at aei dot mpg dot de GCC build triplet: powerpc-apple-darwin8.3.0 GCC host triplet: powerpc-apple-darwin8.3.0 GCC target triplet: powerpc-apple-darwin8.3.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24807