Re: [gomp4] Additional tests for routine directive

2015-07-27 Thread James Norris
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

Re: [gomp4] Additional tests for routine directive

2015-07-27 Thread Thomas Schwinge
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

[gomp4] Additional tests for routine directive

2015-07-24 Thread James Norris
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 -

[gomp4] Additional tests for kernels directive.

2015-07-21 Thread James Norris
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

[gomp4] Additional tests

2015-07-15 Thread James Norris
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

[gomp4] Additional tests for declare directive and fixes.

2015-06-24 Thread James Norris
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

Re: [gomp4] Additional tests for the default clause

2015-06-19 Thread Thomas Schwinge
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

[gomp4] Additional tests for the default clause

2015-06-18 Thread James Norris
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-