Hi Manfred,
In addition to the patches of Steve Kargl for PR 91497:
The MIN1 and MAX1 intrinsics do explicit type conversions and should
be silenced too for -Wconversion and -Wconversion-extra.
Adjust testcase to only use *4 and *8 real types, provide a second
testcase for *10 and *16 precisions.
Two points:
We should modify existing test cases only when necessary, because
modification can impede a regression test. It is better to create
a new one.
While we do recognize real*4 and real*8 and so on, these are
non-standard extensions, and I would like to avoid to have these
with new test cases.
Instead of real*8, you can use real(8) or double precision.
OK with these changes to the test cases.
Thanks for the patch!
Best regards
Thomas