<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am still getting compiler errors for compiler-rt sources as below.<br>
Do not know, if the first argument to IsNullLiteralHelper() is to be<br>
passed as '0' instead of false, in the below lines.<br>
<br>
==========================================<br>
/local/home/mahesha/src/12th_Sep/llvm/projects/compiler-rt/lib/asan/tests/asan_noinst_test.cc:<br>
In member function ‘virtual void<br>
AddressSanitizerInterface_GetAllocatedSizeAndOwnershipTest_Test::TestBody()’:<br>
/local/home/mahesha/src/12th_Sep/llvm/projects/compiler-rt/lib/asan/tests/asan_noinst_test.cc:373:3:<br>
error: converting ‘false’ to pointer type for argument 1 of ‘char<br>
testing::internal::IsNullLiteralHelper(testing::internal::Secret*)’<br></blockquote><div><br></div><div>I am also building llvm with cmake+ninja, but haven't seen these warnings because my default gcc is somewhat old. </div>
<div>With newer gcc (4.6.3) I do see these warnings. </div><div>Fixed in r166093.</div><div><br></div><div>I'll check if the rest of compiler-rt builds with gcc 4.6.3. </div><div><br></div><div>--kcc </div></div>