This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f438acf7ce2 testsuite: Fix data check loop on vect-early-break_124-pr114403.c new eadd05d5601 PR modula2/114745: const cast causes 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/M2Code.mod | 8 +- gcc/m2/gm2-compiler/M2GenGCC.mod | 26 +-- gcc/m2/gm2-compiler/M2LangDump.mod | 10 +- gcc/m2/gm2-compiler/M2Options.def | 52 +++-- gcc/m2/gm2-compiler/M2Options.mod | 214 ++++++++++++++++----- gcc/m2/gm2-compiler/M2Quads.mod | 30 +-- gcc/m2/gm2-compiler/PCSymBuild.mod | 8 +- gcc/m2/gm2-compiler/SymbolTable.mod | 21 -- gcc/m2/gm2-gcc/m2decl.cc | 4 +- gcc/m2/gm2-gcc/m2options.h | 15 +- gcc/m2/gm2-gcc/m2pp.cc | 31 ++- gcc/m2/gm2-lang.cc | 40 ++-- gcc/testsuite/gm2/iso/const/pass/constcast.mod | 8 + .../const/pass/constodd.mod} | 14 +- gcc/testsuite/gm2/pim/pass/tinyindr.mod | 24 +++ 15 files changed, 331 insertions(+), 174 deletions(-) create mode 100644 gcc/testsuite/gm2/iso/const/pass/constcast.mod copy gcc/testsuite/gm2/{cpp/fail/hashfirstcolumn2.mod => iso/const/pass/constodd.m [...] create mode 100644 gcc/testsuite/gm2/pim/pass/tinyindr.mod