This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 3cb27b85a7b Fix DImode to TImode sign extend issue adds 72c243017de PR middle-end/98420: Don't fold x - x to 0.0 with -frounding-math adds 828335beb77 Add 'gcc/tree.cc:user_omp_clause_code_name' [PR65095]
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-common.h | 1 - gcc/c-family/c-omp.cc | 33 --------------------------------- gcc/c/c-typeck.cc | 4 ++-- gcc/cp/semantics.cc | 4 ++-- gcc/match.pd | 5 ++++- gcc/testsuite/gcc.dg/pr98420.c | 8 ++++++++ gcc/tree-core.h | 1 + gcc/tree.cc | 36 ++++++++++++++++++++++++++++++++++++ 8 files changed, 53 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr98420.c