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


On Thu, Aug 13, 2009 at 4:41 PM, Sebastian Pop<sebpop@gmail.com> wrote:
> 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.

Note that Eric is not working on trunk but at most 4.4 ...

Richard.


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