<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:kbobyrev.opensource@gmail.com" title="Kirill Bobyrev <kbobyrev.opensource@gmail.com>"> <span class="fn">Kirill Bobyrev</span></a>
</span> changed
<a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Integrated arm assembler doesn't understand .func / .endfunc"
href="https://llvm.org/bugs/show_bug.cgi?id=20424">bug 20424</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>kbobyrev.opensource@gmail.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>WONTFIX
</td>
<td>---
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Integrated arm assembler doesn't understand .func / .endfunc"
href="https://llvm.org/bugs/show_bug.cgi?id=20424#c17">Comment # 17</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Integrated arm assembler doesn't understand .func / .endfunc"
href="https://llvm.org/bugs/show_bug.cgi?id=20424">bug 20424</a>
from <span class="vcard"><a class="email" href="mailto:kbobyrev.opensource@gmail.com" title="Kirill Bobyrev <kbobyrev.opensource@gmail.com>"> <span class="fn">Kirill Bobyrev</span></a>
</span></b>
<pre>This resolution breaks certain projects which need to use stabs and hence use
.func/.endfunc. Note that there appears to be no reliable way (which wouldn't
actually require much hardcoding) to tell gcc from clang via #ifdefs, as
proposed earlier in the comments.
Instead I suggest to parse and ignore these directives by default, and to
report an error if and only if someone actually tries to use stabs (via
-gstabs). This would mimic gcc behavior better.</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>