[Bug target/88640] ICE in mark_reachable_handlers, at tree-eh.c:3926

2019-01-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88640 --- Comment #4 from Jakub Jelinek --- -Ofast -fsignaling-nans is a really weirdo combination of options, it says that NaNs aren't honored, but sNaNs are, so in this case it folds a _7 = 1.0 * _2 that is marked that could throw into just _7 = _2;

[Bug target/88640] ICE in mark_reachable_handlers, at tree-eh.c:3926

2019-01-01 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88640 --- Comment #3 from Segher Boessenkool --- It looks like a generic problem to me, fwiw.

[Bug target/88640] ICE in mark_reachable_handlers, at tree-eh.c:3926

2019-01-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88640 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #2

[Bug target/88640] ICE in mark_reachable_handlers, at tree-eh.c:3926

2018-12-31 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88640 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|