This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e26bd694c79 Fix typo in gfortran.dg/asynchronous_5.f03 from last commit. new 62c25d7adb1 c++: make __is_constructible work with paren-init of aggrs [...]
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/ChangeLog | 7 +++++ gcc/cp/method.c | 42 ++++++++++++++++++++++++++-- gcc/testsuite/ChangeLog | 7 +++++ gcc/testsuite/g++.dg/cpp2a/paren-init24.C | 26 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/paren-init25.C | 25 +++++++++++++++++ gcc/testsuite/g++.dg/ext/is_constructible5.C | 16 +++++++++++ 6 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init24.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init25.C create mode 100644 gcc/testsuite/g++.dg/ext/is_constructible5.C