This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a880f406b4 Fix changelog entry. new 4c168df0c1d PR middle-end/35691 * tree-ssa-reassoc.c (update_range_te [...] new 769982a85ba PR target/82267 * config/i386/i386.c (ix86_print_operand_ [...]
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 | 12 ++++ gcc/config/i386/i386.c | 2 +- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.dg/pr35691-5.c | 125 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr35691-6.c | 72 ++++++++++++++++++++ gcc/tree-ssa-reassoc.c | 141 ++++++++++++++++++++++++++++++++++++++- 6 files changed, 356 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr35691-5.c create mode 100644 gcc/testsuite/gcc.dg/pr35691-6.c