Size: 2574
Comment: delete fixed
|
Size: 2494
Comment: remove fixed
|
Deletions are marked like this. | Additions are marked like this. |
Line 23: | Line 23: |
* BUG:PR53920 (medium difficulty) | |
Line 24: | Line 25: |
* BUG:PR53920 (medium difficulty) * BUG:PR64955 have -Wformat suggest the correct format string to use (medium) |
Be sure to first read the basic steps for Contributing to GCC.
These bugs (also called Problem Reports) are great starting points for new contributors to GCC. If you have doubts or questions, don't be afraid to ask in the bugzilla page of each bug.
Up-to-date list of Open EasyHacks directly from bugzilla
The list below was created before the auto-generated list above and may be a bit outdated.
C-family (bug affects both C and C++)
A patch exists but needs to be tested
Analyzed what needs to be fixed, but no patch
PR44209 (trivial)
PR49973 (easy)
PR60832 (easy)
PR62181 Expected new warning: "adding 'char' to a string does not append to the string" [-Wstring-plus-int] (easy)
PR53920 (medium difficulty)
C only
Analyzed what needs to be fixed, but no patch
PR23087 Misleading warning, "... differ in signedness"
C++ only
A patch exists but needs to be tested
A patch exists but needs to be updated
PR38612 (easy)
Analyzed what needs to be fixed, but no patch
Fortran
Analyzed what needs to be fixed, but no patch
PR54687 (easy)
There is also a non-wiki list of beginner projects at http://gcc.gnu.org/projects/beginner.html, however, it is very outdated and the projects are not that easy.
Other easy projects without a PR are (you can help by opening a PR for them and moving them to the list above):
Delete unused variables and functions. A list of potential candidates is here, current as of 2010-05-30. Note that some functions and variables there are not unused, for example, debugging output helpers.
Constify read-only variables. A list of potential candidates is here, current as of 2010-05-30.
Change the vectors in genautomata.c to be sbitmaps instead of the current adhoc implementation.