[Bug fortran/24807] New: Fortran supports real*16, but not complex*32
schnetter at aei dot mpg dot de
gcc-bugzilla@gcc.gnu.org
Fri Nov 11 18:19:00 GMT 2005
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
More information about the Gcc-bugs
mailing list