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/18315] missing error for incompatible array assignment involving lbound



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-01-08 05:53 -------
Lahey's says:
  2317-S: "SOURCE.F90", line 5, column 3: Shape of arrays on left and right
sides of assignment do not conform.


I think what is happening is that lbound's type is becoming a scalar and not an
array with size of 1.


-- 


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



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