This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from f65ae298d43 c++: constexpr std::construct_at on empty field [PR101663] new e7fd8e978ec ubsan: Fix ICEs with DECL_REGISTER tests [PR101624] new dd345961831 c++: Fix up #pragma omp declare {simd,variant} and acc rout [...] new 13e44296ea7 sanitizer: Cherry-pick realpath fix new b1c4b1c1008 libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]
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/cp/parser.c | 2 ++ gcc/sanopt.c | 5 ++++- gcc/testsuite/g++.dg/goacc/pr101759.C | 5 +++++ gcc/testsuite/g++.dg/gomp/pr101759.C | 8 ++++++++ gcc/testsuite/gcc.dg/cpp/pr101638.c | 7 +++++++ gcc/testsuite/gfortran.dg/ubsan/pr101624.f90 | 13 +++++++++++++ gcc/testsuite/{gcc.dg => gfortran.dg}/ubsan/ubsan.exp | 10 ++++++---- gcc/ubsan.c | 10 ++++++++-- libcpp/macro.c | 9 +++++++-- .../sanitizer_common/sanitizer_common_interceptors.inc | 12 +----------- 10 files changed, 61 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/goacc/pr101759.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr101759.C create mode 100644 gcc/testsuite/gcc.dg/cpp/pr101638.c create mode 100644 gcc/testsuite/gfortran.dg/ubsan/pr101624.f90 copy gcc/testsuite/{gcc.dg => gfortran.dg}/ubsan/ubsan.exp (76%)