This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c303f1056df SPARC: Make target-specific test more robust new d66209cee5d PR modula2/122499: misspelt procedure in import list causes [...]
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/M2StackSpell.mod | 59 ++++++++++++++-- gcc/m2/gm2-compiler/P1Build.bnf | 17 +++-- gcc/m2/gm2-compiler/P1SymBuild.mod | 6 +- gcc/m2/gm2-compiler/SymbolTable.def | 18 ++++- gcc/m2/gm2-compiler/SymbolTable.mod | 80 ++++++++++++++++------ gcc/testsuite/gm2.dg/spell/iso/fail/badimport2.mod | 12 ++++ gcc/testsuite/gm2.dg/spell/iso/fail/badimport3.mod | 17 +++++ gcc/testsuite/gm2.dg/spell/iso/fail/badimport4.mod | 17 +++++ 8 files changed, 186 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gm2.dg/spell/iso/fail/badimport2.mod create mode 100644 gcc/testsuite/gm2.dg/spell/iso/fail/badimport3.mod create mode 100644 gcc/testsuite/gm2.dg/spell/iso/fail/badimport4.mod