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 2335aa8771a IBM Z: Use @PLT symbols for local functions in 64-bit mode new 5fec46a0b4a c++: Fix handling of __thread/thread_local extern vars decl [...] new dcf70cb0d85 ubsan: Use -fno{,-}sanitize=float-divide-by-zero for float [...] new e1edbce89a9 c++: Fix apply_identity_attributes [PR102548]
The 3 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/c-family/c-ubsan.c | 10 +++++++--- gcc/cp/name-lookup.c | 7 ++++++- gcc/cp/tree.c | 4 ++-- .../c-c++-common/ubsan/float-div-by-zero-2.c | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/tls/pr102496-1.C | 20 ++++++++++++++++++++ .../g++.dg/tls/{thread_local-ice3.C => pr102496-2.C} | 5 +++-- gcc/testsuite/g++.target/i386/pr102548.C | 12 ++++++++++++ 7 files changed, 68 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/float-div-by-zero-2.c create mode 100644 gcc/testsuite/g++.dg/tls/pr102496-1.C copy gcc/testsuite/g++.dg/tls/{thread_local-ice3.C => pr102496-2.C} (60%) create mode 100644 gcc/testsuite/g++.target/i386/pr102548.C