<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:art.08.09@gmail.com" title="art.08.09@gmail.com">art.08.09@gmail.com</a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - gcc inline asm instruction template must be a constant char string regression"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=148">bug 148</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;">CC</td>
<td>
</td>
<td>art.08.09@gmail.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - gcc inline asm instruction template must be a constant char string regression"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=148#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - gcc inline asm instruction template must be a constant char string regression"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=148">bug 148</a>
from <span class="vcard"><a class="email" href="mailto:art.08.09@gmail.com" title="art.08.09@gmail.com">art.08.09@gmail.com</a>
</span></b>
<pre>A slightly better testcase; this works when using the older compiler:
void main() {
asm {""~"" ; }
enum E = ""~"";
asm {""~E~"" ; }
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>