https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64883
--- Comment #17 from Jonathan Wakely <redi at gcc dot gnu.org> --- Author: redi Date: Sun Feb 1 15:11:08 2015 New Revision: 220318 URL: https://gcc.gnu.org/viewcvs?rev=220318&root=gcc&view=rev Log: PR libstdc++/64883 * include/c_global/cstdio (gets): Use __deprecated__ attribute instead of deprecated. * include/c_std/cstdio (gets): Likewise. * testsuite/17_intro/headers/c++1998/all_attributes.cc: Avoid clashing with attributes used in darwin headers. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/c_global/cstdio trunk/libstdc++-v3/include/c_std/cstdio trunk/libstdc++-v3/testsuite/17_intro/headers/c++1998/all_attributes.cc