[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230

2017-10-10 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78643 Jakub Jelinek changed: What|Removed |Added Target Milestone|5.5 |6.5 --- Comment #4 from Jakub Jelinek

[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230

2017-08-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78643 --- Comment #3 from Jakub Jelinek --- E.g. the following untested patch fixes it (or we could do it in the callers): --- gcc/expr.c.jj 2017-08-29 19:03:09.0 +0200 +++ gcc/expr.c 2017-08-30 02:09:33.150618229 +0200 @@ -7010,7

[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230

2017-08-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78643 --- Comment #2 from Jakub Jelinek --- I think the problem is that while TYPE_MODE has the hacks for vector types (vector_type_mode call), DECL_MODE doesn't have something similar. We have some hacks for this here and there.

[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230

2017-08-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78643 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230

2017-08-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78643 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Target Milestone|---

[Bug target/78643] [5/6/7/8 Regression] ICE in convert_move, at expr.c:230

2017-08-09 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78643 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|