This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fb963043420 PR target/85169 * config/i386/i386.c (ix86_expand_vector_ [...] new 44ba281dc89 PR c++/85134 * decl.c (cp_finish_decl): If ensure_literal [...] new f5f24c757b3 PR c++/85140 * name-lookup.c (handle_namespace_attrs): Re [...] new abecb8f76a6 PR c++/85147 * pt.c (fixed_parameter_pack_p_1): Punt if p [...]
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 | 14 ++++++++++++++ gcc/cp/decl.c | 9 ++++++--- gcc/cp/name-lookup.c | 3 +++ gcc/cp/pt.c | 2 +- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-ice19.C | 2 +- gcc/testsuite/g++.dg/cpp0x/gen-attrs-64.C | 4 ++++ gcc/testsuite/g++.dg/cpp0x/pr85147.C | 9 +++++++++ gcc/testsuite/g++.dg/gomp/pr85134.C | 11 +++++++++++ 9 files changed, 59 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/gen-attrs-64.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85147.C create mode 100644 gcc/testsuite/g++.dg/gomp/pr85134.C