https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47660
Dominique d'Humieres <dominiq at lps dot ens.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
> Note that the warning
>
> i = 0._8
> 1
> Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at
> (1)
>
> is no longer issued with 5.0.
I meant with -Wconversion.
From the manual
> -Wconversion
> Warn about implicit conversions that are likely to change the value
> of the expression after conversion. Implied by -Wall.
>
> -Wconversion-extra
> Warn about implicit conversions between different types and kinds.
> This option does not imply -Wconversion.
IMO the different warnings for the two options make sense. Without feedback
I'll close the PR as WONTFIX.