Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.97 KB

index.rst

File metadata and controls

60 lines (45 loc) · 1.97 KB

GCC for New Contributors

This is an unofficial guide to GCC's internals, aimed at new developers, and at plugin authors.

Source: https://github.com/davidmalcolm/gcc-newbies-guide

I'm a relative newcomer to GCC, so I thought it was worth documenting some of the hurdles I ran into when I started working on GCC, to try to make it easier for others to start hacking on GCC. Hence this guide.

Other sources of information:

Contents:

.. toctree::
   :maxdepth: 1

   diving-into-gcc-internals.rst
   gotchas-and-faq.rst
   getting-started.rst
   readying-a-patch.rst
   debugging.rst
   working-with-the-testsuite.rst
   how-to-improve-the-location-of-a-diagnostic.rst
   memory-management.rst
   todo.rst