This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from c9938baa24a backport documentation for target supports (mfentry availability). new 396c8a309ee Backported from mainline 2019-05-24 Jakub Jelinek <jaku [...] new afd0f608578 Backported from mainline 2019-05-27 Jakub Jelinek <jaku [...] new d514d11da2f Backported from mainline 2019-05-29 Jakub Jelinek <jaku [...] new 14721e37d31 PR debug/90733 * var-tracking.c (vt_expand_loc_callback): [...]
The 4 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 | 9 +++++++ gcc/cp/tree.c | 4 ++++ gcc/testsuite/ChangeLog | 11 +++++++++ gcc/testsuite/g++.dg/cpp0x/pr90598.C | 8 +++++++ gcc/testsuite/gcc.dg/pr90733.c | 22 +++++++++++++++++ gcc/var-tracking.c | 2 +- libgomp/ChangeLog | 25 +++++++++++++++++++ libgomp/loop.c | 28 ++++++++++++++++------ libgomp/loop_ull.c | 28 ++++++++++++++++------ libgomp/plugin/plugin-hsa.c | 13 +++++----- libgomp/sections.c | 28 ++++++++++++++++------ libgomp/work.c | 9 ++++--- libstdc++-v3/ChangeLog | 11 +++++++++ .../experimental/propagate_const/requirements2.cc | 9 ++++--- 15 files changed, 177 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr90598.C create mode 100644 gcc/testsuite/gcc.dg/pr90733.c