<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:nowak@tepeserwery.pl" title="Adam Nowacki <nowak@tepeserwery.pl>"> <span class="fn">Adam Nowacki</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - clang and gold plugin of 3.2 cannot generate bc file for MySQL"
href="http://llvm.org/bugs/show_bug.cgi?id=15206">bug 15206</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>RESOLVED
</td>
<td>REOPENED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>nowak@tepeserwery.pl
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>INVALID
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - clang and gold plugin of 3.2 cannot generate bc file for MySQL"
href="http://llvm.org/bugs/show_bug.cgi?id=15206#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - clang and gold plugin of 3.2 cannot generate bc file for MySQL"
href="http://llvm.org/bugs/show_bug.cgi?id=15206">bug 15206</a>
from <span class="vcard"><a class="email" href="mailto:nowak@tepeserwery.pl" title="Adam Nowacki <nowak@tepeserwery.pl>"> <span class="fn">Adam Nowacki</span></a>
</span></b>
<pre>Reopening as I believe the bug is not INVALID.
The problem here is that clang defines __GNUC__ but isn't 100% compatible with
gcc. If clang pretends to be GNUC then it has to accept all flags that would be
accepted by gcc. The only sane resolution I can see is to implement
functionality of the missing flags or if not feasible do not promote those
specific flags to errors even if -Werror is set.
Again, clang is already doing the wrong thing by defining __GNUC__ (probably
for compatibility reasons). For the same reasons "-Werror
-fno-implicit-templates" should not produce errors.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>