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/60256] No -Wuninitialized warning for strcpy copying to self


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

--- Comment #8 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
For strcpy(s, s) see Bug 65452, which also contains a patch for
-Wsame-arguments.

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