Thomas,
The attached patch adds XFAILs so as to quiet the errors
until such time as the development is complete.
Committed to gomp-4_0-branch.
Thank you, thank you
Jim
On 07/27/2015 08:36 AM, Thomas Schwinge wrote:
Hi!
On Fri, 24 Jul 2015 15:43:36 -0500, James Norris
wrote:
The attached p
Hi!
On Fri, 24 Jul 2015 15:43:36 -0500, James Norris
wrote:
> The attached patch adds additional test for the routine
> directive for C/C++/Fortran.
>
> Committed to gomp-4_0-branch.
Thanks, but I see a number of FAILs, including the following:
FAIL: libgomp.oacc-c/../libgomp.oacc-c-c++-c
Hi,
The attached patch adds additional test for the routine
directive for C/C++/Fortran.
Committed to gomp-4_0-branch.
Jim
diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-3.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/routine-3.c
new file mode 100644
index 000..73ca528
-
Hi,
The attached file contains additional tests for the
if, async, and wait clauses associated with the
kernels directive.
Jim
diff --git a/libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c b/libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-1.c
index 22cef6d..d478ce2 100644
--- a/l
Hi,
The attached patch add tests for combined directives for, i.e.,
the parallel + loop directive and the kernel + loop directive
for C/C++/Fortran. Tests also added for the private, num_gangs,
num_workers, and vector_length clauses with the parallel
directive in Fortran.
Jim
diff --git a/libgom
Hi!
The following patch adds additional testing of the declare directive
and fixes for issues that arose from the testing.
Committed to gomp-4_0-branch.
Jim
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c
index e7df751..bcbd163 100644
--- a/gcc/c/c-parser.c
+++ b/gcc/c/c-parser.c
@@ -1767,12
Hi!
On Thu, 18 Jun 2015 11:20:54 -0500, James Norris
wrote:
> The attached patch adds additional tests for the
> OpenACC default clause.
Thanks!
> --- /dev/null
> +++ b/gcc/testsuite/c-c++-common/goacc/default-1.c
> @@ -0,0 +1,57 @@
> +/* { dg-do run } */
> +
> +#include
> +
> +int
> +main (i
Hi!
The attached patch adds additional tests for the
OpenACC default clause.
Committed to gomp-4_0-branch
Jim
diff --git a/gcc/testsuite/c-c++-common/goacc/default-1.c b/gcc/testsuite/c-c++-common/goacc/default-1.c
new file mode 100644
index 000..41757f1
--- /dev/null
+++ b/gcc/testsuite/c-