This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: fortran/26041: FORTRAN compiler won't compile the valid code


> >???????* resolve.c (gfc_resolve_type): New function.
> >???????(gfc_resolve_code): Likewise.
> >???????(gfc_resolve): Use them.
>
> Please be a little bit more descriptive; A sentence for each on what the
> new functions do and what was done to gfc_resolve will be enough. eg.:

Just "New function" is fine.
Quoting from the GNU coding standards

http://www.gnu.org/prep/standards/html_node/Change-Log-Concepts.html#Change-Log-Concepts

"For example, 'New function' is enough for the change log when you add a 
function, because there should be a comment before the function definition to 
explain what it does."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]