Hi Tobias, Thanks for your time and guidance on this GSOC project.
> * This is a trivial patch but for larger patches, you need > grant the right to use your patch. There are two ways of doing so: > (a) The simple one, called "Developer Certificate of Origin" (DCO). > This requires a "Signed-off-by:" line (as added by 'git commit -s'. > (b) A copyright assignment with the Free Software Foundation (FSF). You're right. I found the information on the website stating that minor patches can omit the DCO. I have now added the "Signed-off-by:" line in the new patch. > (a) FYI - if you run for the last commit > ./contrib/gcc-changelog/git_check_commit.py -v -p or for some commit > ./contrib/gcc-changelog/git_check_commit.py -v -p <git-hash> Then you > see how the resulting ChangeLog will look like - it also shows errors > and warnings. (That's also used on the server.) (b) Small nit picking: Thanks for the tip! I ran the git_check_commit.py script, and it reported "OK." However, when I regenerated the ChangeLog, the function name wasn't included automatically. I've manually added the function name to the ChangeLog for now and will investigate the script's behavior later. The updated patch is attached for your review. Yuao
0001-fortran-fix-simple-typo-in-libgfortran.patch
Description: 0001-fortran-fix-simple-typo-in-libgfortran.patch