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

Reply via email to