https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114462
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- And another case to watch for is: void qux () { while (const bool b = bar ()) ; }
jakub at gcc dot gnu.org via Gcc-bugs Mon, 25 Mar 2024 04:55:27 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114462
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- And another case to watch for is: void qux () { while (const bool b = bar ()) ; }