This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-aarch64 in repository toolchain/ci/gcc.
from e9d8fcabd03 openmp: Handle unconstrained and reproducible modifiers on [...] adds cf74e7b57bc Daily bump. adds 767c098247a Fix middle-end/102395: reg_class having only NO_REGS and ALL_REGS. adds 69337e7495d [PATCH] Remove unused function make_unique_name. new e9e46864cd0 PR middle-end/88173: More constant folding of NaN 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 | 282 +++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/attribs.c | 34 ---- gcc/attribs.h | 1 - gcc/c-family/ChangeLog | 5 + gcc/c/ChangeLog | 11 ++ gcc/cp/ChangeLog | 26 +++ gcc/lra-constraints.c | 4 +- gcc/match.pd | 13 +- gcc/testsuite/ChangeLog | 117 ++++++++++++++ gcc/testsuite/c-c++-common/pr57371-4.c | 8 +- gcc/testsuite/g++.dg/pr88173-1.C | 9 ++ gcc/testsuite/g++.dg/pr88173-2.C | 9 ++ libgomp/ChangeLog | 7 + 14 files changed, 485 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr88173-1.C create mode 100644 gcc/testsuite/g++.dg/pr88173-2.C