Re: [PATCH, FORTRAN] Fix PR fortran/60191

2014-04-03 Thread Tobias Burnus
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

[PATCH, FORTRAN] Fix PR fortran/60191

2014-03-31 Thread Bernd Edlinger
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