This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9360d6cd170 libstdc++: Simplify std::optional::value() new 6aacd901b80 Let -Wuninitialized assume built-ins don't change const arg [...]
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/testsuite/gcc.dg/uninit-38.c | 39 +------------ gcc/testsuite/gcc.dg/uninit-41.c | 121 +++++++++++++++++++++++++++++++++++++++ gcc/tree-ssa-uninit.c | 67 ++++++++++++++++++++++ 3 files changed, 190 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/uninit-41.c