https://bugs.freedesktop.org/show_bug.cgi?id=100693

--- Comment #8 from sav...@ukr.net ---
ICC Developers figured out, that source of this issue is code:
/* XXX: Use standard `__func__` instead */
#ifndef __FUNCTION__
#  define __FUNCTION__ __func__
#endif

in file 'src/gallium/include/pipe/p_compiler.h'.

If commented, MESA Debug build using ICC finishes successfully. Expected to be
fixed in future ICC releases
(https://software.intel.com/en-us/forums/intel-c-compiler/topic/731357#comment-1903194).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to