This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 07ab3c169c3 2019-11-29 Richard Biener rguenther@suse.de new b380195288d Check for TYPE_NAME in type_with_linkage_p. new 4f4bd3c6e28 PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_ [...] new 39362e8b713 PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_ [...]
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/ChangeLog | 6 ++++ gcc/cp/ChangeLog | 17 ++++++++++ gcc/cp/decl.c | 14 +++++--- gcc/cp/mangle.c | 11 ++++++- gcc/cp/parser.c | 4 +++ gcc/cp/semantics.c | 8 ++++- gcc/ipa-devirt.c | 7 ++++ gcc/testsuite/ChangeLog | 11 +++++++ gcc/testsuite/g++.dg/gomp/openmp-simd-2.C | 2 -- gcc/testsuite/g++.dg/lto/pr91574_0.C | 23 +++++++++++++ libgomp/ChangeLog | 6 ++++ libgomp/testsuite/libgomp.c++/udr-20.C | 54 +++++++++++++++++++++++++++++++ libgomp/testsuite/libgomp.c++/udr-21.C | 54 +++++++++++++++++++++++++++++++ 13 files changed, 209 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lto/pr91574_0.C create mode 100644 libgomp/testsuite/libgomp.c++/udr-20.C create mode 100644 libgomp/testsuite/libgomp.c++/udr-21.C