This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ec34e1 Clear executable property mistakenly added to pr71571.C. new 232a3df PR rtl-optimization/71591 * toplev.c (toplev::run_self_test [...] new d7f45b8 PR middle-end/71581 * tree-ssa-uninit.c (warn_uninit): If E [...]
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/ChangeLog | 13 +++++++++++++ gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/cpp/pr71591.c | 5 +++++ gcc/testsuite/gcc.dg/pr71581.c | 24 ++++++++++++++++++++++++ gcc/toplev.c | 5 +++++ gcc/tree-ssa-uninit.c | 23 +++++++++++++++++++++++ 6 files changed, 78 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/cpp/pr71591.c create mode 100644 gcc/testsuite/gcc.dg/pr71581.c