This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7c4c9fcc0de Fix incorrect array bounds with -fgnat-encodings=minimal in DWARF new a87ceadf17b libstdc++: Fix constraints for rvalue stream insertion/extraction new 07d7d37d1a3 Ensure emit_move_insn operands are valid
The 2 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/builtins.c | 10 +++--- libstdc++-v3/include/std/istream | 13 +++++--- libstdc++-v3/include/std/ostream | 36 ++++++++++------------ .../27_io/basic_istream/extractors_other/char/4.cc | 2 +- .../basic_istream/extractors_other/wchar_t/4.cc | 2 +- .../27_io/basic_ostream/inserters_other/char/6.cc | 2 +- .../basic_ostream/inserters_other/char/99692.cc | 34 ++++++++++++++++++++ .../basic_ostream/inserters_other/wchar_t/6.cc | 2 +- .../testsuite/27_io/filesystem/path/io/dr2989.cc | 1 - 9 files changed, 70 insertions(+), 32 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char [...]