This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a44807f [AArch64] Don't allow -mgeneral-regs-only to change the .arch [...] new 55a2d27 * tree-ssa-reassoc.c (maybe_optimize_range_tests): Return bo [...] new b7975a3 PR tree-optimization/68671 * tree-ssa-reassoc.c (maybe_opti [...] new 26fa902 PR tree-optimization/68680 * calls.c (special_function_p): [...]
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/ChangeLog | 21 ++++++++ gcc/calls.c | 20 ++++--- gcc/testsuite/ChangeLog | 12 +++++ gcc/testsuite/gcc.dg/pr68671.c | 23 ++++++++ gcc/testsuite/gcc.dg/tree-ssa/reassoc-43.c | 53 +++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr68680.c | 15 ++++++ gcc/tree-ssa-reassoc.c | 85 ++++++++++++++++++++++-------- 7 files changed, 202 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr68671.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/reassoc-43.c create mode 100644 gcc/testsuite/gcc.target/i386/pr68680.c