This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C_FUNLOC on procedure pointer component


Hi John,

> As of gfortran 4.7.2, the compiler trips up when calling C_FUNLOC on a
> derived type component (see attached example).  I get an incorrect error
> that the argument must be a procedure.  Is this a known issue?

since your test case works with current trunk, I'd say yes :)

I think it has been fixed by this commit:

http://gcc.gnu.org/viewcvs/gcc?view=revision&revision=197053

Cheers,
Janus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]