This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 83245bd Add missing initialization in goacc/host_data-tree.f95 new 3aebf09 2016-03-24 Richard Henderson rth@redhat.com new c3f376b PR c++/70323
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/ChangeLog | 6 ++++++ gcc/cp/ChangeLog | 6 ++++++ gcc/cp/constexpr.c | 2 +- gcc/fold-const.c | 8 +++----- gcc/testsuite/ChangeLog | 6 ++++++ .../cpp0x/{constexpr-70323.C => constexpr-70323a.C} | 1 + gcc/testsuite/gcc.dg/tree-ssa/pr69845-1.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr69845-2.c | 20 ++++++++++++++++++++ 8 files changed, 62 insertions(+), 6 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{constexpr-70323.C => constexpr-70323a.C} (94%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr69845-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr69845-2.c