<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/">
    </head>
    <body>
      <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#c4">Comment # 4</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:ibuclaw@gdcproject.org" title="Iain Buclaw <ibuclaw@gdcproject.org>"> <span class="fn">Iain Buclaw</span></a>
</span></b>
        <pre>(In reply to Iain Buclaw from <a href="show_bug.cgi?id=148#c3">comment #3</a>)
<span class="quote">> For resolving any kind of symbol to string via CTFE, I'd suggest we defer
> running semantic analysis until the second pass.

> See for instance:
> <a href="https://github.com/D-Programming-Language/dmd/pull/5302/files#diff">https://github.com/D-Programming-Language/dmd/pull/5302/files#diff</a>-
> 0d13b271f20a2f0982c3c74062c314fdR440</span >

Ah, it was much more trivial than that. ;-)

-    insn->ctfeInterpret();
+    insn = insn->ctfeInterpret();

Looks like the CTFE result is not stashed in all cases.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>