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/32002] [4.2/4.3 regression] insufficient conformance check when assigning the result of an elemental function to an array



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


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