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] PR41829 - vtables for fortran - fortran-dev to trunk port


Dear Tobias,

> I have browsed through the patch and it looks okay. However, it seems as
> if you rename trunk's dynamic_dispatch_7.f03 to dynamic_dispatch_9.f03.

There was a ChangeLog entry to that effect.. However, have interchanged them.

> In gfc_conv_structure I saw a useless NULL_TREE initialization, but that
> does not really matter:
>
> + ? ? ? ? tree vtab = NULL_TREE;

Initialiser eliminated.

Somehow some testcases were missed by the diff between the trees.  I
will investigate tonight with a view to committing tomorrow night.

Cheers

Paul


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