This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 698e0ec89bc phi-opt: Improve factor heurstic with constants and convers [...] new 1b7cfa715c6 c++: introduce __builtin_is_virtual_base_of
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: gcc/cp/constraint.cc | 3 + gcc/cp/cp-trait.def | 1 + gcc/cp/cp-tree.h | 3 +- gcc/cp/cxx-pretty-print.cc | 2 + gcc/cp/search.cc | 15 +- gcc/cp/semantics.cc | 12 ++ gcc/doc/extend.texi | 15 ++ gcc/testsuite/g++.dg/ext/is_virtual_base_of.C | 163 +++++++++++++++++++++ .../g++.dg/ext/is_virtual_base_of_diagnostic.C | 15 ++ 9 files changed, 225 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_virtual_base_of.C create mode 100644 gcc/testsuite/g++.dg/ext/is_virtual_base_of_diagnostic.C