Hi,

On Thu, Aug 13, 2009 at 04:02, Eric Fisher<joefoxr...@gmail.com> wrote:
> The error is reported in build2_stat, by
>
> gcc_assert (POINTER_TYPE_P (tt) && POINTER_TYPE_P (TREE_TYPE (arg0))
>                && INTEGRAL_TYPE_P (TREE_TYPE (arg1))
>                && useless_type_conversion_p (sizetype, TREE_TYPE (arg1)));
>

I also have been bitten by this one in out of Graphite, so I may be able
to remember the solution ;-)  Looks like you insert some code that has
a conversion producing this error.

Could you please send the patch you are working on, together with
a reduced testcase?  This could help to reproduce the error.

Thanks,
Sebastian

Reply via email to