This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 973bce0fb50 [HSA] Avoid ICE when "HSA does not implement indirect calls" new 632183ddcc8 libstdc++: Avoid stack overflow in std::vector (PR 94540) new 5e2eebc80d6 hurd: libgcc unwinding support over signal trampolines new 5864930754f Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional [...] new 4f2ab6b89e1 [OpenMP, gimplifier] 'inform' after 'error' diagnostic
The 4 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/gimplify.c | 10 +- gcc/testsuite/c-c++-common/gomp/default-1.c | 8 +- gcc/testsuite/c-c++-common/gomp/defaultmap-3.c | 6 +- gcc/testsuite/c-c++-common/gomp/order-4.c | 8 +- gcc/testsuite/g++.dg/gomp/parallel-2.C | 4 +- gcc/testsuite/g++.dg/gomp/predetermined-1.C | 14 +-- gcc/testsuite/g++.dg/gomp/sharing-1.C | 2 +- gcc/testsuite/gcc.dg/gomp/appendix-a/a.24.1.c | 2 +- gcc/testsuite/gcc.dg/gomp/parallel-2.c | 4 +- gcc/testsuite/gcc.dg/gomp/pr44085.c | 2 +- gcc/testsuite/gcc.dg/gomp/sharing-1.c | 2 +- gcc/testsuite/gcc.dg/gomp/vla-1.c | 2 +- .../gfortran.dg/gomp/appendix-a/a.24.1.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/crayptr3.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr33439.f90 | 7 +- gcc/testsuite/gfortran.dg/gomp/pr44036-1.f90 | 4 +- gcc/testsuite/gfortran.dg/gomp/pr44085.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr44536.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/pr94672.f90 | 10 +- gcc/testsuite/gfortran.dg/gomp/sharing-1.f90 | 2 +- gcc/testsuite/gfortran.dg/gomp/sharing-2.f90 | 10 +- gcc/testsuite/gfortran.dg/gomp/sharing-3.f90 | 2 +- libgcc/config.host | 8 +- libgcc/config/i386/gnu-unwind.h | 107 +++++++++++++++++++++ .../libgomp.fortran/use_device_ptr-optional-3.f90 | 1 + libstdc++-v3/include/bits/stl_uninitialized.h | 44 ++++++--- .../uninitialized_default/94540.cc} | 23 ++--- .../uninitialized_default_n/94540.cc} | 23 ++--- .../{94831.cc => 94540.cc} | 18 ++-- .../94540.cc} | 17 ++-- .../1.cc => 23_containers/vector/cons/94540.cc} | 24 ++--- 31 files changed, 248 insertions(+), 124 deletions(-) create mode 100644 libgcc/config/i386/gnu-unwind.h copy libstdc++-v3/testsuite/{25_algorithms/fill/bvector/1.cc => 20_util/specialize [...] copy libstdc++-v3/testsuite/{25_algorithms/fill/bvector/1.cc => 20_util/specialize [...] copy libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_value_con [...] copy libstdc++-v3/testsuite/20_util/specialized_algorithms/{uninitialized_value_co [...] copy libstdc++-v3/testsuite/{25_algorithms/fill/bvector/1.cc => 23_containers/vect [...]