[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-02-14 07:18 --- Subject: Bug 25088 Author: pault Date: Tue Feb 14 07:18:44 2006 New Revision: 110960 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110960 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-02-13 21:40 --- Fixed on trunk and 4.1. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-02-13 21:35 --- Subject: Bug 25088 Author: pault Date: Mon Feb 13 21:35:09 2006 New Revision: 110930 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110930 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25088] Subroutine call to typed object allowed

2006-02-13 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-02-13 21:23 --- Subject: Bug 25088 Author: pault Date: Mon Feb 13 21:22:55 2006 New Revision: 110926 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110926 Log: 2006-02-13 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25088] Subroutine call to typed object allowed

2005-11-30 Thread eedelman at gcc dot gnu dot org
--- Comment #1 from eedelman at gcc dot gnu dot org 2005-11-30 12:32 --- Confirmed. ifort 8.1 -e95 says: "The CALL statement is invoking an external function subprogram as a subroutine. [S] CALL S() --^" -- eedelman at gcc dot gnu dot org changed: What|Removed