[Bug other/60303] New: Spelling Error
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60303 Bug ID: 60303 Summary: Spelling Error Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alangiderick at gmail dot com Created attachment 32189 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32189&action=edit it is a spelling correction patch file On reading the gcc/README.Portabibility file in the GCC software, i noticed that a line had an error in the spelling and then i corrected it to make sure that this will make the others downloading the updated copy of the software will understand the grammer flowing in the text.
[Bug other/60316] New: Addition of options to GCC fputs(), License addition and Comment Correction
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60316 Bug ID: 60316 Summary: Addition of options to GCC fputs(), License addition and Comment Correction Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alangiderick at gmail dot com Created attachment 32199 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32199&action=edit Ammendments to three files in gcc I added some option messages to gcc and this will help the users of gcc to know more about gcc options. Further more, i also added a license to an unlicensed source code file(version.h) and finally, i corrected a mistake in a comment the call.h header file.
[Bug other/60329] New: Fix Typo
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60329 Bug ID: 60329 Summary: Fix Typo Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alangiderick at gmail dot com Created attachment 32206 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32206&action=edit Fix Typo Hello Fixed a typo in call.h header file in the comment.
[Bug other/60330] New: Licensed an unlicensed file
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60330 Bug ID: 60330 Summary: Licensed an unlicensed file Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: alangiderick at gmail dot com Created attachment 32207 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32207&action=edit Licensed a file Hi I licensed a file that had the license missing at the begginning of the code. Thanks