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-820/tcwg_gcc_check/master-arm
in repository toolchain/ci/base-artifacts.
at 59a0d6a27c5 onsuccess: #820: 0: [TCWG CI] https://ci.linaro.org/job/tcw [...]
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 3fd979bf568 PR modula2/110125 variables reported as uninitialized when [...]
new 824a37d0bfa modula2: Improve uninitialized variable analysis by combini [...]
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 | 11 +
gcc/m2/gm2-compiler/M2BasicBlock.def | 3 +-
gcc/m2/gm2-compiler/M2BasicBlock.mod | 22 +-
gcc/m2/gm2-compiler/M2Code.mod | 45 +-
gcc/m2/gm2-compiler/M2GCCDeclare.mod | 36 +-
gcc/m2/gm2-compiler/M2GenGCC.def | 2 +-
gcc/m2/gm2-compiler/M2GenGCC.mod | 4 +-
gcc/m2/gm2-compiler/M2Optimize.mod | 3 +-
gcc/m2/gm2-compiler/M2Options.def | 12 +-
gcc/m2/gm2-compiler/M2Options.mod | 182 +++---
gcc/m2/gm2-compiler/M2Quads.def | 12 +-
gcc/m2/gm2-compiler/M2Quads.mod | 68 ++-
gcc/m2/gm2-compiler/M2Scope.def | 2 +-
gcc/m2/gm2-compiler/M2Scope.mod | 4 +-
gcc/m2/gm2-compiler/M2SymInit.def | 7 +-
gcc/m2/gm2-compiler/M2SymInit.mod | 671 ++++++++++++++++++---
gcc/m2/gm2-compiler/SymbolTable.def | 15 +
gcc/m2/gm2-compiler/SymbolTable.mod | 45 ++
gcc/m2/gm2-gcc/init.cc | 2 +
gcc/m2/gm2-gcc/m2options.h | 2 +-
gcc/m2/gm2-lang.cc | 5 +-
gcc/m2/lang.opt | 4 +
.../cascade/fail/cascadedif.mod | 25 +
...ches-uninit-variable-checking-cascade-fail.exp} | 2 +-
24 files changed, 943 insertions(+), 241 deletions(-)
create mode 100644 gcc/testsuite/gm2/switches/uninit-variable-checking/cascade/fai [...]
copy gcc/testsuite/gm2/switches/uninit-variable-checking/{fail/switches-uninit-var [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.