This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 93adf88cc67 libfortran: Fix handling of formatted separators. new 4e3c8257304 PR modula2/114617 gm2 unable to resolve const expressions u [...]
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/M2GenGCC.mod | 456 ++++++++++++++++++--- gcc/m2/gm2-compiler/M2Optimize.mod | 5 +- gcc/m2/gm2-compiler/M2Quads.def | 91 +++- gcc/m2/gm2-compiler/M2Quads.mod | 201 +++++++-- gcc/m2/gm2-compiler/M2SymInit.mod | 15 +- gcc/m2/gm2-compiler/P3Build.bnf | 11 +- gcc/m2/gm2-compiler/PCBuild.bnf | 5 +- gcc/m2/gm2-compiler/PHBuild.bnf | 5 +- gcc/m2/gm2-gcc/m2expr.cc | 8 + gcc/m2/gm2-gcc/m2expr.def | 7 + gcc/m2/gm2-gcc/m2expr.h | 2 + .../iso-const-fail.exp => pass/iso-const-pass.exp} | 4 +- 12 files changed, 704 insertions(+), 106 deletions(-) copy gcc/testsuite/gm2/iso/const/{fail/iso-const-fail.exp => pass/iso-const-pass.e [...]