When I compile the program listed below with the snapshot version of gfortran
dated September 24 I get the following spurious warning:
pp.f90:3.15:
rft = TRANSFER(' ', 0.0)
1
Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 1 <
result size 4
PROGRAM printd
REAL :: rft
rft = TRANSFER(' ', 0.0)
END PROGRAM printd
--
Summary: Spurious warning in TRANSFER intrinsic in Sept 24
snapshot of gfortran
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: michael dot a dot richmond at nasa dot gov
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33544