This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6384df0 Fix strstr folding (PR tree-optimization/79196). new ebac10c PR libstdc++/79195 fix make_array type deduction new 7a31ada PR tree-optimization/70754 * tree-predcom.c (stmt_combining [...]
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 | 9 ++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/pr70754.f90 | 35 +++++++++++++ gcc/tree-predcom.c | 57 +++++++++++++++++----- libstdc++-v3/ChangeLog | 13 +++++ libstdc++-v3/include/experimental/array | 46 +++++++++-------- .../testsuite/experimental/array/make_array.cc | 13 ++++- libstdc++-v3/testsuite/experimental/array/neg.cc | 2 +- 8 files changed, 145 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr70754.f90