<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 - ICE in gimplify_expr, at gimplify.c:8538"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=151">bug 151</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 - ICE in gimplify_expr, at gimplify.c:8538"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=151#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ICE in gimplify_expr, at gimplify.c:8538"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=151">bug 151</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>(In reply to Johannes Pfau from <a href="show_bug.cgi?id=151#c1">comment #1</a>)
<span class="quote">> So where exactly is the bug?</span >

Every ICE is always a compiler bug. It can be harmless (ie just a wrong/missing
error message), but it can also be a symptom of a real problem.

<span class="quote">> The .init symbol is readonly so the only issue I see here is that the
> frontend allows this code to compile. But this is a bug for issues.dlang.org
> then.</span >

      auto p = &S.init.i;
      *p = 42;

is actually accepted. And optimized away completely at >O0. :) While that is a
frontend and language problem, this bug is just about the ICE caused by the
original version.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>