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/19754] Shape conformance not checked


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


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