[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-28 13:24 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-28 11:56 --- Subject: Bug 20865 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-28 11:56:03 Modified files: gcc/fortran: Change

[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-28 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-28 11:56 --- Subject: Bug 20865 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-28 11:56:03 Modified files: gcc/fortran: Change

[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-28 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-28 11:34 --- New patch proposed: http://gcc.gnu.org/ml/fortran/2005-04/msg00667.html -- What|Removed |Added -

[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-28 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-28 09:19 --- It does not fix the error. Will look further into it. -- What|Removed |Added Key

[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-28 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-04-28 07:58 --- Possible patch: diff -p -u -r1.39 resolve.c --- gcc/fortran/resolve.c 19 Mar 2005 19:45:33 - 1.39 +++ gcc/fortran/resolve.c 28 Apr 2005 07:56:12 - @@ -616,6 +616,13 @@ resolve_act

[Bug fortran/20865] statement function shall not be supplied as procedure argument

2005-04-23 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Keywords||accepts-invalid Summary|error needed|statement function shall not