This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e05ee9b0e4f gcc/testsuite/ChangeLog: new 29587d84fb3 Remove useless floating point casts in comparisons.
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/ChangeLog | 5 + gcc/match.pd | 74 +++++++ gcc/testsuite/ChangeLog | 9 + gcc/testsuite/c-c++-common/pr57371-1.c | 341 +++++++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr57371-2.c | 17 ++ gcc/testsuite/c-c++-common/pr57371-3.c | 13 ++ gcc/testsuite/c-c++-common/pr57371-4.c | 72 +++++++ gcc/testsuite/gcc.dg/pr57371-5.c | 10 + 8 files changed, 541 insertions(+) create mode 100644 gcc/testsuite/c-c++-common/pr57371-1.c create mode 100644 gcc/testsuite/c-c++-common/pr57371-2.c create mode 100644 gcc/testsuite/c-c++-common/pr57371-3.c create mode 100644 gcc/testsuite/c-c++-common/pr57371-4.c create mode 100644 gcc/testsuite/gcc.dg/pr57371-5.c