Re: [gomp4 12/14] libgomp: fixup error.c on nvptx

2015-10-21 Thread Jakub Jelinek
On Tue, Oct 20, 2015 at 09:34:34PM +0300, Alexander Monakov wrote: > NVPTX provides vprintf, but there's no stream separation: everything is > printed as if into stdout. This is the minimal change to get error.c working. > > * error.c [__nvptx__]: Replace vfprintf, fputs, fputc with [v]prin

[gomp4 12/14] libgomp: fixup error.c on nvptx

2015-10-20 Thread Alexander Monakov
NVPTX provides vprintf, but there's no stream separation: everything is printed as if into stdout. This is the minimal change to get error.c working. * error.c [__nvptx__]: Replace vfprintf, fputs, fputc with [v]printf. --- libgomp/error.c | 5 + 1 file changed, 5 insertions(+) diff