https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116687
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE: verify_flow_info |__builtin_return vs simd |failed (error: return edge |attribute |does not point to exit in | |bb 2) with simd attribute | Keywords| |ice-checking Known to fail| |6.1.0 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I suspect we want to error out or print a sorry message instead of doing an ICE. Confirmed. Also we only ICE with checking enabled.