This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 869da9c7252 * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_ [...] new 95d162498f7 Add new helper traits for signed/unsigned integer types
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: libstdc++-v3/ChangeLog | 28 ++++++++++ libstdc++-v3/include/bits/fs_path.h | 15 +++--- libstdc++-v3/include/std/bit | 60 +--------------------- libstdc++-v3/include/std/charconv | 24 +++------ libstdc++-v3/include/std/type_traits | 45 ++++++++++++++++ .../testsuite/26_numerics/bit/bit.pow.two/ceil2.cc | 19 +++---- .../26_numerics/bit/bit.pow.two/floor2.cc | 16 ++---- .../26_numerics/bit/bit.pow.two/ispow2.cc | 16 ++---- .../26_numerics/bit/bit.pow.two/log2p1.cc | 16 ++---- .../26_numerics/bit/bitops.count/countl_one.cc | 13 ++--- .../26_numerics/bit/bitops.count/countl_zero.cc | 17 ++---- .../26_numerics/bit/bitops.count/countr_one.cc | 17 ++---- .../26_numerics/bit/bitops.count/countr_zero.cc | 17 ++---- .../26_numerics/bit/bitops.count/popcount.cc | 17 ++---- .../testsuite/26_numerics/bit/bitops.rot/rotl.cc | 16 ++---- .../testsuite/26_numerics/bit/bitops.rot/rotr.cc | 16 ++---- 16 files changed, 127 insertions(+), 225 deletions(-)