[Bug tree-optimization/96915] ICE in tree-switch-conversion

2021-05-10 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96915 Martin Liška changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[Bug tree-optimization/96915] ICE in tree-switch-conversion

2020-09-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96915 Martin Liška changed: What|Removed |Added Known to fail|11.0| Known to work|

[Bug tree-optimization/96915] ICE in tree-switch-conversion

2020-09-21 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96915 --- Comment #5 from CVS Commits --- The master branch has been updated by Martin Liska : https://gcc.gnu.org/g:d726ecd9554a805d4a5e044cb21ca23a7f7ca49f commit r11-3320-gd726ecd9554a805d4a5e044cb21ca23a7f7ca49f Author: Martin Liska Date: Mon

[Bug tree-optimization/96915] ICE in tree-switch-conversion

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

[Bug tree-optimization/96915] ICE in tree-switch-conversion

2020-09-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96915 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org,

[Bug tree-optimization/96915] ICE in tree-switch-conversion

2020-09-03 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96915 --- Comment #2 from Richard Biener --- /* A switch on a constant should have been optimized in tree-cfg-cleanup. */ gcc_checking_assert (!TREE_CONSTANT (m_index_expr)); guess a POLY_INT_CST isn't really a constant so this check needs adjust

[Bug tree-optimization/96915] ICE in tree-switch-conversion

2020-09-03 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96915 ktkachov at gcc dot gnu.org changed: What|Removed |Added Known to fail||10.1.1 --- Comment #1 from