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/20885] error needed


------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-19 07:11 -------
Reduced:

  CALL TT(10)
CONTAINS
 SUBROUTINE TT (I)
  INTEGER, INTENT(INOUT) :: I
  I = I + 1
 END SUBROUTINE
END

Intel says: "An actual argument is an expression or constant; this is not valid
since the associated dummy argument has the explicit INTENT(OUT) or
INTENT(INOUT) attribute."

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-06-19 07:11:26
               date|                            |


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


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