[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-03-20 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2008-03-20 12:17 --- > With this revision the following code gives an error: > Call bar_pwrk(pr,p,f,cd,info,work=aux) The error is correct; bar_pwrk is known in module bar_pr_mod, that module is then imported in module foo_pr_mod but u

[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-03-20 Thread dfranke at gcc dot gnu dot org
--- Comment #5 from dfranke at gcc dot gnu dot org 2008-03-20 12:15 --- > I don't know if the code is valid or not IMO, it is not: module foo_pr_mod use bar_pr_mod, foo_pwrk => bar_pwrk end module foo_pr_mod Subroutine foo_sub(a,pr,b,x,eps,cd,info) use foo_pr_mod ... Call bar

[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-03-20 Thread dominiq at lps dot ens dot fr
--- Comment #4 from dominiq at lps dot ens dot fr 2008-03-20 11:24 --- With this revision the following code gives an error: [ibook-dhum] f90/bug% cat rename_use_1.f90 ! { dg-do compile } module foo_base_mod type foo_dmt real(kind(1.d0)), allocatable :: rv(:) integer, alloc

[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-03-19 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2008-03-19 19:15 --- Fixed in trunk, no backport as it is not a regression. Closing. -- dfranke at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-03-19 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2008-03-19 19:14 --- Subject: Bug 35152 Author: dfranke Date: Wed Mar 19 19:13:48 2008 New Revision: 133347 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133347 Log: gcc/fortran: 2008-03-19 Daniel Franke <[EMAIL PROTECTED]>

[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-03-16 Thread dfranke at gcc dot gnu dot org
-- dfranke at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |dfranke at gcc dot gnu dot |dot org

[Bug fortran/35152] Implicit procedure with keyword=argument is accepted

2008-02-10 Thread dfranke at gcc dot gnu dot org
--- Comment #1 from dfranke at gcc dot gnu dot org 2008-02-10 20:37 --- *** Bug 35157 has been marked as a duplicate of this bug. *** -- dfranke at gcc dot gnu dot org changed: What|Removed |Added ---