This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 44a89d0 2015-11-25 Vladimir Makarov vmakarov@redhat.com new 80da599 PR c++/67813 new 2c410d2 PR c++/68422 new cfdc027 PR c++/67941
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 | 16 ++++++++++++++++ gcc/cp/constexpr.c | 9 ++++++--- gcc/cp/cp-tree.h | 4 ++++ gcc/cp/lambda.c | 6 ++++++ gcc/cp/parser.c | 1 + gcc/cp/pt.c | 10 ++++++++-- gcc/testsuite/g++.dg/cpp1y/constexpr-copy1.C | 25 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/ubsan/null-6.C | 5 +++++ 8 files changed, 71 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-copy1.C create mode 100644 gcc/testsuite/g++.dg/ubsan/null-6.C