This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 66946624b96 aarch64: Don't trust TYPE_ALIGN for pointers [PR108910] new a1afdc6e2aa PR modula2/109496 Fix constant char parameter passing to an [...]
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/M2ALU.def | 8 ++++ gcc/m2/gm2-compiler/M2ALU.mod | 27 ++++++++++- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 23 ++++++--- gcc/m2/gm2-compiler/M2GenGCC.mod | 62 +++++++++++++++++++------ gcc/m2/gm2-compiler/M2Quads.mod | 4 +- gcc/m2/gm2-gcc/m2expr.cc | 10 ++++ gcc/m2/gm2-gcc/m2expr.def | 7 +++ gcc/m2/gm2-gcc/m2expr.h | 1 + gcc/testsuite/gm2/pim/run/pass/addcharconst.mod | 20 ++++++++ gcc/testsuite/gm2/pim/run/pass/singlechar.mod | 20 ++++++++ 10 files changed, 157 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/gm2/pim/run/pass/addcharconst.mod create mode 100644 gcc/testsuite/gm2/pim/run/pass/singlechar.mod