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: [Patch, Fortran, OOP] PR 50960: vtables not marked as constant


>> Committed as r181199. Thanks for the comments, everyone!
>
> Thanks for the patch, but could you also add a test case? With the
> patch, one gets the following optimized dump:
> ?base ();
> while without the patch (or in the original dump) one has:
> ? ? ?x._vptr->bar ();
> (That's for the test case to the PR, see PR 50959 comment 0.)

Oh yeah, good point. Will do.

Cheers,
Janus


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