Re: [committed] Fix libgomp testsuite failures on hppa*-*-hpux*

2017-02-09 Thread Jakub Jelinek
On Wed, Feb 08, 2017 at 07:35:09PM -0500, John David Anglin wrote: > The libgomp.oacc-c-c++-common/loop-dim-default.c test uses asms and needs to > be skipped on hppa. This broke the test everywhere, because the dg-skip-if is not in a comment. I've fixed it (below), but am not sure why you had to

[committed] Fix libgomp testsuite failures on hppa*-*-hpux*

2017-02-08 Thread John David Anglin
The libgomp.oacc-c-c++-common/loop-dim-default.c test uses asms and needs to be skipped on hppa. We don't have the complex.h header on hppa*-*-hpux*. The libgomp.oacc-c-c++-common/reduction-cplx-dbl.c and libgomp.oacc-c-c++-common/reduction-cplx-flt.c tests compile fine on hppa without it. As