This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf5f7791056 libstdc++: Workaround kernel-headers on s390x-linux new b0469e35dbc PR modula2/114807 badpointer3.mod causes an ICE
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/M2Check.mod | 9 +++---- gcc/m2/gm2-compiler/M2Quads.mod | 3 +-- gcc/m2/gm2-compiler/SymbolTable.def | 8 ++++++ gcc/m2/gm2-compiler/SymbolTable.mod | 29 +++------------------- gcc/testsuite/gm2/pim/fail/badprocbool.mod | 13 ++++++++++ .../fail/proccard.mod => pim/fail/badproccard.mod} | 5 ++-- gcc/testsuite/gm2/pim/fail/badprocint.mod | 17 +++++++++++++ gcc/testsuite/gm2/pim/fail/badprocint2.mod | 14 +++++++++++ gcc/testsuite/gm2/pim/fail/badproctype.mod | 9 +++---- gcc/testsuite/gm2/pim/pass/goodproccard2.mod | 16 ++++++++++++ gcc/testsuite/gm2/pim/pass/goodprocint.mod | 13 ++++++++++ gcc/testsuite/gm2/pim/pass/goodprocint3.mod | 14 +++++++++++ gcc/testsuite/gm2/pim/run/pass/genconststr.mod | 23 +++++++++++++++++ 13 files changed, 132 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gm2/pim/fail/badprocbool.mod copy gcc/testsuite/gm2/{iso/fail/proccard.mod => pim/fail/badproccard.mod} (84%) create mode 100644 gcc/testsuite/gm2/pim/fail/badprocint.mod create mode 100644 gcc/testsuite/gm2/pim/fail/badprocint2.mod create mode 100644 gcc/testsuite/gm2/pim/pass/goodproccard2.mod create mode 100644 gcc/testsuite/gm2/pim/pass/goodprocint.mod create mode 100644 gcc/testsuite/gm2/pim/pass/goodprocint3.mod create mode 100644 gcc/testsuite/gm2/pim/run/pass/genconststr.mod