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 c++/79095] [7 regression] spurious stringop-overflow warning


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

--- Comment #12 from Jeffrey A. Law <law at redhat dot com> ---
With the v.size() > 0 guard enabled and my VRP tweaks I get no warnings.  Plan
is to either polish up the VRP tweaks or turn them into a match.pd pattern. 
Not sure which is going to be better yet.

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