<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Mesa preprocessor matches if(def)s & endifs incorrectly"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107772#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Mesa preprocessor matches if(def)s & endifs incorrectly"
href="https://bugs.freedesktop.org/show_bug.cgi?id=107772">bug 107772</a>
from <span class="vcard"><a class="email" href="mailto:idr@freedesktop.org" title="Ian Romanick <idr@freedesktop.org>"> <span class="fn">Ian Romanick</span></a>
</span></b>
<pre>Here's a minimal reproducing test case:
#version 110
#ifdef THING_1
#define THING_2(x) \
if (x)
#endif
void main()
{
gl_Position = vec4(0);
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>