[Bug fortran/33544] Spurious warning in TRANSFER intrinsic in Sept 24 snapshot of gfortran
michael dot a dot richmond at nasa dot gov
gcc-bugzilla@gcc.gnu.org
Wed Sep 26 15:37:00 GMT 2007
------- Comment #8 from michael dot a dot richmond at nasa dot gov 2007-09-26 15:36 -------
An analogous message appears when I compile the program listed below with the
flag "-fdefault-real-8":
qq.f90:3.15:
rft = TRANSFER('abcd', 0.0)
1
Warning: Intrinsic TRANSFER at (1) has partly undefined result: source size 4 <
result size 8
PROGRAM printd
REAL :: rft
rft = TRANSFER('abcd', 0.0)
END PROGRAM printd
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33544
More information about the Gcc-bugs
mailing list