Re: [PATCH][MIPS] Fix ICE in bitmap routines with LRA and inline assembly language

2014-09-18 Thread Eric Christopher
On Thu, Sep 18, 2014 at 1:11 PM, Eric Christopher wrote: > > > > On Wed, Sep 10, 2014 at 3:39 AM, Matthew Fortune > wrote: >> >> > The patch is ok to commit. I think I made a typo as other analogous >> > code contains '|='. >> > >> > Thanks for fixing this, Robert. >> >> The LRA part of this is

RE: [PATCH][MIPS] Fix ICE in bitmap routines with LRA and inline assembly language

2014-09-10 Thread Matthew Fortune
> The patch is ok to commit. I think I made a typo as other analogous > code contains '|='. > > Thanks for fixing this, Robert. The LRA part of this is committed as r215119. Eric: Is the test OK to commit for MIPS? I suggest removing the dg-skip-if as the test is for successful compilation, not

Re: [PATCH][MIPS] Fix ICE in bitmap routines with LRA and inline assembly language

2014-09-09 Thread Vladimir Makarov
On 2014-09-09 5:39 AM, Robert Suchanek wrote: Hi, Following up the problem reported https://gcc.gnu.org/ml/gcc/2014-09/msg00094.html I am attaching the patch fixing the internal compiler error. The problem appeared to be that the current program point was not incremented after changing livelin

[PATCH][MIPS] Fix ICE in bitmap routines with LRA and inline assembly language

2014-09-09 Thread Robert Suchanek
Hi, Following up the problem reported https://gcc.gnu.org/ml/gcc/2014-09/msg00094.html I am attaching the patch fixing the internal compiler error. The problem appeared to be that the current program point was not incremented after changing liveliness of a pseudo. In the attached testcase, an e