[Bug fortran/77525] New: wrong requirement of an upper bound for an array argument

2016-09-08 Thread francois.jacq at irsn dot fr
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

[Bug fortran/77525] wrong requirement of an upper bound for an array argument

2016-09-09 Thread francois.jacq at irsn dot fr
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. >

[Bug fortran/34640] ICE when assigning item of a derived-component to a pointer

2017-09-11 Thread francois.jacq at irsn dot fr
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 !

[Bug fortran/85448] New: the compiler selects the wrong subroutine because of bind(c,name=...)

2018-04-18 Thread francois.jacq at irsn dot fr
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

[Bug fortran/85448] the compiler selects the wrong subroutine because of bind(c,name=...)

2018-04-19 Thread francois.jacq at irsn dot fr
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

[Bug fortran/85448] the compiler selects the wrong subroutine because of bind(c,name=...)

2018-04-19 Thread francois.jacq at irsn dot fr
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...

[Bug fortran/85448] the compiler selects the wrong subroutine because of bind(c,name=...)

2018-04-19 Thread francois.jacq at irsn dot fr
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

[Bug fortran/85448] Report binding label clash with a global identifyer

2018-04-20 Thread francois.jacq at irsn dot fr
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