The GNU Modula-2 front end to GCC

Development sources via git

The source code in the git can be browsed.

These sources can be obtained via:

$ git clone https://git.savannah.nongnu.org/git/gm2.git

However you will probably want the combined gcc and gm2 sources which are available below. This second repository is large (about 3GB) but it contains all gcc branches and gm2 releases applied to those branches.

$ git clone http://floppsie.comp.glam.ac.uk/gm2

This will clone a copy of the GCC repository onto which the gm2 repository has been grafted. This combined repository contains the gm2-master, gm2-9 gm2-8 and gm2-6 branches which correspond to the current GCC releases. It also has all the relevant gm2 related patches for GCC applied. See (Obtaining, ).