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_gcc/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. adds e9e46864cd0 PR middle-end/88173: More constant folding of NaN comparisons. adds 16f9776669c [PATCH] avr: Add atmega324pb MCU adds 5fee8a0a922 [PATCH] Factor out `find_a_program` helper around `find_a_file` adds 8d42a27d894 Make dump_ranger routines externally visible. adds 124c354ad70 Jit, testsuite: Amend expect processing to tolerate more pl [...] adds 08900f28893 Minor cleanups to forward threader. adds 68aace44583 Fix PR bootstrap/102389: --with-build-config=bootstrap-lto [...] adds 7e4ada576fe Update the section on binutils version adds f75b237254f [committed] Make test names unique for a couple of goacc tests
No new revisions were added by this update.
Summary of changes: config/bootstrap-lto-lean.mk | 6 +- config/bootstrap-lto.mk | 6 +- gcc/ChangeLog | 282 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/attribs.c | 34 --- gcc/attribs.h | 1 - gcc/c-family/ChangeLog | 5 + gcc/c/ChangeLog | 11 + gcc/config/avr/avr-mcus.def | 1 + gcc/cp/ChangeLog | 26 ++ gcc/doc/avr-mmcu.texi | 2 +- gcc/doc/install.texi | 3 + gcc/gcc.c | 59 +++-- gcc/gimple-range-path.cc | 8 +- gcc/gimple-range-trace.cc | 4 +- gcc/gimple-range-trace.h | 3 + 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 + .../gfortran.dg/goacc/privatization-1-compute.f90 | 6 +- .../routine-external-level-of-parallelism-2.f | 24 +- gcc/testsuite/jit.dg/jit.exp | 126 ++++++--- gcc/tree-ssa-threadbackward.c | 10 +- gcc/tree-ssa-threadedge.c | 69 ++--- gcc/tree-ssa-threadupdate.c | 12 +- gcc/tree-ssa-threadupdate.h | 2 +- libgomp/ChangeLog | 7 + 30 files changed, 673 insertions(+), 196 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr88173-1.C create mode 100644 gcc/testsuite/g++.dg/pr88173-2.C