This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 251aa524a31 Fortran: Fix default init of finalizable derived argus [PR116829] new 6c8e6d6feba c++: Allow constexpr reads from volatile std::nullptr_t obj [...] new 801fb71f836 c++: Use cplus_decl_attributes rather than decl_attributes [...] new fcecc74cb38 c++: Don't use CLEANUP_EH_ONLY for new expression cleanup [ [...]
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/constexpr.cc | 3 ++- gcc/cp/decl.cc | 5 ++--- gcc/cp/decl2.cc | 3 ++- gcc/cp/init.cc | 1 - gcc/testsuite/g++.dg/asan/pr118763.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.C | 10 ++++++++++ gcc/testsuite/g++.dg/gomp/attrs-3.C | 6 +++--- 9 files changed, 70 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/asan/pr118763.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-union9.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-volatile4.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-87.C