mirror of git://gcc.gnu.org/git/gcc.git
reduction-4.c: Don't run on hppa*-*-hpux*.
* testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on hppa*-*-hpux*. From-SVN: r221557
This commit is contained in:
parent
7ce3cec7a2
commit
844d9a76bc
|
|
@ -1,3 +1,8 @@
|
||||||
|
2015-03-21 John David Anglin <danglin@gcc.gnu.org>
|
||||||
|
|
||||||
|
* testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
|
||||||
|
hppa*-*-hpux*.
|
||||||
|
|
||||||
2015-03-19 Jakub Jelinek <jakub@redhat.com>
|
2015-03-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* testsuite/libgomp.c/target-10.c: New test.
|
* testsuite/libgomp.c/target-10.c: New test.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
/* { dg-do run } */
|
/* { dg-do run { target { ! { hppa*-*-hpux* } } } } */
|
||||||
|
|
||||||
/* complex reductions. */
|
/* complex reductions. */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue