This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 87d4356cab0 Daily bump. new c4637cbed3f PR modula2/110174 Bugfixes to M2GenGCC.mod:CodeInline preve [...]
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/gm2-compiler/M2GCCDeclare.def | 23 ++++--- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 27 ++++++++ gcc/m2/gm2-compiler/M2GenGCC.mod | 73 ++++++++++++++-------- gcc/m2/gm2-compiler/M2Quads.def | 20 +++--- gcc/m2/gm2-compiler/M2Quads.mod | 39 ++++++++---- gcc/m2/gm2-compiler/P1Build.bnf | 3 +- gcc/m2/gm2-compiler/P2Build.bnf | 1 - gcc/m2/gm2-compiler/P3Build.bnf | 38 +++++------ gcc/m2/gm2-compiler/PHBuild.bnf | 1 - gcc/m2/gm2-libs-iso/SysClock.mod | 10 --- gcc/m2/gm2-libs/FIO.mod | 48 +++++++------- gcc/m2/m2pp.cc | 39 ++++++++++-- .../asm/fail/extensions-asm-fail.exp} | 2 +- .../gm2/extensions/asm/fail/stressreturn.mod | 14 +++++ .../asm/pass/extensions-asm-pass.exp} | 2 +- gcc/testsuite/gm2/extensions/asm/pass/fooasm.mod | 13 ++++ gcc/testsuite/gm2/pim/pass/program2.mod | 3 +- 17 files changed, 230 insertions(+), 126 deletions(-) copy gcc/testsuite/gm2/{switches/uninit-variable-checking/fail/switches-uninit-var [...] create mode 100644 gcc/testsuite/gm2/extensions/asm/fail/stressreturn.mod copy gcc/testsuite/gm2/{link/min/pass/link-min-pass.exp => extensions/asm/pass/ext [...] create mode 100644 gcc/testsuite/gm2/extensions/asm/pass/fooasm.mod