This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3984c138a3d i386: Add TARGET_INDIRECT_BRANCH_REGISTER new 5afa077fc6b PR c++/81589 - error with is_trivially_constructible new 417a5ba0940 PR c++/84447 - ICE with deleted inherited ctor with default arg.
The 2 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 | 5 +++++ gcc/cp/call.c | 22 +++++++++------------- gcc/testsuite/g++.dg/cpp0x/inh-ctor31.C | 14 ++++++++++++++ .../g++.dg/ext/is_trivially_constructible6.C | 10 ++++++++++ 4 files changed, 38 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor31.C create mode 100644 gcc/testsuite/g++.dg/ext/is_trivially_constructible6.C