http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46513
--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2010-11-17 10:43:51 UTC --- (In reply to comment #3) > I know "finding the replacement" is not a GCC issue, but perhaps folks who > need > to the *nix safe string gear can use TR24731-2 (not TR24731-1), which is POSIX > and includes strl* and friends. TR24731-2 does include functions from POSIX, but the only string handling ones in n1337 are strdup and strndup, not strl* - and I might be wrong but I don't know of any plans to add strl* to POSIX. Besides, anything in C1x will not make it into a C++ standard for many years, we're still trying to get C++0x finished and new features won't be added now. Maybe this request should be for the C front end? Otherwise you're requesting warnings in C++ code about functions for which there are no portable, standardised alternative available.