<div dir="ltr">Correct.<br></div><br><div class="gmail_quote">On Mon, Mar 30, 2015 at 10:49 AM Marshall Clow <<a href="mailto:mclow.lists@gmail.com">mclow.lists@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Mar 30, 2015 at 6:26 AM, Sanne Wouda <span dir="ltr"><<a href="mailto:snnw@gruttepier.net" target="_blank">snnw@gruttepier.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
Regarding octal numbers: I believe behaviour is unchanged. Comparison<br>
between two octal numbers (with or without leading zeroes) should work<br>
as expected. Exactly which behaviour are you worried about?<br><br></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I suspect that Chandler is concerned about these two case giving different answers:</div><div><br></div><div> if ( 010 < 9 ) printf ("true"); // will print.</div><div> if ( <span style="font-size:12.8000001907349px">StringRef("010").compare_</span><span style="font-size:12.8000001907349px">numeric("9") < 0 ) </span>printf ("true"); // will NOT print.</div></div><br></div></div><div dir="ltr"><div class="gmail_extra">-- Marshall</div><div class="gmail_extra"><br></div></div>
______________________________<u></u>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
</blockquote></div>