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 806751e5e94 Bugfix detect assigning constant constructors within a code block. new 5d09bba11a7 Bugfix to detect re-assigning a constant array in a code block. new 918e3a0d1fb New regression tests added.
The 2 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/M2AsmUtil.mod | 3 +- gcc/m2/gm2-compiler/M2Quads.def | 24 +++++- gcc/m2/gm2-compiler/M2Quads.mod | 114 +++++++++++++++++++--------- gcc/m2/gm2-compiler/P3Build.bnf | 5 +- gcc/m2/gm2-compiler/PCBuild.bnf | 77 ++++++++++++------- gcc/m2/gm2-compiler/PCSymBuild.mod | 6 +- gcc/m2/gm2-compiler/PHBuild.bnf | 4 +- gcc/m2/gm2-compiler/SymbolTable.def | 16 ++++ gcc/m2/gm2-compiler/SymbolTable.mod | 48 ++++++++++++ gcc/testsuite/gm2/iso/fail/constarray.mod | 11 +++ gcc/testsuite/gm2/iso/fail/constarray2.mod | 11 +++ gcc/testsuite/gm2/iso/fail/constrecord.mod | 13 ++++ gcc/testsuite/gm2/iso/fail/constrecord2.mod | 13 ++++ gcc/testsuite/gm2/iso/fail/constrecord3.mod | 15 ++++ 14 files changed, 282 insertions(+), 78 deletions(-) create mode 100644 gcc/testsuite/gm2/iso/fail/constarray.mod create mode 100644 gcc/testsuite/gm2/iso/fail/constarray2.mod create mode 100644 gcc/testsuite/gm2/iso/fail/constrecord.mod create mode 100644 gcc/testsuite/gm2/iso/fail/constrecord2.mod create mode 100644 gcc/testsuite/gm2/iso/fail/constrecord3.mod