<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Regression: GLB 2.7 segfaults due to bogus linker precision error (259fc505) on dead variable"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97532#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Regression: GLB 2.7 segfaults due to bogus linker precision error (259fc505) on dead variable"
href="https://bugs.freedesktop.org/show_bug.cgi?id=97532">bug 97532</a>
from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
<pre>You have to enforce language rules regardless of whether or not code is used.
Nobody would suggest that a C compiler should compile:
void main()
{
int x = "lol, who needs rules?";
return 0;
}
just because 'x' isn't used. That's crazy.</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>