<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:alp@nuanti.com" title="Alp Toker <alp@nuanti.com>"> <span class="fn">Alp Toker</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - C++ operator cannot be used as a macro name"
href="http://llvm.org/bugs/show_bug.cgi?id=10606">bug 10606</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>REOPENED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>alp@nuanti.com
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - C++ operator cannot be used as a macro name"
href="http://llvm.org/bugs/show_bug.cgi?id=10606#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - C++ operator cannot be used as a macro name"
href="http://llvm.org/bugs/show_bug.cgi?id=10606">bug 10606</a>
from <span class="vcard"><a class="email" href="mailto:alp@nuanti.com" title="Alp Toker <alp@nuanti.com>"> <span class="fn">Alp Toker</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=10606#c11">comment #11</a>)
<span class="quote">> To clarify my previous comment: while this bug indeed had been resolved,
> there is still one issue with the following code.
>
> #define and "test"
>
> #if defined (and)
> int a;
> #endif
>
> This code still triggers the error "operator 'defined' requires an
> identifier". Now, replacing '#if defined' with '#ifdef' solves the issue, so
> "#if defined" is still somehow unsupported.</span >
Thanks for the report!
Fixed in r209276.</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>