<div class="gmail_quote">On Thu, Aug 20, 2009 at 10:42 AM, Enea Zaffanella <span dir="ltr"><<a href="mailto:zaffanella@cs.unipr.it">zaffanella@cs.unipr.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
When running clang in Debug mode, I am getting an assertion failure when parsing the following line:<br>
<br>
float ko = 0x1.1p0;<br>
<br>
Apparently, the recent changes in the use of StringRef haven't been propagated to all places. Please find attached the trivial patch.</blockquote><div><br></div><div>Can you please also add a test to unittests/ADT/APFloatTest.cpp to validate this, i.e., a test that would fail before this patch but passes with this patch.</div>
</div>