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 79032e7 2015-08-17 Yvan Roux yvan.roux@linaro.org new d7bf397 PR c++/67104 * constexpr.c (cxx_eval_array_reference): Hand [...] new 7efd805 PR c++/65734 gcc/ * stor-layout.c (layout_type): Layout the [...]
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 | 7 +++++ gcc/cp/ChangeLog | 9 +++++++ gcc/cp/class.c | 13 ++++++++-- gcc/cp/constexpr.c | 37 ++++++++++++++++++++++++--- gcc/stor-layout.c | 24 ++++++++++++----- gcc/testsuite/g++.dg/cpp0x/alignas1.C | 16 ++++++++++++ gcc/testsuite/g++.dg/cpp0x/alignas2.C | 20 +++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-array1.C | 20 +++++++++++++++ 8 files changed, 135 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas2.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array1.C