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 c9afa63c3b0 Merge branch 'master' into devel/modula-2. new 966f05c85e4 Bugfixes for default scope, tidying up of code and neater e [...]
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: gcc/m2/Make-lang.in | 7 + gcc/m2/bnf/m2-1.bnf | 5 +- gcc/m2/bnf/m2-2.bnf | 2 +- gcc/m2/bnf/m2-3.bnf | 1 + gcc/m2/bnf/m2-c.bnf | 1 + gcc/m2/bnf/m2-h.bnf | 4 +- gcc/m2/bnf/m2.bnf | 4 +- gcc/m2/gm2-compiler/M2Comp.mod | 12 +- gcc/m2/gm2-compiler/M2Error.def | 44 +++-- gcc/m2/gm2-compiler/M2Error.mod | 324 +++++++++++++++++++++++------------- gcc/m2/gm2-compiler/M2MetaError.def | 5 + gcc/m2/gm2-compiler/M2MetaError.mod | 278 +++++++++++++++++++++++++++---- gcc/m2/gm2-compiler/M2Scope.mod | 14 +- gcc/m2/gm2-compiler/M2StackWord.mod | 26 +-- gcc/m2/gm2-compiler/P0SymBuild.mod | 4 +- gcc/m2/gm2-compiler/P2SymBuild.mod | 10 +- gcc/m2/gm2-compiler/P3SymBuild.mod | 10 +- gcc/m2/gm2-compiler/PCSymBuild.mod | 10 +- gcc/m2/gm2-compiler/SymbolKey.def | 20 ++- gcc/m2/gm2-compiler/SymbolKey.mod | 111 +++++++++--- gcc/m2/gm2-compiler/SymbolTable.def | 20 +++ gcc/m2/gm2-compiler/SymbolTable.mod | 115 ++++++++++++- 22 files changed, 789 insertions(+), 238 deletions(-)