Re: [Mesa-dev] [PATCH] swr: Fix BugID 9919 compile error (icc-only).

2016-12-22 Thread Rowley, Timothy O
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99119 Reviewed-by: Tim Rowley > On Dec 22, 2016, at 6:06 PM, Bruce Cherniak > wrote: ICC doesn't like the use of

Re: [Mesa-dev] [PATCH] swr: Fix BugID 9919 compile error (icc-only).

2016-12-22 Thread Matt Turner
On Thu, Dec 22, 2016 at 7:06 PM, Bruce Cherniak wrote: > ICC doesn't like the use of nullptr (std::nullptr_t) argument in > p_atomic_set. GCC and clang don't complain. Is BugID 9919 publicly accessible? If so, I'd provide a link to it. If it's not, I'd include the

[Mesa-dev] [PATCH] swr: Fix BugID 9919 compile error (icc-only).

2016-12-22 Thread Bruce Cherniak
ICC doesn't like the use of nullptr (std::nullptr_t) argument in p_atomic_set. GCC and clang don't complain. --- src/gallium/drivers/swr/swr_fence_work.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/swr/swr_fence_work.cpp