This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d07edb653ef std::allocator::deallocate support sized-deallocation new 12187801c9f Fix %e in Solaris specs new be61629badb Reject -mx32 on Solaris/x86 new 48328bff258 PR c++/90532 Ensure __is_constructible(T[]) is false
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 | 10 +++++ gcc/config/i386/sol2.h | 5 ++- gcc/config/sol2.h | 4 +- gcc/cp/ChangeLog | 6 +++ gcc/cp/method.c | 2 + gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/ext/90532.C | 27 +++++++++++ libstdc++-v3/ChangeLog | 13 ++++++ libstdc++-v3/include/std/type_traits | 52 +++------------------- .../testsuite/20_util/is_constructible/value.cc | 7 +++ .../20_util/is_default_constructible/value.cc | 10 +++++ .../20_util/is_trivially_constructible/value.cc | 2 + .../is_trivially_default_constructible/value.cc | 9 ++++ 13 files changed, 101 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/90532.C