[Bug debug/70628] [5 regression] ICE in get_reg_rtx, at emit-rtl.c:1025

2016-07-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70628

Jakub Jelinek  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from Jakub Jelinek  ---
Fixed.

[Bug debug/70628] [5 regression] ICE in get_reg_rtx, at emit-rtl.c:1025

2016-07-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70628

--- Comment #14 from Jakub Jelinek  ---
Author: jakub
Date: Thu Jul  7 12:39:40 2016
New Revision: 238092

URL: https://gcc.gnu.org/viewcvs?rev=238092=gcc=rev
Log:
Backported from mainline
2016-04-13  Jakub Jelinek  

PR debug/70628
* explow.c (convert_memory_address_addr_space_1): Formatting fix.

PR debug/70628
* rtl.h (convert_memory_address_addr_space_1): New prototype.
* explow.c (convert_memory_address_addr_space_1): No longer static,
add NO_EMIT argument and don't call convert_modes if true, pass
it down recursively, remove break after return.
(convert_memory_address_addr_space): Adjust caller.
* simplify-rtx.c (simplify_unary_operation_1): Call
convert_memory_address_addr_space_1 instead of convert_memory_address,
if it returns NULL, don't simplify.

* gcc.dg/torture/pr70628.c: New test.

Added:
branches/gcc-5-branch/gcc/testsuite/gcc.dg/torture/pr70628.c
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/explow.c
branches/gcc-5-branch/gcc/rtl.h
branches/gcc-5-branch/gcc/simplify-rtx.c
branches/gcc-5-branch/gcc/testsuite/ChangeLog

[Bug debug/70628] [5 regression] ICE in get_reg_rtx, at emit-rtl.c:1025

2016-06-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70628

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|5.4 |5.5

--- Comment #13 from Richard Biener  ---
GCC 5.4 is being released, adjusting target milestone.

[Bug debug/70628] [5 regression] ICE in get_reg_rtx, at emit-rtl.c:1025

2016-04-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70628

--- Comment #12 from Jakub Jelinek  ---
Author: jakub
Date: Wed Apr 13 13:57:29 2016
New Revision: 234937

URL: https://gcc.gnu.org/viewcvs?rev=234937=gcc=rev
Log:
PR debug/70628
* explow.c (convert_memory_address_addr_space_1): Formatting fix.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/explow.c

[Bug debug/70628] [5 regression] ICE in get_reg_rtx, at emit-rtl.c:1025

2016-04-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70628

Jakub Jelinek  changed:

   What|Removed |Added

Summary|[5/6 regression] ICE in |[5 regression] ICE in
   |get_reg_rtx, at |get_reg_rtx, at
   |emit-rtl.c:1025 |emit-rtl.c:1025

--- Comment #11 from Jakub Jelinek  ---
Fixed on the trunk so far.