<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash on xLarge memory allocation using bmalloc on 32bit systems"
   href="https://bugs.webkit.org/show_bug.cgi?id=146440#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash on xLarge memory allocation using bmalloc on 32bit systems"
   href="https://bugs.webkit.org/show_bug.cgi?id=146440">bug 146440</a>
              from <span class="vcard"><a class="email" href="mailto:clopez&#64;igalia.com" title="Carlos Alberto Lopez Perez &lt;clopez&#64;igalia.com&gt;"> <span class="fn">Carlos Alberto Lopez Perez</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=256038&amp;action=diff" name="attach_256038" title="Patch proposal">attachment 256038</a> <a href="attachment.cgi?id=256038&amp;action=edit" title="Patch proposal">[details]</a></span>
Patch proposal

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=256038&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=256038&amp;action=review</a>

<span class="quote">&gt; Source/WebCore/CMakeLists.txt:3581
&gt; +if (CMAKE_COMPILER_IS_GNUCXX AND &quot;${LOWERCASE_CMAKE_HOST_SYSTEM_PROCESSOR}&quot; MATCHES &quot;(i[3-6]86|x86)&quot;)</span >

I think this should be: ... MATCHES &quot;(i[3-6]86|x86)$&quot;)

Otherwise this becomes true also for AMD64 with GCC (where LOWERCASE_CMAKE_HOST_SYSTEM_PROCESSOR = x86_64 ). (yes, there is a bug on the previous code introduced on 128855 &lt;<a href="http://trac.webkit.org/r128855">http://trac.webkit.org/r128855</a>&gt;)</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>