This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 296a290 2016-03-18 Christophe Lyon christophe.lyon@linaro.org new f41d1eb Revert: 2015-07-02 Uros Bizjak ubizjak@gmail.com new 7747804 * calls.c (load_register_parameters): Fix zero size sibcall logic. new fdb094f * class.c (build_if_in_charge): Split out from build_base_path. new 983a18b Avoid clobbering primary virtual base when not in charge. new 39561f3 PR c++/70147 - handle primary virtual bases
The 5 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/ChangeLog | 4 ++ gcc/calls.c | 6 +-- gcc/cp/ChangeLog | 16 +++++++ gcc/cp/call.c | 6 +-- gcc/cp/class.c | 73 +++++++++++++++++++++++-------- gcc/cp/cp-tree.h | 4 +- gcc/cp/cp-ubsan.c | 11 +++-- gcc/cp/decl.c | 62 ++++++++++++++++---------- gcc/cp/init.c | 13 +----- gcc/testsuite/g++.dg/ubsan/vptr-11.C | 84 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/sibcall-11.c | 7 +++ libstdc++-v3/ChangeLog | 10 +++++ libstdc++-v3/libsupc++/guard.cc | 2 - 13 files changed, 230 insertions(+), 68 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ubsan/vptr-11.C create mode 100644 gcc/testsuite/gcc.dg/sibcall-11.c