This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9dc70d5 Introduce -fdump-ipa-clones dump output new 0836a6d 2016-11-30 Janus Weil janus@gcc.gnu.org new 232f2ad Implement LWG 2534, Constrain rvalue stream operators. * incl [...]
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/fortran/ChangeLog | 6 ++ gcc/fortran/interface.c | 14 ++-- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/dtio_18.f90 | 15 ++++ libstdc++-v3/ChangeLog | 19 +++++ libstdc++-v3/include/std/istream | 33 +++++++- libstdc++-v3/include/std/ostream | 33 +++++++- .../27_io/basic_istream/extractors_other/char/4.cc | 96 ++++++++++++++++++++++ .../basic_istream/extractors_other/wchar_t/4.cc | 96 ++++++++++++++++++++++ .../27_io/basic_ostream/inserters_other/char/6.cc | 96 ++++++++++++++++++++++ .../basic_ostream/inserters_other/wchar_t/6.cc | 96 ++++++++++++++++++++++ 11 files changed, 496 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dtio_18.f90 create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/4.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wch [...] create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/6.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wcha [...]