[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #7

[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 Stefan Schulze Frielinghaus changed: What|Removed |Added Resolution|--- |FIXED Status|U

[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 --- Comment #5 from Richard Biener --- Ah, so maybe g:c961e94901eb793b1a18d431a1acf7f682eaf04f which has * gimple-if-to-switch.cc (find_conditions): Require equal precision for low and high of a range.

[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 Richard Biener changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 --- Comment #3 from Stefan Schulze Frielinghaus --- I still run into the same error with e4c02ce4ab6fce1148f4025360096f18764deadf

[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug tree-optimization/98094] ICE in decompose, at wide-int.h:984

2020-12-02 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98094 --- Comment #1 from Stefan Schulze Frielinghaus --- Reduced program: struct { unsigned a : 10 } b;