<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100693#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED NOTOURBUG - 'identifier "L__FUNCTION__" is undefined' error for Debug builds using ICC on Windows"
href="https://bugs.freedesktop.org/show_bug.cgi?id=100693">bug 100693</a>
from <span class="vcard"><a class="email" href="mailto:sav_ix@ukr.net" title="sav_ix@ukr.net">sav_ix@ukr.net</a>
</span></b>
<pre>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
(<a href="https://software.intel.com/en-us/forums/intel-c-compiler/topic/731357#comment-1903194">https://software.intel.com/en-us/forums/intel-c-compiler/topic/731357#comment-1903194</a>).</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>