This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea7bebff7cc c++: section attribute on templates [PR70435, PR88061] new 7d7a480eedf PR modula2/112946 ICE assignment of string to enumeration or set
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 | 83 ++++++-- gcc/m2/gm2-compiler/M2GenGCC.mod | 270 ++++++++++++++++++-------- gcc/m2/gm2-compiler/M2Range.mod | 25 ++- gcc/m2/gm2-compiler/M2SymInit.mod | 12 +- gcc/testsuite/gm2/iso/fail/badassignment.mod | 14 ++ gcc/testsuite/gm2/iso/fail/badexpression.mod | 14 ++ gcc/testsuite/gm2/iso/fail/badexpression2.mod | 13 ++ 7 files changed, 324 insertions(+), 107 deletions(-) create mode 100644 gcc/testsuite/gm2/iso/fail/badassignment.mod create mode 100644 gcc/testsuite/gm2/iso/fail/badexpression.mod create mode 100644 gcc/testsuite/gm2/iso/fail/badexpression2.mod