Bernd Edlinger wrote:
Boot-strapped and Regression-tested on arm-linux-gnueabihf and x86_64-linux-gnu.
OK for trunk?
The patch looks good to me. Thanks for the patch.
[Hopefully, we do not miss some odd corner case where it causes some
problems.]
Cheers,
Tobias
Hi,
in the test cases dynamic_dispatch_1.f03 and dynamic_dispatch_3.f04 there is
recursive procedure type, make_real,
the front-end generates the equivalent of
extern "C" float make_real(t1*, ...);
for the call statements, but uses
extern "C" float make_real(t1*)
{
}
for the procedure itself