Hello,
I have been updating our compiler from 17.10 to 18.4 and ran into some issues. We have been using the compile flag -fast, but after the update we experience some runtime issues.
I narrowed the issue down to the -Mautoinline flag, that, when set, somehow messes up the compilation.
So we have found a way around the problem, but without the inlining the code is less performant. So I was wondering if this is a known issue or if there might be a way to make the code itself less ambiguous for the compiler?
Cheers,
Jan