[Bug fortran/32002] [4.2/4.3 regression] insufficient conformance check when assigning the result of an elemental function to an array

jvdelisle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun May 20 00:21:00 GMT 2007



------- Comment #2 from jvdelisle at gcc dot gnu dot org  2007-05-20 01:21 -------
I have observed the problem with no initialization.  This may be a hint.

real :: a(3), b(2)
a = COS(b)
print *, a
end


-- 


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



More information about the Gcc-bugs mailing list