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