This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7564fe98657 libstdc++: Add test for illegal pointer arithmetic in forma [...] new 0c78240fd7d Check that passes do not forget to define profile new abf915193fb tree-optimization/111123 - indirect clobbers thrown away too early
The 2 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/auto-profile.cc | 1 + gcc/cfg.cc | 1 + gcc/cfg.h | 3 ++ gcc/graphite.cc | 2 ++ gcc/lto-streamer-in.cc | 4 +++ gcc/predict.cc | 1 + gcc/symtab-thunks.cc | 1 + .../g++.dg/warn/Wuninitialized-pr111123-1.C | 20 ++++++++++++ gcc/tree-cfg.cc | 36 ++++++++++++++++++++++ gcc/tree-inline.cc | 2 ++ gcc/tree-outof-ssa.cc | 32 ++++++++++++++++++- gcc/tree-ssa-ccp.cc | 17 +--------- 12 files changed, 103 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wuninitialized-pr111123-1.C