<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - internal compiler error: in build_vthis"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=163">bug 163</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>ibuclaw@gdcproject.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - internal compiler error: in build_vthis"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=163#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - internal compiler error: in build_vthis"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=163">bug 163</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>Reduced:

---
void build() {
    Caster!( (c) {})().visit;
}

struct Caster(alias bailoutOverride) {
    struct FromBuiltin {
        void visit() {}
    }

    void visit() {
        FromBuiltin().visit;
    }
}</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>