This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 59a3da733a7 [to-be-committed][RISC-V] Handle 32bit operands in conditio [...] new d1c3cfa3296 [PR modula2/119650, PR modula2/117203]: WriteString and Del [...]
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/P2Build.bnf | 79 +++++++---- gcc/m2/gm2-compiler/P3Build.bnf | 99 +++++++++----- gcc/m2/gm2-compiler/PCBuild.bnf | 97 +++++++++----- gcc/m2/gm2-compiler/PHBuild.bnf | 86 +++++++++--- gcc/m2/gm2-libs/{Assertion.def => ARRAYOFCHAR.def} | 19 +-- gcc/m2/gm2-libs/{Assertion.mod => ARRAYOFCHAR.mod} | 36 +++-- gcc/m2/gm2-libs/CFileSysOp.def | 56 ++++++++ .../pass/libprintf.def => m2/gm2-libs/CHAR.def} | 19 ++- gcc/m2/gm2-libs/{TimeString.def => CHAR.mod} | 26 ++-- gcc/m2/gm2-libs/{Args.def => FileSysOp.def} | 30 ++--- gcc/m2/gm2-libs/FileSysOp.mod | 98 ++++++++++++++ .../pass/libprintf.def => m2/gm2-libs/String.def} | 18 +-- gcc/m2/gm2-libs/{Assertion.mod => String.mod} | 37 +++--- .../StringFileSysOp.def} | 22 ++-- .../gm2-libs/{Storage.mod => StringFileSysOp.mod} | 42 +++--- gcc/testsuite/gm2/iso/fail/CHAR.mod | 7 + .../pass/hello.mod => iso/run/pass/CHAR.mod} | 4 +- gcc/testsuite/gm2/iso/run/pass/importself.mod | 14 ++ gcc/testsuite/gm2/pimlib/run/pass/testwrite.mod | 8 ++ .../gm2/pimlib/run/pass/testwritechar.mod | 13 ++ libgm2/libm2pim/CFileSysOp.cc | 145 +++++++++++++++++++++ libgm2/libm2pim/Makefile.am | 20 ++- libgm2/libm2pim/Makefile.in | 27 +++- 23 files changed, 777 insertions(+), 225 deletions(-) copy gcc/m2/gm2-libs/{Assertion.def => ARRAYOFCHAR.def} (69%) copy gcc/m2/gm2-libs/{Assertion.mod => ARRAYOFCHAR.mod} (62%) create mode 100644 gcc/m2/gm2-libs/CFileSysOp.def copy gcc/{testsuite/gm2/examples/callingC/pass/libprintf.def => m2/gm2-libs/CHAR.d [...] copy gcc/m2/gm2-libs/{TimeString.def => CHAR.mod} (69%) copy gcc/m2/gm2-libs/{Args.def => FileSysOp.def} (59%) create mode 100644 gcc/m2/gm2-libs/FileSysOp.mod copy gcc/{testsuite/gm2/examples/callingC/run/pass/libprintf.def => m2/gm2-libs/St [...] copy gcc/m2/gm2-libs/{Assertion.mod => String.mod} (64%) copy gcc/m2/{gm2-libs-iso/Preemptive.def => gm2-libs/StringFileSysOp.def} (62%) copy gcc/m2/gm2-libs/{Storage.mod => StringFileSysOp.mod} (52%) create mode 100644 gcc/testsuite/gm2/iso/fail/CHAR.mod copy gcc/testsuite/gm2/{link/externalscaffold/pass/hello.mod => iso/run/pass/CHAR. [...] create mode 100644 gcc/testsuite/gm2/iso/run/pass/importself.mod create mode 100644 gcc/testsuite/gm2/pimlib/run/pass/testwrite.mod create mode 100644 gcc/testsuite/gm2/pimlib/run/pass/testwritechar.mod create mode 100644 libgm2/libm2pim/CFileSysOp.cc