This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e77e5402884 rs6000: Remove spe_acc and spefscr new c23c7cf2002 rs6000: Remove rs6000_nonimmediate_operand new 55336a036a9 I love SVN. new 478a417bada PR libstdc++/81002 fix std::basic_regex range constructor new 4bb28e46497 Add C++17 deduction guide for std::basic_regex (P0433R2, partial)
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/ChangeLog | 7 + gcc/config/rs6000/e500.h | 45 - gcc/config/rs6000/linuxspe.h | 32 - gcc/config/rs6000/predicates.md | 7 - gcc/config/rs6000/rs6000.md | 14 +- gcc/config/rs6000/spe.h | 1107 -------------------- gcc/config/rs6000/spe.md | 28 - libstdc++-v3/ChangeLog | 10 + libstdc++-v3/include/bits/regex.h | 9 +- libstdc++-v3/include/bits/regex_compiler.h | 10 +- .../basic_regex/ctors/basic/iter.cc} | 9 +- .../basic_regex/ctors}/deduction.cc | 72 +- 12 files changed, 71 insertions(+), 1279 deletions(-) delete mode 100644 gcc/config/rs6000/e500.h delete mode 100644 gcc/config/rs6000/linuxspe.h delete mode 100644 gcc/config/rs6000/spe.h delete mode 100644 gcc/config/rs6000/spe.md copy libstdc++-v3/testsuite/{18_support/nested_exception/79114.cc => 28_regex/basi [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/wchar_t => 28_regex/basi [...]