This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/83239] False positive from -Wstringop-overflow on simple std::vector code


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83239

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at redhat dot com

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
Jeff, do you have a preference for how to handle this?  Should we revisit the
trap approach or or try to handle it in VRP (if that's where it breaks down)?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]