This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr53037/master in repository gcc.
discards e93cef45e8c Initial implementation of warn_if_not_aligned adds da9c33b4027 PR libstdc++/80624 satisfy invariant for char_traits<char16 [...] adds 1911475f132 gcc/ChangeLog: adds 434cab59fad 2017-06-02 Paolo Carlini paolo.carlini@oracle.com adds c37584b8d9b Daily bump. adds a977cac9032 PR c/80892 - -Wfloat-conversion now warns about non-floats adds a703ac2b4d9 * configure.ac (*-*-linux-android*): Set target_makefile_f [...] adds 1efa6091a20 * config/abi/post/powerpc-linux-gnu/baseline_symbols.txt: Update. adds 6bd16bb222b Daily bump. new 173368a33a3 Add warn_if_not_aligned attribute
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e93cef45e8c) \ N -- N -- N refs/heads/hjl/pr53037/master (173368a33a3)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
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: ChangeLog | 5 + config/ChangeLog | 4 + config/mt-android | 1 + configure | 3 + configure.ac | 3 + gcc/ChangeLog | 27 ++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-warn.c | 17 +- gcc/config/rs6000/altivec.h | 4 + gcc/config/rs6000/altivec.md | 337 +++++++++++++++++++++ gcc/config/rs6000/rs6000-builtin.def | 21 ++ gcc/config/rs6000/rs6000-c.c | 29 ++ gcc/doc/extend.texi | 16 + gcc/testsuite/ChangeLog | 15 + gcc/testsuite/g++.dg/cpp1y/constexpr-68754.C | 7 + gcc/testsuite/gcc.dg/pr53037-1.c | 59 ++++ .../gcc.target/powerpc/builtins-3-runnable.c | 84 +++++ libstdc++-v3/ChangeLog | 16 + .../post/powerpc-linux-gnu/baseline_symbols.txt | 26 ++ libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 4 + libstdc++-v3/include/bits/char_traits.h | 2 +- libstdc++-v3/src/filesystem/dir.cc | 3 +- .../char_traits/requirements/char16_t/eof.cc} | 27 +- .../basic_streambuf/sgetc/char16_t/80624.cc} | 40 +-- .../basic_streambuf/sputc/char16_t/80624.cc} | 42 +-- 26 files changed, 734 insertions(+), 66 deletions(-) create mode 100644 config/mt-android create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-68754.C create mode 100644 gcc/testsuite/gcc.dg/pr53037-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-3-runnable.c copy libstdc++-v3/testsuite/{23_containers/vector/cons/destructible_neg.cc => 21_s [...] copy libstdc++-v3/testsuite/{20_util/shared_ptr/creation/single_allocation_no_rtti [...] copy libstdc++-v3/testsuite/{20_util/shared_ptr/creation/single_allocation.cc => 2 [...]