This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/modula-2 in repository gcc.
from 416ca65d27c Merge branch 'master' into devel/modula-2. new e61ec3e2739 Generate scope headings prior to emitting error messages.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile.in | 56 +++++++++ configure | 2 + gcc/gdbinit.in | 8 ++ gcc/m2/gm2-compiler/M2Error.def | 68 +++++++++- gcc/m2/gm2-compiler/M2Error.mod | 182 ++++++++++++++++++++++++--- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 70 +++++++++-- gcc/m2/gm2-compiler/M2GenGCC.mod | 61 +++++---- gcc/m2/gm2-compiler/M2MetaError.mod | 112 ++++++++++++++++- gcc/m2/gm2-compiler/M2Quads.mod | 12 +- gcc/m2/gm2-compiler/M2SSA.mod | 3 +- gcc/m2/gm2-compiler/M2Scope.mod | 233 ++++++++++++++++++++++++++--------- gcc/m2/gm2-compiler/Output.mod | 4 +- gcc/m2/gm2-compiler/P0SymBuild.mod | 22 ++-- gcc/m2/gm2-compiler/P2SymBuild.mod | 31 +++-- gcc/m2/gm2-compiler/P3SymBuild.mod | 59 +++++---- gcc/m2/gm2-compiler/PCSymBuild.mod | 32 +++-- gcc/m2/gm2-compiler/SymbolTable.def | 17 +++ gm2tools/Makefile.in | 2 +- 18 files changed, 792 insertions(+), 182 deletions(-)