[Bug target/92723] ICE in expand_shift_1, at expmed.c:2635

2019-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92723 --- Comment #3 from Jakub Jelinek --- Slightly adjusted, so that there are no warnings on it, with -O2 -std=c++17 -Wall -W when it compiles successfully, and with s/O2/O3/ when there is the ICE: template struct d; template struct d { typedef e

[Bug target/92723] ICE in expand_shift_1, at expmed.c:2635

2019-11-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92723 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/92723] ICE in expand_shift_1, at expmed.c:2635

2019-11-29 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92723 Richard Biener changed: What|Removed |Added Keywords||ice-on-valid-code, |