https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88079
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P5
Severity|normal |enhancement
--- Comment #1 from kargl at gcc dot gnu.org ---
(In reply to Vivek Rao from comment #0)
> I think all new Fortran code should have the INTENT specified for the
> arguments of all procedures. I request that gfortran add a warning for code
> not doing this. If a warning is added, users who agree with my style
> recommendation can use a -Werror flag to force them to fix code without
> INTENTs for all arguments.
>
> This is, of course, an enhancement request, not a bug report.
How does gfortran differential between new Fortran code and
old Fortran code. It is the programmer's responsibility to
know what he or she is doing.