This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 13f4bc8b4d4 * auto-profile.c (afdo_indirect_call): Skip generating his [...] new 3cc9d6c5764 [PR c++/88146] do not crash synthesizing inherited ctor(...) new 18d590450e6 [PR87012] canonicalize ref type for tmpl arg new fbf5c6a23f3 [PR86153] simplify more overflow tests in VRP
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/ChangeLog | 9 ++ gcc/cp/ChangeLog | 11 ++ gcc/cp/method.c | 89 +++++++------ gcc/cp/pt.c | 3 + gcc/testsuite/ChangeLog | 12 ++ gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C | 229 ++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/pr87012.C | 11 ++ gcc/testsuite/gcc.dg/vrp-overflow-1.c | 151 +++++++++++++++++++++ gcc/vr-values.c | 33 +++++ 9 files changed, 505 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr87012.C create mode 100644 gcc/testsuite/gcc.dg/vrp-overflow-1.c