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

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



------- Comment #3 from dfranke at gcc dot gnu dot org  2007-05-20 13:12 -------
This triggers the error ...

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


-- 


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



More information about the Gcc-bugs mailing list