<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>Use 'static const char' instead of 'static const int'.<br>Due to darwin gcc bug, one version of darwin linker coalesces
<br>static const int, which defauts PassID based pass identification.</blockquote><div><br> </div><br></div> I think you should use 'static const signed char' because 'char' is signed on X86 and unsigned on ARM.
<br><br>Lauro<br>