This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from 90e1d25b606 c++: Preserve location in maybe_constant_value. new 907401f2f91 c++: Fix decltype of empty pack expansion of parm. new 6e85b76b48a cgraph: A COMDAT decl always has non-zero address. new 300d219af33 c++: Fix constexpr vs. omitted aggregate init.
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 | 6 ++++++ gcc/cp/ChangeLog | 12 ++++++++++++ gcc/cp/constexpr.c | 12 ++++++++++-- gcc/cp/pt.c | 2 +- gcc/symtab.c | 10 +++++----- gcc/testsuite/g++.dg/cpp0x/constexpr-array24.C | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-static13.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/variadic-parm1.C | 17 +++++++++++++++++ 8 files changed, 78 insertions(+), 8 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/variadic-parm1.C