This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_O1 in repository toolchain/ci/gcc.
from 221acd67ca5 c++: lambda in concept [PR105652] adds 931249276ac openmp: Adjust diagnostics about same variable in link and [...] adds 42fd2cd9323 libgomp: Don't define GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC for [...] adds 163fa9a6483 Rename OSCONS_CC to GCC_FOR_ADA_RTS adds 65aebf19876 Darwin: Amend REAL_LIBGCC_SPEC comment [NFC]. adds f535f9d7b05 libbacktrace: update README adds ad8f6e23923 Vim swap files not ignored adds ce1580252ea Fix ICE on sh adds e3803f9cbb6 OpenMP/Fortran: Add support for enter clause on declare target adds 919822adc92 [PATCH 1/2] avr: Added AVR-DA and DB MCU series adds 37b3b5dabdc Daily bump. new da5f0cc2f51 sourcebuild.texi: Document toplevel directories
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: .gitignore | 1 + ChangeLog | 4 ++ gcc/ChangeLog | 20 +++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 8 +++ gcc/ada/gcc-interface/Makefile.in | 32 ++++------- gcc/c/ChangeLog | 7 +++ gcc/c/c-parser.cc | 11 +++- gcc/config/avr/avr-mcus.def | 22 ++++++++ gcc/config/avr/gen-avr-mmcu-specs.cc | 2 +- gcc/config/avr/gen-avr-mmcu-texi.cc | 2 +- gcc/config/darwin.h | 38 +++++-------- gcc/config/sh/sh.cc | 6 ++ gcc/cp/ChangeLog | 13 +++++ gcc/cp/parser.cc | 11 +++- gcc/doc/avr-mmcu.texi | 6 +- gcc/doc/sourcebuild.texi | 34 +++++++++-- gcc/fortran/ChangeLog | 9 +++ gcc/fortran/dump-parse-tree.cc | 1 + gcc/fortran/gfortran.h | 1 + gcc/fortran/openmp.cc | 65 ++++++++++++++-------- gcc/testsuite/ChangeLog | 15 +++++ gcc/testsuite/c-c++-common/gomp/declare-target-2.c | 17 +++++- .../gfortran.dg/gomp/declare-target-2.f90 | 18 ++++-- .../gfortran.dg/gomp/declare-target-4.f90 | 9 ++- libbacktrace/ChangeLog | 5 ++ libbacktrace/README | 32 +++++++---- libgomp/ChangeLog | 17 ++++++ libgomp/alloc.c | 8 ++- libgomp/libgomp.h | 1 - libgomp/libgomp.texi | 2 +- .../testsuite/libgomp.fortran/declare-target-1.f90 | 4 +- .../testsuite/libgomp.fortran/declare-target-2.f90 | 10 +++- 33 files changed, 322 insertions(+), 111 deletions(-)