This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d4ea37d1bc [C++ PATCH] Deprecate -ffriend-injection new 912bd566ad7 runtime: add some more preemption checks new d6eb1d5d3a5 PR c++/84421 - type-dependent if constexpr new 5557e6c93a7 PR c++/82764 - C++17 ICE with empty base
The 3 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/cp/ChangeLog | 10 ++++++++++ gcc/cp/class.c | 10 ++++++++-- gcc/cp/semantics.c | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/g++.dg/cpp0x/nsdmi-empty1.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if14.C | 14 ++++++++++++++ libgo/go/runtime/chan.go | 10 ++++++++++ libgo/go/runtime/hashmap.go | 25 +++++++++++++++++++++++++ libgo/go/runtime/malloc.go | 1 + libgo/go/runtime/proc.go | 5 +++-- libgo/go/runtime/select.go | 7 +++++++ 11 files changed, 98 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-empty1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if14.C