<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:johannespfau@gmail.com" title="Johannes Pfau <johannespfau@gmail.com>"> <span class="fn">Johannes Pfau</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - memory aligment issue ARM builds after 4.9.0"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=214">bug 214</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>johannespfau@gmail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - memory aligment issue ARM builds after 4.9.0"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=214#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - memory aligment issue ARM builds after 4.9.0"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=214">bug 214</a>
              from <span class="vcard"><a class="email" href="mailto:johannespfau@gmail.com" title="Johannes Pfau <johannespfau@gmail.com>"> <span class="fn">Johannes Pfau</span></a>
</span></b>
        <pre>I guess the library changed, as that old forum thread mentioned in 2014 there
was no align(1) in epoll.d which was wrong on X86.

Whether the struct is packed depends on the target architecture. On ARM the
struct is not packed. The ARM version should just use standard alignment (no
explicit align(8)), the align(1) version should be restricted to X86/(64) and
an additional else static assert(false) should be added. Needs to go into
upstream druntime as well.

(grep __EPOLL_PACKED in glibc). Actually, AFAICS X86 ist the only architecture
using a packed struct.</pre>
        </div>
      </p>


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

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