[Bug tree-optimization/87952] Missed optimization for std::get_if on std::variant

2020-10-27 Thread dangelog at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87952 Giuseppe D'Angelo changed: What|Removed |Added CC||dangelog at gmail dot com --- Commen

[Bug tree-optimization/87952] Missed optimization for std::get_if on std::variant

2018-11-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87952 --- Comment #1 from Richard Biener --- I belive I've seen dups for this. We merely isolate those paths but do not remove them (removing them might end up as a security issue).