[cfe-dev] assertion in codegen

Chris Lattner clattner at apple.com
Sat Dec 8 16:36:14 PST 2007


On Dec 8, 2007, at 4:45 AM, Nico Weber wrote:

> Hi all,
>
> this triggers an assert:
>
> int latin_ptr2len (char *p);
> int (*mb_ptr2len) (char *p) = latin_ptr2len;
>
> It also triggers a "not yet implemented" warning, so I don't know if
> this is of interest.

Fixed, thanks!

-Chris



More information about the cfe-dev mailing list