This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ec69db6be69 Fix ubsan error in opts-global.cc new b4fb9f4f9a1 OpenMP, C++: Add template support for the has_device_addr clause.
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/pt.cc | 2 + gcc/cp/semantics.cc | 10 ++++- .../libgomp.c++/target-has-device-addr-7.C | 36 +++++++++++++++++ .../libgomp.c++/target-has-device-addr-8.C | 47 ++++++++++++++++++++++ .../libgomp.c++/target-has-device-addr-9.C | 30 ++++++++++++++ 5 files changed, 123 insertions(+), 2 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/target-has-device-addr-7.C create mode 100644 libgomp/testsuite/libgomp.c++/target-has-device-addr-8.C create mode 100644 libgomp/testsuite/libgomp.c++/target-has-device-addr-9.C