> > Thanks. This is in the #else branch of '#ifdef HAVE_PTHREAD_AFFINITY_NP'
> > (so the ChangeLog entry should have [!HAVE_PTHREAD_AFFINITY_NP]) --
> > I'm curious why you don't have this defined. One reason I can think of is,
> > if you're building libgomp against musl libc
(I was mistaken he
On Mon, Nov 28, 2016 at 03:50:54PM +0300, Alexander Monakov wrote:
> > * config/nvptx/affinity.c: Delete to use fallback implementation.
>
> Right. This file was (correctly) deleted on the branch, but I missed the
> deletion when writing the Changelog and then subsequently missed it again
> d
> -Original Message-
> From: Alexander Monakov [mailto:amona...@ispras.ru]
> Sent: Monday, November 28, 2016 1:51 PM
> To: Hahnfeld, Jonas
> Cc: gcc-patches@gcc.gnu.org; Jakub Jelinek (ja...@redhat.com)
> Subject: Re: [PATCH] Fix OpenMP offloading to NVPTX and correct
On Mon, 28 Nov 2016, Hahnfeld, Jonas wrote:
> Hi,
>
> find attached a patch that fixes OpenMP offloading to NVPTX for me. Without
> the changes, I got errors from the linker for affinity symbols.
> 2016-11-28 Jonas Hahnfeld
>
> * config/linux/affinity.c: Include ../../affinity.c as fall