https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80151
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So what about: if (vec.size()) Yes it could/should be if(!vec.empty()) But still.
pinskia at gcc dot gnu.org via Gcc-bugs Tue, 30 Sep 2025 04:44:38 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80151
--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> --- So what about: if (vec.size()) Yes it could/should be if(!vec.empty()) But still.