[Bug fortran/37494] New: function of a module not recognized by a subroutine in the same module

2008-09-12 Thread Jean-Charles dot Gilbert at inria dot fr
ignedTo: unassigned at gcc dot gnu dot org ReportedBy: Jean-Charles dot Gilbert at inria dot fr http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37494

[Bug fortran/37494] function of a module not recognized by a subroutine in the same module

2008-09-12 Thread Jean-Charles dot Gilbert at inria dot fr
--- Comment #3 from Jean-Charles dot Gilbert at inria dot fr 2008-09-12 15:26 --- (In reply to comment #1) > Removing the > > double precision :: fonc > > from sub makes the program compile as expected (as I guess). I'm not sure if > that's a bug or a pr

[Bug fortran/37494] function of a module not recognized by a subroutine in the same module

2008-09-12 Thread Jean-Charles dot Gilbert at inria dot fr
--- Comment #6 from Jean-Charles dot Gilbert at inria dot fr 2008-09-12 16:21 --- (In reply to comment #5) > > ... I'm not sure if your code is still valid Fortran and this a bug. I'm > > not the right one to judge here. > > I am not the right one either