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-