This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44ab31419cf predict: Fix comment typo new 04799f03e8d PR modula2/114517 gm2 does not allow comparison operator ha [...]
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/doc/gm2.texi | 3 +- gcc/m2/gm2-compiler/M2Options.def | 36 +++++++++++++--------- gcc/m2/gm2-compiler/M2Options.mod | 10 ++++++ gcc/m2/gm2-gcc/m2options.h | 1 + gcc/m2/gm2-lang.cc | 3 +- gcc/m2/m2.flex | 10 ++++-- gcc/testsuite/gm2/cpp/fail/hashfirstcolumn2.mod | 18 +++++++++++ .../fail/imports-fail.exp} | 4 +-- gcc/testsuite/gm2/imports/fail/localmodule2.mod | 27 ++++++++++++++++ gcc/testsuite/gm2/imports/run/pass/localmodule.mod | 27 ++++++++++++++++ 10 files changed, 119 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gm2/cpp/fail/hashfirstcolumn2.mod copy gcc/testsuite/gm2/{pim/options/bounds/fail/pim-options-bounds-fail.exp => imp [...] create mode 100644 gcc/testsuite/gm2/imports/fail/localmodule2.mod create mode 100644 gcc/testsuite/gm2/imports/run/pass/localmodule.mod