This is an automated email from the git hooks/post-receive script.
"Prathamesh Kulkarni pushed a change to branch master
in repository toolchain/bmk-scripts.
from a4f2809 output-bmk-results.py: remove useless debug message
new 56fc73a Rework vect and sve metric.
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:
output-bmk-results.py | 9 +++
sve-data-to-csv.py | 25 +++++---
vect-data-to-csv.py | 169 +++++++++++++++++++++-----------------------------
3 files changed, 97 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 56004123ab7 nvptx: stack size limits are relevant for execution only
new 89b5866742a modula2: new option -Wcase-enum and associated fixes
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/doc/gm2.texi | 7 +
gcc/m2/gm2-compiler/M2CaseList.def | 15 +-
gcc/m2/gm2-compiler/M2CaseList.mod | 446 ++++++++++++++-------
gcc/m2/gm2-compiler/M2Error.mod | 3 +-
gcc/m2/gm2-compiler/M2GCCDeclare.mod | 13 +-
gcc/m2/gm2-compiler/M2Options.def | 13 +-
gcc/m2/gm2-compiler/M2Options.mod | 14 +-
gcc/m2/gm2-compiler/M2Quads.def | 115 ++++--
gcc/m2/gm2-compiler/M2Quads.mod | 144 +------
gcc/m2/gm2-compiler/M2Range.mod | 37 +-
gcc/m2/gm2-compiler/P3Build.bnf | 2 +
gcc/m2/gm2-compiler/PCSymBuild.mod | 34 +-
gcc/m2/gm2-compiler/SymbolTable.def | 9 +-
gcc/m2/gm2-compiler/SymbolTable.mod | 41 +-
gcc/m2/gm2-gcc/m2options.h | 2 +-
gcc/m2/gm2-lang.cc | 3 +
gcc/m2/lang.opt | 4 +
.../gm2/switches/case/fail/missingclause.mod | 23 ++
.../case/fail/switches-case-fail.exp} | 2 +-
gcc/testsuite/gm2/switches/case/pass/enumcase.mod | 24 ++
gcc/testsuite/gm2/switches/case/pass/enumcase2.mod | 22 +
.../case/pass/switches-case-pass.exp} | 2 +-
22 files changed, 620 insertions(+), 355 deletions(-)
create mode 100644 gcc/testsuite/gm2/switches/case/fail/missingclause.mod
copy gcc/testsuite/gm2/{extensions/asm/fail/extensions-asm-fail.exp => switches/ca [...]
create mode 100644 gcc/testsuite/gm2/switches/case/pass/enumcase.mod
create mode 100644 gcc/testsuite/gm2/switches/case/pass/enumcase2.mod
copy gcc/testsuite/gm2/{dynamic/pass/dynamic-pass.exp => switches/case/pass/switch [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.