[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

2018-03-16 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 --- Comment #3 from David Malcolm --- Another one: void test (char *dst, const char *src) { strncpy (dst, 10, src); } In function 'void test(char*, const char*)': :3:5: error: 'strncpy' was not declared in this scope strncpy (dst, 10,

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

2018-02-14 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 --- Comment #2 from David Malcolm --- Another one: std::make_tuple ...and so on.

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

2018-02-13 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 --- Comment #1 from David Malcolm --- Another one: presumably we should suggest when "std::move" isn't recognized (though maybe we need some smarts to deal with pre C++11 here)

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 David Malcolm changed: What|Removed |Added Priority|P3 |P5

[Bug c++/84269] C++ FE does not suggest which #include to use for "memset"

2018-02-07 Thread dmalcolm at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84269 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|