This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug fortran/58099] [F03] over-zealous procedure pointer error checking in gfortran 4.8


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58099

--- Comment #4 from Andrew McLeod <andy at gwentswordclub dot co.uk> ---
Hi Janus,

I think you should read the part of the standard I quoted again? It clearly
specifies that the procedure target may be pure even if the procedure pointer
is not (similar to the way that the interface to a PURE procedure may omit the
PURE declaration, but not vice versa).


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