[Bug fortran/31463] gfortran prints no warning message when an unset return value is an array

michael dot a dot richmond at nasa dot gov gcc-bugzilla@gcc.gnu.org
Tue Apr 3 17:45:00 GMT 2007



------- Comment #1 from michael dot a dot richmond at nasa dot gov  2007-04-03 18:45 -------
The following functions should produce a similar warning message:

function test97() result(ps)
character :: ps
end function test97

CHARACTER(*) FUNCTION test105()
i = LEN(test105)
END FUNCTION test105


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31463



More information about the Gcc-bugs mailing list