https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109112
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pinskia at gcc dot gnu.org --- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I saw this in QT code now. QT's vector code does what libstdc++ does for vector but using assume rather than `if(a) unreachable()` and this causes `.ASSUME (&foo, arg1, arg2, arg3);` to happen.