[Mesa-dev] [Bug 100693] 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Apr 20 17:13:41 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100693
--- Comment #8 from sav_ix at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170420/1c6b26b7/attachment.html>
More information about the mesa-dev
mailing list