This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help on loop peeling


Hi,

On Thu, Aug 13, 2009 at 04:02, Eric Fisher<joefoxreal@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]