This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 15c02ab2569 rs6000: Do not allow combining of multiple assemble quads [ [...] new 84c5516e429 rs6000: Remove altivec_overloaded_builtins array and initia [...] new 97912187624 rs6000: Rename rs6000-builtin-new.def to rs6000-builtins.def new 9e855d235a0 rs6000: Remove rs6000-builtin.def and associated data and f [...] new d9421a8dcac rs6000: Rename functions with "new" in their names new 926d64906af rs6000: Rename arrays to remove temporary _x suffix new 63bb98e1c1e libstdc++: Simplify definition of std::regex_constants variables new fda28722703 libstdc++: Simplify typedefs by using __UINTPTR_TYPE__ new 7ce3c230edf libstdc++: Fix handling of invalid ranges in std::regex [PR102447]
The 8 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/config/rs6000/rs6000-builtin.def | 3350 ---------- ...{rs6000-builtin-new.def => rs6000-builtins.def} | 0 gcc/config/rs6000/rs6000-c.c | 184 +- gcc/config/rs6000/rs6000-call.c | 6749 +------------------- gcc/config/rs6000/rs6000-gen-builtins.c | 34 +- gcc/config/rs6000/rs6000-internal.h | 2 +- gcc/config/rs6000/rs6000-protos.h | 3 - gcc/config/rs6000/rs6000.c | 92 +- gcc/config/rs6000/rs6000.h | 58 - gcc/config/rs6000/t-rs6000 | 7 +- libstdc++-v3/include/bits/regex_compiler.h | 40 +- libstdc++-v3/include/bits/regex_compiler.tcc | 118 +- libstdc++-v3/include/bits/regex_constants.h | 148 +- libstdc++-v3/include/bits/regex_error.h | 2 +- libstdc++-v3/include/ext/pointer.h | 50 +- .../algorithms/regex_match/cstring_bracket_01.cc | 62 +- .../testsuite/28_regex/constants/constexpr.cc | 2 - .../testsuite/28_regex/constants/error_type.cc | 2 +- .../28_regex/constants/match_flag_type.cc | 25 +- .../28_regex/constants/syntax_option_type.cc | 26 +- 20 files changed, 466 insertions(+), 10488 deletions(-) delete mode 100644 gcc/config/rs6000/rs6000-builtin.def rename gcc/config/rs6000/{rs6000-builtin-new.def => rs6000-builtins.def} (100%)