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
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
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
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
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