--- Comment #5 from janus at gcc dot gnu dot org 2008-06-08 12:16 ---
Fixed in rev 136555. Closing.
--
janus at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from janus at gcc dot gnu dot org 2008-06-08 11:56 ---
Subject: Bug 36459
Author: janus
Date: Sun Jun 8 11:55:41 2008
New Revision: 136555
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136555
Log:
2008-06-08 Janus Weil <[EMAIL PROTECTED]>
PR fortran/3
--- Comment #3 from burnus at gcc dot gnu dot org 2008-06-07 21:15 ---
> This is the same check that's done in resolve.c (resolve_actual_arglist) for
> dummy procedures.
Thanks for the quick patch.
(Do you think my patch for PR35830 is OK? Off topic: I'd really like to see
proc pointers
--- Comment #2 from janus at gcc dot gnu dot org 2008-06-07 21:01 ---
This patch fixes both of the test cases in comment #0 and comment#1:
Index: gcc/fortran/decl.c
===
--- gcc/fortran/decl.c (revision 136533)
+++ gcc/fort
--- Comment #1 from janus at gcc dot gnu dot org 2008-06-07 20:15 ---
> The problem is that gfortran assigns the interface
> of the INTRINSIC function "cos" to "f"
You surely mean the intrinsic function DIM ;)
> If one uses "interface" instead of "abstract interface" it works.
No, f