[Bug rtl-optimization/79150] ICE: in commit_one_edge_insertion, at cfgrtl.c:2077 for the gcc.dg/pr77834.c test

2017-02-24 Thread tomtab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79150 tomtab at gcc dot gnu.org changed: What|Removed |Added CC||tomtab at gcc dot gnu.org

[Bug rtl-optimization/79150] ICE: in commit_one_edge_insertion, at cfgrtl.c:2077 for the gcc.dg/pr77834.c test

2017-02-24 Thread tomtab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79150 --- Comment #5 from tomtab at gcc dot gnu.org --- Here are some more details about this failure: It is caused by "gcc_assert (!JUMP_P (last))" in commit_one_edge_insertion (gcc/cfgrtl.c:2077): if (returnju

[Bug rtl-optimization/79150] ICE: in commit_one_edge_insertion, at cfgrtl.c:2077 for the gcc.dg/pr77834.c test

2017-02-28 Thread tomtab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79150 --- Comment #7 from tomtab at gcc dot gnu.org --- Created attachment 40843 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40843&action=edit Generate a nop at the end of a looping memcpy This patch changes mips_block_move_loop to gen

[Bug rtl-optimization/80086] New: ICE: in extract_constrain_insn, at recog.c:2213 for the gcc.dg/vect/slp-perm-6.c test on MIPS

2017-03-17 Thread tomtab at gcc dot gnu.org
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: tomtab at gcc dot gnu.org Target Milestone: --- Created attachment 40995 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40995&acti

[Bug rtl-optimization/79150] ICE: in commit_one_edge_insertion, at cfgrtl.c:2077 for the gcc.dg/pr77834.c test

2017-03-21 Thread tomtab at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79150 --- Comment #8 from tomtab at gcc dot gnu.org --- Author: tomtab Date: Tue Mar 21 14:00:19 2017 New Revision: 246320 URL: https://gcc.gnu.org/viewcvs?rev=246320&root=gcc&view=rev Log: Apply temporary fix for PR rtl-optimization/791