This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/20885] error needed
- From: "fxcoudert at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2005 07:11:28 -0000
- Subject: [Bug fortran/20885] error needed
- References: <20050408160154.20885.jv244@cam.ac.uk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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