<div class="gmail_quote">On Mon, Apr 13, 2009 at 12:46 PM, Chris Lattner <span dir="ltr"><<a href="mailto:clattner@apple.com">clattner@apple.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
On Apr 13, 2009, at 12:43 PM, Eli Friedman wrote:<br>
> On Mon, Apr 13, 2009 at 12:08 PM, Steve Naroff <<a href="mailto:snaroff@apple.com">snaroff@apple.com</a>><br>
> wrote:<br>
>> Author: snaroff<br>
>> Date: Mon Apr 13 14:08:08 2009<br>
>> New Revision: 68975<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=68975&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=68975&view=rev</a><br>
>> Log:<br>
>> Fixed crasher in <rdar://problem/6780904> [irgen] Assertion failed:<br>
>> (Result == conversionOK && "UTF-8 to UTF-16 conversion failed"),<br>
>> function GetAddrOfConstantCFString, file CodeGenModule.cpp, line<br>
>> 1063.<br>
><br>
> We should not be letting invalid strings through Sema.  Either the<br>
> Lexer or Sema needs to deal with this; it needs to either error out or<br>
> warn and "fix" the string to use a 0xFFFD.<br>
><br>
> I would suggest reverting this fix because it does nothing but hide<br>
> the issue.<br>
<br>
</div>Perhaps I don't understand the issue fully, but why is "\xff\xff"<br>
necessarily a unicode string?</blockquote><div><br></div><div>I definitely don't understand the issue fully, but I agree with Eli's sentiment. If the string is supposed to be treated as unicode, but has errors, then it should be fixed in the AST and a warning (error) generated. If it isn't supposed to be treated as Unicode, then IRgen shouldn't try to convert it.</div>
<div><br></div><div>In any case, IRgen should not have to deal with a conversion failure.</div><div><br></div><div> - Daniel</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<font color="#888888"><br>
-Chris<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br>