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 a29236a23c0 libstdc++: Fix undefined behaviour in random dist serializa [...] new b6678d67c4b c++: Preserve location in maybe_constant_value. new 1a8996b0a7b c++: Fix decltype of empty pack expansion of parm. new c51ac417144 c++: Fix constexpr vs. omitted aggregate init. new f2f70af7c52 cgraph: A COMDAT decl always has non-zero address. new c890c9650f3 PR c++/92745 - bogus error when initializing array of vectors.
The 5 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 | 6 ++++++ gcc/cp/ChangeLog | 24 +++++++++++++++++++++++ gcc/cp/constexpr.c | 22 ++++++++++++++++++--- gcc/cp/decl.c | 15 +++++++------- gcc/cp/pt.c | 2 +- gcc/symtab.c | 10 +++++----- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-array24.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-static13.C | 17 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist118.C | 26 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/variadic-parm1.C | 17 ++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp48.C | 8 ++++---- 12 files changed, 143 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array24.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-static13.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist118.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-parm1.C