This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f07b3e8 [gcc] 2017-03-16 Michael Meissner meissner@linux.vnet.ibm.com new def8e41 PR c++/79797 * constexpr.c (lookup_placeholder): Tweak. new 67234c3 * init.c (cpp_init_builtins): Update __cplusplus for C++17. new 85d4171 * decl.c (start_enum): std::byte aliases anything.
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/cp/ChangeLog | 7 +++++++ gcc/cp/constexpr.c | 7 +++++-- gcc/cp/decl.c | 6 ++++++ gcc/testsuite/g++.dg/cpp1z/byte1.C | 31 +++++++++++++++++++++++++++++++ libcpp/ChangeLog | 4 ++++ libcpp/init.c | 2 +- 6 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/byte1.C