diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-01 11:22:58 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-01 11:22:58 +0000 |
commit | 2dd60f2dcb7a65466fcf3867532c55956585ebc4 (patch) | |
tree | 4e9e2ea67e93ec852a57145cf66b4ba2ad32d04b /libgomp | |
parent | 2df2285de1d8ba686f26f5291f5e3114ad62631f (diff) | |
download | gcc-2dd60f2dcb7a65466fcf3867532c55956585ebc4.tar.gz |
2014-04-01 Basile Starynkevitch <basile@starynkevitch.net>
{{merge using svnmerge.py with trunk GCC 4.9 svn
rev.208985...}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@208986 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 13 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-11.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-12.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-13.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-14.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-15.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-16.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-17.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-18.C | 4 | ||||
-rw-r--r-- | libgomp/testsuite/libgomp.c++/udr-19.C | 4 |
10 files changed, 49 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index e61756158a5..d3cda25384d 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2014-03-25 Jakub Jelinek <jakub@redhat.com> + + PR c++/60331 + * testsuite/libgomp.c++/udr-11.C: New test. + * testsuite/libgomp.c++/udr-12.C: New test. + * testsuite/libgomp.c++/udr-13.C: New test. + * testsuite/libgomp.c++/udr-14.C: New test. + * testsuite/libgomp.c++/udr-15.C: New test. + * testsuite/libgomp.c++/udr-16.C: New test. + * testsuite/libgomp.c++/udr-17.C: New test. + * testsuite/libgomp.c++/udr-18.C: New test. + * testsuite/libgomp.c++/udr-19.C: New test. + 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com> Update copyright years diff --git a/libgomp/testsuite/libgomp.c++/udr-11.C b/libgomp/testsuite/libgomp.c++/udr-11.C new file mode 100644 index 00000000000..5d014467a9d --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-11.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-1.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-12.C b/libgomp/testsuite/libgomp.c++/udr-12.C new file mode 100644 index 00000000000..58112eb6995 --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-12.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-2.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-13.C b/libgomp/testsuite/libgomp.c++/udr-13.C new file mode 100644 index 00000000000..a9c8c600ca2 --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-13.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-3.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-14.C b/libgomp/testsuite/libgomp.c++/udr-14.C new file mode 100644 index 00000000000..6cb48293286 --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-14.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-4.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-15.C b/libgomp/testsuite/libgomp.c++/udr-15.C new file mode 100644 index 00000000000..d6aaf872029 --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-15.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-5.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-16.C b/libgomp/testsuite/libgomp.c++/udr-16.C new file mode 100644 index 00000000000..acf4ff2028d --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-16.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-6.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-17.C b/libgomp/testsuite/libgomp.c++/udr-17.C new file mode 100644 index 00000000000..a5b62f8c67f --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-17.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-7.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-18.C b/libgomp/testsuite/libgomp.c++/udr-18.C new file mode 100644 index 00000000000..5911e8e9a82 --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-18.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-8.C" diff --git a/libgomp/testsuite/libgomp.c++/udr-19.C b/libgomp/testsuite/libgomp.c++/udr-19.C new file mode 100644 index 00000000000..801cab4342e --- /dev/null +++ b/libgomp/testsuite/libgomp.c++/udr-19.C @@ -0,0 +1,4 @@ +// { dg-do run } +// { dg-options "-fopenmp -std=c++11" } + +#include "udr-9.C" |