This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/33544] Spurious warning in TRANSFER intrinsic in Sept 24 snapshot of gfortran



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]