This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allyesconfig in repository toolchain/gcc.
from eb995d0edd5 RISC-V: Fix epilogue unwind info with fp and single sp adjust. adds 94fd7e5dda9 Implement std::pmr::synchronized_pool_resource adds 3325e8a1642 Daily bump. adds cb750c32a63 2018-11-17 Eric Gallager egallager@gcc.gnu.org San [...] adds a9992512f9d Correct ChangeLog for PR31357 fix adds 14103d9067b 2018-11-18 Thomas Koenig tkoenig@gcc.gnu.org adds f0c16658699 Delete !HAVE_LD_PIE variants of startfile/endfile specs adds 181f65b22ca Allow target to override gnu-user.h crti and crtn adds e64b8941d9b 2018-11-18 Thomas Koenig tkoenig@gcc.gnu.org adds 20f6624d3e5 2018-11-16 Michele Pezzutti mpezz@tiscali.it Edward [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 25 +- gcc/DATESTAMP | 2 +- gcc/config/gnu-user.h | 50 +-- gcc/doc/invoke.texi | 4 +- gcc/fortran/ChangeLog | 21 ++ gcc/fortran/expr.c | 28 +- gcc/fortran/frontend-passes.c | 4 + gcc/fortran/gfortran.h | 3 +- gcc/fortran/resolve.c | 8 +- gcc/testsuite/ChangeLog | 14 + gcc/testsuite/gfortran.dg/assign_11.f90 | 9 + gcc/testsuite/gfortran.dg/pointer_assign_12.f90 | 15 + gcc/testsuite/gfortran.dg/proc_ptr_result_5.f90 | 2 +- gcc/testsuite/gfortran.dg/protected_4.f90 | 3 +- gcc/testsuite/gfortran.dg/protected_6.f90 | 3 +- gcc/testsuite/gfortran.dg/where_7.f90 | 25 ++ libstdc++-v3/ChangeLog | 51 +++ libstdc++-v3/config/abi/pre/gnu.ver | 19 +- libstdc++-v3/include/std/memory_resource | 78 ++++- libstdc++-v3/include/std/shared_mutex | 102 +++++- libstdc++-v3/include/std/version | 5 + libstdc++-v3/include/tr1/bessel_function.tcc | 53 ++- libstdc++-v3/src/c++17/memory_resource.cc | 291 ++++++++++++++++ .../allocate.cc | 112 +------ .../cons.cc | 27 +- .../is_equal.cc | 11 +- .../synchronized_pool_resource/multithreaded.cc | 86 +++++ .../synchronized_pool_resource/options.cc} | 72 ++-- .../release.cc | 19 +- .../performance/20_util/memory_resource/pools.cc | 371 +++++++++++++++++++-- .../08_cyl_bessel_j/check_value.cc | 34 ++ .../10_cyl_neumann/check_value.cc | 34 ++ .../09_cyl_bessel_j/check_value.cc | 34 ++ .../11_cyl_neumann/check_value.cc | 34 ++ 34 files changed, 1368 insertions(+), 281 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/assign_11.f90 create mode 100644 gcc/testsuite/gfortran.dg/pointer_assign_12.f90 create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90 copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...] copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...] copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/synchronized_pool_resource/multi [...] copy libstdc++-v3/testsuite/{30_threads/shared_mutex/try_lock/2.cc => 20_util/sync [...] copy libstdc++-v3/testsuite/20_util/{unsynchronized_pool_resource => synchronized_ [...]