This is the mail archive of the gcc-patches@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: [PATCH PR66638]Fix assertion failure by skip the case.


On Fri, Jun 26, 2015 at 1:03 PM, Bin Cheng <bin.cheng@arm.com> wrote:
> Hi,
> This patch fixes GCC's profiled bootstrap failure.  As comment added by in
> patch, it may still be possible to prove no overflow information for some
> scev, unfortunately it's a rare case observed during GCC profiled bootstrap.
> So for now I just skip it.
>
> Is this OK?

Ok.

Thanks,
Richard.

> Thanks,
> bin
>
> 2015-06-26  Bin Cheng  <bin.cheng@arm.com>
>
>         PR bootstrap/66638
>         * tree-ssa-loop-niter.c (loop_exits_before_overflow): Skip if
>         assertion failed.  Remove assertion itself.
>


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