<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 27, 2015 at 10:45 AM, Joerg Sonnenberger via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sun, Sep 27, 2015 at 05:16:46PM -0000, Saleem Abdulrasool via llvm-commits wrote:<br>
> If the builtins are built with libgcc as the unwind provider on ARM, the exposed<br>
> _Unwind_SetIP is a macro.  This results in the following warning due to<br>
> expansion of the argument:<br>
><br>
> warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]<br>
><br>
> Add a no-op set of parenthesis around the argument that will prevent this<br>
> warning.<br>
<br>
</span>Why not in the macro?<br></blockquote><div><br></div><div>The macro is in gcc.  Even if we convince them to add the parenthesis there, it will be some time until we can remove it from this site.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Joerg<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Saleem Abdulrasool<br>compnerd (at) compnerd (dot) org</div>
</div></div>