RE: ICE in gcc.dg/pr77834.c test for MIPS

2017-02-24 Thread Toma Tabacu
> From: Segher Boessenkool > > Ah. Is there a PR for it yet? Please open one, if not. > Yes, PR79150. I got carried away with the mailing and forgot about the PR, sorry. I have updated the PR thread with all of the things we've discussed in this thread (and some more). Let's continue this di

RE: ICE in gcc.dg/pr77834.c test for MIPS

2017-02-23 Thread Toma Tabacu
Hi Segher, Thank you for replying. > From: Segher Boessenkool > > This happens when you have inserted code ending in a jump on an edge. > This then will need updating of the CFG, and this code does not know > how to do that. > Would the following be an appropriate solution ? diff --git a/gcc/

ICE in gcc.dg/pr77834.c test for MIPS

2017-02-16 Thread Toma Tabacu
for this assert and this code hasn't been touched in a long time, so I'm not sure it's necessary. It looks to me like it was added more out of habit rather than for a specific reason. I ran the testsuite (only for the MIPS target and only GCC tests) without the problematic assert and there were no extra failures. I would be grateful for any help with this. Regards, Toma Tabacu