This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/v1.0_to_v1.1-461/tcwg_gnu_native_fast_check_gcc/master-arm
in repository toolchain/ci/base-artifacts/tcwg_gnu_native_fast_check_gcc/master-arm.
at 446200c804 onsuccess: #461: 0: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
No new revisions were added by this update.
--
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.
tcwg-buildslave pushed a change to branch linaro-local/v0.0_to_v0.1-74/tcwg_bmk-code_speed-spec2k6/llvm-aarch64-master-O2_LTO
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_speed-spec2k6/llvm-aarch64-master-O2_LTO.
at e1f378d8 onsuccess: #74: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
No new revisions were added by this update.
--
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 releases/gcc-13
in repository gcc.
from f4358054dba rs6000: call vector load/store with length only on 64-bit Power10
new aa3db2ba4e3 [PATCH] 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 | 39 +-
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(+), 353 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.