This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 344f4132202 libstdc++: Fix formatting of negative chrono::hh_mm_ss new bf20b770d9a Fix PR110726: a | (a == b) can sometimes produce wrong code new a86d5eca6a1 Add flow_sensitive_info_storage and use it in gimple-fold. new 8c79b49cd4f [PATCH] Fix tree-opt/110252: wrong code due to phiopt using [...]
The 3 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/gimple-fold.cc | 17 +++--- gcc/match.pd | 12 +++- gcc/testsuite/gcc.c-torture/execute/bitops-1.c | 33 +++++++++++ gcc/testsuite/gcc.c-torture/execute/pr110252-1.c | 15 +++++ gcc/testsuite/gcc.c-torture/execute/pr110252-2.c | 10 ++++ gcc/testsuite/gcc.c-torture/execute/pr110252-3.c | 13 +++++ gcc/testsuite/gcc.c-torture/execute/pr110252-4.c | 8 +++ gcc/testsuite/gcc.dg/tree-ssa/phi-opt-25b.c | 6 +- gcc/tree-ssa-phiopt.cc | 51 ++++++++++++++++- gcc/tree-ssanames.cc | 72 ++++++++++++++++++++++++ gcc/tree-ssanames.h | 21 +++++++ 11 files changed, 238 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/bitops-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-2.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-3.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110252-4.c