This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f43d4aa6257 [Ada] Problem with boundary case of XOR operation and unnesting new c34f18f1cb1 fix Darwin bootstrap. new d7a0d5d5a95 [AArch64] Fix PR62178 testcase failures new 8d5aee98ab1 PR rtl-optimization/87817 * config/i386/i386.c (ix86_fold [...] new f6742350318 PR other/88007 * c-common.c (parse_optimize_options): All [...] new 7abecd46282 Simplify floating point comparisons
The 5 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 | 17 +++++++++++++++ gcc/c-family/ChangeLog | 7 ++++++ gcc/c-family/c-common.c | 5 +++-- gcc/config/i386/i386.c | 2 ++ gcc/match.pd | 31 +++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 19 ++++++++++++++++ gcc/testsuite/gcc.dg/div-cmp-1.c | 29 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/div-cmp-2.c | 28 ++++++++++++++++++++++++ gcc/testsuite/gcc.dg/{pr84100.c => pr88007.c} | 6 +++--- gcc/testsuite/gcc.target/aarch64/pr62178.c | 5 +++-- gcc/testsuite/gcc.target/i386/bmi2-bzhi-3.c | 12 +++++++++-- gcc/tree-vect-data-refs.c | 3 ++- 12 files changed, 154 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/div-cmp-1.c create mode 100644 gcc/testsuite/gcc.dg/div-cmp-2.c copy gcc/testsuite/gcc.dg/{pr84100.c => pr88007.c} (73%)