This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d3d28fc8387 /cp 2018-01-18 Paolo Carlini paolo.carlini@oracle.com new de928aaa65a * configure.ac (AC_CHECK_HEADERS): Add linux/types.h. Con [...] new 07d8961c723 PR c++/82461 - constexpr list-initialized member
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/cp/ChangeLog | 6 ++++++ gcc/cp/constexpr.c | 3 ++- gcc/testsuite/g++.dg/cpp0x/constexpr-list2.C | 20 ++++++++++++++++++++ libstdc++-v3/ChangeLog | 8 ++++++++ libstdc++-v3/config.h.in | 3 +++ libstdc++-v3/configure | 19 ++++++++++++++++++- libstdc++-v3/configure.ac | 8 +++++++- libstdc++-v3/src/c++11/random.cc | 4 ++++ 8 files changed, 68 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-list2.C