[Bug fortran/34805] defined assignment not allowed to vector subscripted array

burnus at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jan 16 08:47:00 GMT 2008



------- Comment #1 from burnus at gcc dot gnu dot org  2008-01-16 07:23 -------
The error message is strange, but an error is not necessarily wrong. Other
compilers show the following messages:

NAG f95 shows the error:
  Error: line 29: Argument T (no. 1) of C_U_TO_T is OUT or INOUT but is not a
variable

g95:
  Error: Actual argument at (1) is a vector subscript associated with an
INTENT(OUT)/INTENT(INOUT) argument

ifort -stand f95:
  Warning:line 29: It is non-standard to call an elemental procedure with an
array having vector valued subscripts if the dummy argument has intent [IN]OUT.
  [TLA1L]
      TLA1L(NFV1) = UDA1R
------^


-- 


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



More information about the Gcc-bugs mailing list