This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr82379/gcc-7-branch in repository gcc.
discards 9654bb5c445 Add anitizer_linux_x86_64.lo if __x86_64__ is defined by $CC adds 8f0bdd09ff4 Daily bump. adds 4db7352aa2d Handle libbacktrace in contrib/gcc_update adds 1e58ee6ffff [gcc] adds 9ab121882b4 libgo: update to Go 1.8.3 release adds 27d6fd48f90 Daily bump. adds c3f9cd0c11e 2017-10-03 Thomas Koenig tkoenig@gcc.gnu.org Steve [...] adds b5cfe135013 Daily bump. adds 91afe529e9f PR c++/81525 - broken handling of auto in generic lambda. adds 2fa704a8da0 PR c++/82406 - C++17 error with noexcept function type adds 79130248bd5 Daily bump. adds b2bf0e7f02c Add sanitizer_linux_x86_64.lo if __x86_64__ is defined by $CC
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 (9654bb5c445) \ N -- N -- N refs/heads/hjl/pr82379/gcc-7-branch (b2bf0e7f02c)
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.
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 4 +++ contrib/gcc_update | 4 +++ gcc/ChangeLog | 23 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 11 +++++++ gcc/cp/cp-objcp-common.h | 2 ++ gcc/cp/cp-tree.h | 1 + gcc/cp/pt.c | 20 ++++++------ gcc/cp/tree.c | 15 +++++++++ gcc/fortran/ChangeLog | 8 +++++ gcc/fortran/expr.c | 6 +++- gcc/gimple-ssa-strength-reduction.c | 8 ++++- gcc/langhooks-def.h | 2 ++ gcc/langhooks.h | 4 +++ gcc/testsuite/ChangeLog | 15 +++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C | 19 ++++++++++++ gcc/testsuite/g++.dg/ext/attrib54.C | 14 +++++++++ .../g++.dg/{torture/pr70029.C => lto/pr70029_0.C} | 4 +-- gcc/testsuite/gcc.c-torture/compile/pr82337.c | 25 +++++++++++++++ gcc/testsuite/gfortran.dg/zero_sized_7.f90 | 18 +++++++++++ gcc/tree.c | 11 ++++++- libgo/MERGE | 2 +- libgo/VERSION | 2 +- libgo/go/cmd/go/build.go | 20 ++++++++++++ libgo/go/crypto/elliptic/elliptic_test.go | 36 ++++++++++++++++++++++ libgo/go/database/sql/sql.go | 2 +- libgo/go/database/sql/sql_test.go | 5 +-- libgo/go/net/http/h2_bundle.go | 19 +++++++++--- libsanitizer/ChangeLog | 9 ++++++ 29 files changed, 286 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-auto1.C create mode 100644 gcc/testsuite/g++.dg/ext/attrib54.C copy gcc/testsuite/g++.dg/{torture/pr70029.C => lto/pr70029_0.C} (53%) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr82337.c create mode 100644 gcc/testsuite/gfortran.dg/zero_sized_7.f90