https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85448
--- Comment #8 from francois.jacq at irsn dot fr ---
(In reply to Thomas Koenig from comment #7)
> As quoted by Steve Lionel on c.l.f (F2008, 16.2, para 2):
>
> "The global identifier of an entity shall not be the same as the globa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85448
--- Comment #5 from francois.jacq at irsn dot fr ---
On Thursday 19 April 2018 16:30:09 you wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85448
>
> --- Comment #4 from Steve Kargl
> ---
>
> On Thu, Apr 19, 2018 a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85448
--- Comment #3 from francois.jacq at irsn dot fr ---
Notice that this is a regression : The version 4.8.5 returns the result I
expected...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85448
--- Comment #2 from francois.jacq at irsn dot fr ---
(In reply to kargl from comment #1)
> (In reply to francois.jacq from comment #0)
> > In the following example, the subroutine c_open of the module m2, which
> > should call
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: francois.jacq at irsn dot fr
Target Milestone: ---
In the following example, the subroutine c_open of the module m2, which should
call the subroutine odopen of the module m1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34640
--- Comment #40 from francois.jacq at irsn dot fr ---
Happy to learn that this old bug is solved now. 9 years : just enough to get
good wine !
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77525
--- Comment #2 from francois.jacq at irsn dot fr ---
(In reply to Dominique d'Humieres from comment #1)
> Confirmed from 4.5 up to trunk (7.0). Fortran 2003: Procedure components at
> (1) are not yet implemented in gfortran-4.4.
>
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: francois.jacq at irsn dot fr
Target Milestone: ---
The following source file does not compile correctly with gfortran 5.3.0 and
5.3.1
This is a regression because gfortran 4.9.2 is OK