[Bug libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14
iains at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Feb 1 12:34:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883
--- Comment #13 from Iain Sandoe <iains at gcc dot gnu.org> ---
FWIW I noticed:
$ grep --exclude \*.svn\* -rH \(\(deprecated\)\) libstdc++-v3
libstdc++-v3/include/c_global/cstdio:extern "C" char* gets (char* __s)
__attribute__((deprecated));
libstdc++-v3/include/c_std/cstdio:extern "C" char* gets (char* __s)
__attribute__((deprecated));
Which will only fire for non-glibc targets.
More information about the Gcc-bugs
mailing list