C++ OpenACC routine directive testing: templated, and "auto", trailing return type...
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 4 Aug 2016 13:35:10 +0000 (15:35 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 4 Aug 2016 13:35:10 +0000 (15:35 +0200)
commitbbc79c0e9ee0f8a3e6a2e0a4ec104d2b86e093b9
tree5ae825923aba6b78ae3122230826bfa9e15fd4fd
parent9ef64248fe2c609a7018dcd9ce436467991bd483
C++ OpenACC routine directive testing: templated, and "auto", trailing return type syntax

libgomp/
* testsuite/libgomp.oacc-c++/routine-1-auto.C: New file.
* testsuite/libgomp.oacc-c++/routine-1-template-auto.C: Likewise.
* testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C:
Likewise.
* testsuite/libgomp.oacc-c++/routine-1-template.C: Likewise.
* testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C:
Likewise.
* testsuite/libgomp.oacc-c-c++-common/routine-1.c: Adjust.

From-SVN: r239126
libgomp/ChangeLog
libgomp/testsuite/libgomp.oacc-c++/routine-1-auto.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c++/routine-1-template-auto.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c++/routine-1-template-trailing-return-type.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c++/routine-1-template.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c++/routine-1-trailing-return-type.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c-c++-common/routine-1.c