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