This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4919ed711c1 Improve abs with overflow implementations new 0cab70604cf Fix templatized C++ OpenACC 'cache' directive ICEs
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.c | 2 ++ gcc/testsuite/c-c++-common/goacc/cache-1.c | 18 +++++++++++------- gcc/testsuite/c-c++-common/goacc/cache-2.c | 10 +++++----- gcc/testsuite/g++.dg/goacc/cache-1.C | 15 +++++++++++++++ .../goacc/cache-2.c => g++.dg/goacc/cache-2.C} | 15 +++++++++++---- libgomp/testsuite/libgomp.oacc-c++/cache-1.C | 13 +++++++++++++ libgomp/testsuite/libgomp.oacc-c-c++-common/cache-1.c | 12 +++++++++++- 7 files changed, 68 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/goacc/cache-1.C copy gcc/testsuite/{c-c++-common/goacc/cache-2.c => g++.dg/goacc/cache-2.C} (90%) create mode 100644 libgomp/testsuite/libgomp.oacc-c++/cache-1.C