https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123028
Bug ID: 123028
Summary: fortran front end does not conform to GNU coding
standards re comments
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: documentation
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: sandra at gcc dot gnu.org
Target Milestone: ---
I noted this particularly while looking at trans-array.cc but it affects other
files too. There are many functions in the fortran front end that lack any
comments at all about what they are doing, much less documenting what their
arguments or return values are. This makes the code very unfriendly for people
who don't work with it regularly to understand, or to contribute improvements
or bug fixes.