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 e13aec77b91 Merge branch 'master' into devel/modula-2. new f7698b15abd Add Output.def, Output.mod to ppg and remove unused variables.
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/ChangeLog | 111 ++++++ gcc/m2/Make-lang.in | 68 ++-- gcc/m2/bnf/gm2l.bnf | 20 +- gcc/m2/bnf/gm2m.bnf | 28 +- gcc/m2/bnf/m2-1.bnf | 6 +- gcc/m2/bnf/m2-2.bnf | 6 +- gcc/m2/bnf/m2-3.bnf | 8 +- gcc/m2/bnf/m2-c.bnf | 8 +- gcc/m2/bnf/m2-h.bnf | 6 +- gcc/m2/bnf/m2.bnf | 6 +- gcc/m2/bnf/mc-1.bnf | 2 +- gcc/m2/bnf/mc-2.bnf | 2 +- gcc/m2/bnf/mc-3.bnf | 2 +- gcc/m2/bnf/mc-4.bnf | 2 +- gcc/m2/bnf/mc-5.bnf | 2 +- gcc/m2/gm2-compiler/M2ALU.mod | 3 +- gcc/m2/gm2-compiler/M2Batch.def | 9 +- gcc/m2/gm2-compiler/M2Batch.mod | 4 + gcc/m2/gm2-compiler/M2Depth.def | 9 +- gcc/m2/gm2-compiler/M2Depth.mod | 5 + gcc/m2/gm2-compiler/M2Options.mod | 3 +- gcc/m2/gm2-compiler/M2Quads.mod | 8 +- gcc/m2/gm2-compiler/Output.def | 116 +++++++ gcc/m2/gm2-compiler/Output.mod | 200 +++++++++++ gcc/m2/gm2-compiler/P0SymBuild.mod | 23 +- gcc/m2/gm2-compiler/SymbolKey.mod | 4 - gcc/m2/gm2-compiler/ppg.mod | 667 ++++++++++++++++++++----------------- gcc/m2/gm2-gcc/m2decl.c | 6 +- gcc/m2/gm2-gcc/m2except.c | 22 +- gcc/m2/gm2-gcc/m2expr.c | 6 +- gcc/m2/gm2-gcc/m2type.c | 25 +- gcc/m2/gm2-libs/StrLib.def | 6 +- gcc/m2/gm2-libs/StrLib.mod | 28 +- gcc/m2/init/ppginit | 2 + 34 files changed, 947 insertions(+), 476 deletions(-) create mode 100644 gcc/m2/gm2-compiler/Output.def create mode 100644 gcc/m2/gm2-compiler/Output.mod