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 libstdc++/64883] FAIL: 17_intro/headers/c++*/all_attributes.cc (test for excess errors) on x86_64-apple-darwin14


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.


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