This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 616627245fb Lower zeroing array assignment to memset for allocatable arrays. new d9709fafb2c PR modula2/115957 ICE on procedure local const declaration
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/M2StackAddress.mod | 11 +++++--- gcc/m2/gm2-compiler/PCBuild.bnf | 40 +++++++++++++++++++++--------- gcc/m2/gm2-compiler/PCSymBuild.def | 38 +++++----------------------- gcc/m2/gm2-compiler/PCSymBuild.mod | 18 +++++++++++++- gcc/testsuite/gm2/errors/fail/badconst.mod | 19 ++++++++++++++ gcc/testsuite/gm2/pim/fail/tinyadr.mod | 12 +++++++++ 6 files changed, 90 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gm2/errors/fail/badconst.mod create mode 100644 gcc/testsuite/gm2/pim/fail/tinyadr.mod