<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ICE in toSymbol, at d/d-decls.cc:71"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=128#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ICE in toSymbol, at d/d-decls.cc:71"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=128">bug 128</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>This ICE is intentional as I did not at the time anticipate any problems, but
put in an ICE just incase.

// Any other kind of symbol should have their csym set.
// If this is an unexpected import, the compiler will throw an error.


As you can tell from the backtrace:

0x65a2b7 Dsymbol::toSymbol()
0x65a4f2 Dsymbol::toImport()
0x66ab71 Dsymbol::toObjFile(int)

It's attempting to generate code in parts of the compiler that was never meant
for this.

I won't be wanting to complicate this section any more than what it already is,
however then eventual move for toSymbol, toObjFile and toImport to a visitor
would resolve this.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>