https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65363
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Putting such assert at the beginning of the basic block might still be
incorrect, consider a call in the middle of the basic block that might not
return or loop forever.
