<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - _cairo_surface_is_snapshot() return error result on armcc on RVDS/MDK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93281#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - _cairo_surface_is_snapshot() return error result on armcc on RVDS/MDK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93281">bug 93281</a>
              from <span class="vcard"><a class="email" href="mailto:spitzak@gmail.com" title="Bill Spitzak <spitzak@gmail.com>"> <span class="fn">Bill Spitzak</span></a>
</span></b>
        <pre>It sure looks like the compiler is wrong in casting the int to the enum, rather
than the enum to an int.

However this is wrong anyway, as the resulting if will always be false. I think
the value has to be added to the enum declaration. Or change the value to
something less than 256.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>