This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/25102] Procedure for interface assignment must have two dummy arguments
- From: "pault at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jan 2006 09:44:30 -0000
- Subject: [Bug fortran/25102] Procedure for interface assignment must have two dummy arguments
- References: <bug-25102-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pault at gcc dot gnu dot org 2006-01-14 09:44 -------
To quote Lahey on this one:
Compiling program unit TT at line 1:
1267-S: "SOURCE.F90", line 6: If ASSIGNMENT is specified in the INTERFACE
statement, 'set' must have exactly 2 dummy arguments.
Strangely, ifort does not complain and even produces an executable!
--
pault at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pault at gcc dot gnu dot org
Summary|ICE on invalid code |Procedure for interface
| |assignment must have two
| |dummy arguments
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25102