https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123028
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to sandra from comment #0) > 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. Note it is not just the fortran front-end. I noticed the same in the rust front-end too.
