This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b2a0f3a4546 libgomp.texi: Update OpenMP implementation status new 82c8ff79d06 reassoc: Fix up inter-bb range optimization [PR104196]
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/gimple-fold.cc | 26 ++++++-- gcc/gimple-fold.h | 2 +- gcc/testsuite/gcc.c-torture/execute/pr104196.c | 19 ++++++ gcc/tree-ssa-reassoc.cc | 89 +++++++++++++++++++++++++- 4 files changed, 128 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104196.c