This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 0679082b1db Adjust email address new b3a51b99dbb Fix crash on array component with nonstandard index type new 6d06c17e9f4 libstdc++: Fix is_trivially_constructible (PR 94033)
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/ada/gcc-interface/decl.c | 12 ++--- gcc/testsuite/gnat.dg/specs/discr7.ads | 14 ++++++ libstdc++-v3/include/std/type_traits | 57 ++++++++++------------ .../91807.cc => is_nothrow_constructible/94003.cc} | 35 ++++++++----- .../96999.cc} | 43 +++++++++++----- 5 files changed, 99 insertions(+), 62 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/specs/discr7.ads copy libstdc++-v3/testsuite/20_util/{variant/91807.cc => is_nothrow_constructible/ [...] copy libstdc++-v3/testsuite/20_util/{variant/91807.cc => is_nothrow_default_constr [...]