[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

2019-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90856 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

2019-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90856 --- Comment #6 from Richard Biener --- Author: rguenth Date: Thu Jun 13 13:03:13 2019 New Revision: 272244 URL: https://gcc.gnu.org/viewcvs?rev=272244=gcc=rev Log: 2019-06-13 Richard Biener PR tree-optimization/90856 *

[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

2019-06-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90856 --- Comment #5 from Jakub Jelinek --- Created attachment 46487 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46487=edit gcc10-pr90856.patch Untested fix.

[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

2019-06-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90856 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned

[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

2019-06-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90856 Richard Biener changed: What|Removed |Added Keywords||wrong-code CC|

[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

2019-06-12 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90856 --- Comment #2 from Martin Liška --- Reduced test-case: $ cat ice.c typedef struct { int v; } S1; S1 clearS1() {} typedef struct { S1 s1[4]; } S2; void clearS2(__seg_gs S2 *p, int n) { for (int i = 0; i < n; ++i) p->s1[i] =

[Bug tree-optimization/90856] [10 Regression] ICE: verify_gimple failed (error: incompatible types in 'PHI' argument 1)

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