This is the mail archive of the gcc-patches@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]

Re: [Patch, fortran] PR31154 , PR31229 and PR33334 - use associated or imported function characteristics.


Paul Richard Thomas wrote:
This I believe it it:

(i) Have added ST_DERIVED_DECL to the conditions where a check is made
to see if the derived type is available.
(ii) I have corrected the illegailities in derived_function_interface_1.f90.

With this, the patch bootstraps and regtests on x86_ia64/FC5 (no, I
did not miss anything this time!), CP2K compiles and runs, as does
tonto.

OK for trunk?

Paul

Paul,

Typo in comment: spelling of "there"


+ /* If we still have kind = -1 at the end of the specification block, + then ther is an error. */

Also: Is gfc_current_block() a macro? If not, need space before the left paren in several places.

Otherwise OK to commit.

Regards,

Jerry


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