Re: [PATCH PR66638]Fix assertion failure by skip the case.

2015-06-26 Thread Richard Biener
On Fri, Jun 26, 2015 at 1:03 PM, Bin Cheng 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 n

[PATCH PR66638]Fix assertion failure by skip the case.

2015-06-26 Thread Bin Cheng
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? Thanks, bin 2015-06-26 Bin