[Bug fortran/19754] Shape conformance not checked

uttamp at us dot ibm dot com gcc-bugzilla@gcc.gnu.org
Tue Aug 2 17:20:00 GMT 2005


------- Additional Comments From uttamp at us dot ibm dot com  2005-08-02 17:20 -------
(In reply to comment #7)
> Fixed.

Shouldn't the following test fail too with the shape conformance error message?

program test
integer ::a(2,2)
real :: b(4,4)
a=1
b=2.0
b = b + a
end program test


-- 


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



More information about the Gcc-bugs mailing list