This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 118b4283c9a Move vrp_bitmap_equal_p above its only use and make it static. new 181faa22b97 * decl.c (omp_declare_variant_finalize_one): Call declare [...]
The 1 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 | 15 +++++- gcc/cp/decl.c | 21 ++++++-- gcc/cp/pt.c | 75 +++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/g++.dg/gomp/declare-variant-7.C | 75 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/gomp/declare-variant-8.C | 18 +++++++ 6 files changed, 204 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-7.C create mode 100644 gcc/testsuite/g++.dg/gomp/declare-variant-8.C