This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c28228cda2 [committed] Fix fr30-elf newlib build failure with late-combine new 9f168b412f4 PR modula2/115536 Expression is evaluated incorrectly when [...]
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/M2BasicBlock.def | 34 +++- gcc/m2/gm2-compiler/M2BasicBlock.mod | 129 ++++++++----- gcc/m2/gm2-compiler/M2Code.mod | 7 +- gcc/m2/gm2-compiler/M2GCCDeclare.def | 3 +- gcc/m2/gm2-compiler/M2GCCDeclare.mod | 148 +++------------ gcc/m2/gm2-compiler/M2GenGCC.def | 7 +- gcc/m2/gm2-compiler/M2GenGCC.mod | 237 ++++++++---------------- gcc/m2/gm2-compiler/M2Quads.def | 16 +- gcc/m2/gm2-compiler/M2Quads.mod | 229 ++++++++++++++++++----- gcc/m2/gm2-compiler/M2Swig.mod | 9 +- gcc/m2/gm2-compiler/M2SymInit.mod | 17 +- gcc/m2/gm2-compiler/P3Build.bnf | 9 +- gcc/m2/gm2-compiler/SymbolTable.def | 15 ++ gcc/m2/gm2-compiler/SymbolTable.mod | 51 +++++ gcc/testsuite/gm2/iso/const/pass/constbool4.mod | 17 ++ gcc/testsuite/gm2/iso/const/pass/constbool5.mod | 24 +++ gcc/testsuite/gm2/iso/run/pass/condtest2.mod | 26 +++ gcc/testsuite/gm2/iso/run/pass/condtest3.mod | 26 +++ gcc/testsuite/gm2/iso/run/pass/condtest4.mod | 24 +++ gcc/testsuite/gm2/iso/run/pass/condtest5.mod | 24 +++ gcc/testsuite/gm2/iso/run/pass/constbool4.mod | 17 ++ 21 files changed, 677 insertions(+), 392 deletions(-) create mode 100644 gcc/testsuite/gm2/iso/const/pass/constbool4.mod create mode 100644 gcc/testsuite/gm2/iso/const/pass/constbool5.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/condtest2.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/condtest3.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/condtest4.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/condtest5.mod create mode 100644 gcc/testsuite/gm2/iso/run/pass/constbool4.mod