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] PR51816 - fix USE of intrinsic operators


Dear Tobias,

> This patch fixes two issues related to intrinsic operators:
>
> a) No error for nonexisting operators:
>    USE m, operator(*)
>
>
> b) An bogus error if one tried to use-associate the same operator multiple times:
> USE m, operator(+), operator(+)
>
> Those are old issues. New issue (and thus the PR is marked as regression) is that the bogus error now also is printed for:
> USE m, operator(+)
> USE m, operator(+)
>
> Build and regtested on x86-64-linux.
> OK for trunk?

This was quite useful for me - I had got quite behind with development
of module.c; even the documentation on the wiki is badly out of date.
I will update this, as soon as I have a spare moment. :-)

This is OK for trunk.

Thanks for the patch!

Paul


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