This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 098cf067772 [gcn] gcc/configure.ac + install.texi - changes to detect H [...] new 69faef01dff PR modula2/121629: adding third party modules
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 | 69 +++-- gcc/m2/gm2-compiler/PathName.mod | 21 ++ gcc/m2/gm2-lang.cc | 283 +++++++++++++++------ gcc/m2/gm2spec.cc | 31 ++- gcc/m2/lang.opt | 10 +- .../pass/switches-pathnameroot-pass.exp} | 4 +- .../gm2/switches/pathnameroot/pass/test.mod | 6 + .../switches/pathnameroot/pass/testlib/m2/foo.def | 7 + .../switches/pathnameroot/pass/testlib/m2/foo.mod | 3 + 9 files changed, 338 insertions(+), 96 deletions(-) copy gcc/testsuite/gm2/switches/{auto-init/fail/switches-auto-init-fail.exp => pat [...] mode change 100644 => 100755 create mode 100644 gcc/testsuite/gm2/switches/pathnameroot/pass/test.mod create mode 100644 gcc/testsuite/gm2/switches/pathnameroot/pass/testlib/m2/foo.def create mode 100644 gcc/testsuite/gm2/switches/pathnameroot/pass/testlib/m2/foo.mod