Intel Fortran doesn't enforce argument kind conformance?

It is a bug I think that
ifx -diag-error=6075 main.f90
does not change the warning to an error level. I see the driver passing off
-diag-enable-disableE:6075
to xfortcom which SHOULD change 6075 to an error level. It’s odd in that it should be the same code path as ifort. I will get a bug report going on this and alert the team to this tomorrow.

2 Likes