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] PR 39304 - fix generic function issue


Tobias Burnus wrote:
Hi all,

PR 39304 shows two issues:
a) The wrong specific function is checked for e.g. MATMUL when using
generic functions
b) For pointer returning functions there is an issue, causing a segfault
(cf. bugreport to PR 39304 but see also PR 42851)

This patch fixes the first issue and is rather straight forward.
Build and regtested on x86-64-linux. OK for the trunk?

OK for trunk. I think dg-do run is fine.


Thanks for patch,

Jerry


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