https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99302
--- Comment #3 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
(In reply to Roland Illig from comment #2)
> Maybe you can ask Martin Sebor for details regarding the diagnostics.
>
> There are several other code smells in that area, such as:
"Code smells" is not a problem description I understand.
> * mixing strncpy with snprintf in gfc_check_dummy_characteristics
> * fixed-size buffers
> * using nonstandard quote characters (' instead of %<)
The last one I understand.