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 c9642b5a676 dtoa replace index, m2rts export fixes. new 57900dd7f9a Integration of gm2l into cc1gm2 and a rewrite of gm2spec.cc.
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/doc/gm2.texi | 102 ++- gcc/gcc.cc | 4 +- gcc/m2/Make-lang.in | 2 +- gcc/m2/bnf/m2-3.bnf | 8 +- gcc/m2/bnf/m2.bnf | 9 +- gcc/m2/gm2-compiler/M2Base.mod | 16 +- gcc/m2/gm2-compiler/M2Batch.def | 4 +- gcc/m2/gm2-compiler/M2Batch.mod | 100 ++- gcc/m2/gm2-compiler/M2Code.mod | 4 +- gcc/m2/gm2-compiler/M2Comp.mod | 67 +- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 88 ++- gcc/m2/gm2-compiler/M2GenGCC.mod | 2 +- gcc/m2/gm2-compiler/M2Options.def | 49 +- gcc/m2/gm2-compiler/M2Options.mod | 72 +- gcc/m2/gm2-compiler/M2Quads.mod | 35 +- gcc/m2/gm2-compiler/M2Scaffold.def | 1 + gcc/m2/gm2-compiler/M2Scaffold.mod | 156 +++- gcc/m2/gm2-compiler/M2Students.mod | 6 +- gcc/m2/gm2-compiler/P0SymBuild.def | 2 +- gcc/m2/gm2-compiler/P0SymBuild.mod | 12 +- gcc/m2/gm2-compiler/SymbolTable.def | 49 ++ gcc/m2/gm2-compiler/SymbolTable.mod | 187 ++++- gcc/m2/gm2-gcc/m2options.h | 5 +- gcc/m2/gm2-lang.cc | 15 +- gcc/m2/gm2-libs-iso/COROUTINES.mod | 10 +- gcc/m2/gm2-libs-iso/RTentity.mod | 33 +- gcc/m2/gm2-libs-iso/Storage.mod | 44 +- gcc/m2/gm2-libs/COROUTINES.def | 2 +- gcc/m2/gm2-libs/M2Dependent.mod | 3 + gcc/m2/gm2-libs/Storage.mod | 8 +- gcc/m2/gm2spec.cc | 857 +++++++++++++-------- gcc/m2/lang.opt | 320 ++++---- gcc/m2/m2.flex | 50 +- gcc/m2/tools-src/makeSystem | 2 +- .../calling-c-datatypes-unbounded-run-pass.exp | 3 +- .../calling-c/datatypes/unbounded/run/pass/m.mod | 2 +- .../gm2/complex/run/pass/complex-run-pass.exp | 2 + .../pim/run/pass/coroutines-pim-run-pass.exp | 1 - .../run/pass/examples-callingC-run-pass.exp | 2 +- gcc/testsuite/gm2/exceptions/run/pass/cpp.cpp | 1 + .../exceptions/run/pass/exceptions-run-pass.exp | 10 +- gcc/testsuite/gm2/exceptions/run/pass/m2test.mod | 2 +- gcc/testsuite/gm2/exceptions/run/pass/mycpp.cpp | 4 + .../extensions/run/pass/extensions-run-pass.exp | 2 +- .../gm2/imports/run/pass/imports-run-pass.exp | 5 +- gcc/testsuite/gm2/iso/run/pass/iso-run-pass.exp | 3 +- .../pass/link-externalscaffold-pass.exp | 3 +- .../libarchive/pass/linking-libarchive-pass.exp | 8 +- .../run/pass/pim-no-options-run-pass.exp | 1 - .../run/pass/pim-options-optimize-run-pass.exp | 91 +-- gcc/testsuite/gm2/pim/run/fail/pim-run-fail.exp | 1 - gcc/testsuite/gm2/pim/run/pass/pim-run-pass.exp | 3 +- .../run/pass/pimcoroutines-run-pass.exp | 2 - .../logitech/run/pass/pimlib-logitech-run-pass.exp | 3 +- .../gm2/pimlib/run/pass/pimlib-run-pass.exp | 2 +- gcc/testsuite/gm2/sets/run/pass/sets-run-pass.exp | 1 + .../run/fail/switches-check-all-run-fail.exp | 2 +- .../gm2/switches/none/run/pass/gm2-none.exp | 2 +- .../run/pass/switches-optimization-run-pass.exp | 1 - .../pic/run/pass/switches-pic-run-pass.exp | 3 +- .../pim3/run/pass/switches-pim3-run-pass.exp | 1 - .../pim4/run/pass/switches-pim4-run-pass.exp | 1 - .../pass/run/switches-whole-program-pass-run.exp | 1 - .../gm2/types/run/pass/types-run-pass.exp | 2 +- gcc/testsuite/lib/gm2-simple.exp | 11 +- gcc/testsuite/lib/gm2-torture.exp | 38 +- gcc/testsuite/lib/gm2.exp | 60 +- libgm2/libm2cor/KeyBoardLEDs.c | 139 ---- libgm2/libm2cor/Makefile.am | 8 +- libgm2/libm2iso/Makefile.am | 10 + libgm2/libm2iso/RTco.cc | 7 +- libgm2/libm2pim/Makefile.am | 8 +- libgm2/libm2pim/{cgetopt.c => cgetopt.cc} | 46 +- libgm2/libm2pim/wrapc.c | 5 + 74 files changed, 1780 insertions(+), 1041 deletions(-) delete mode 100644 libgm2/libm2cor/KeyBoardLEDs.c rename libgm2/libm2pim/{cgetopt.c => cgetopt.cc} (81%)