r195961 - in /trunk/libstdc++-v3: ChangeLog inc...
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Mon Feb 11 23:42:00 GMT 2013
Author: paolo
Date: Mon Feb 11 23:42:43 2013
New Revision: 195961
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195961
Log:
2013-02-11 Paolo Carlini <paolo.carlini@oracle.com>
* include/c_std/cstdlib (at_quick_exit, quick_exit): Do not declare.
* include/c_global/cstdlib (at_quick_exit, quick_exit): Declare only
in C++11 mode and if available in the underlying C library.
* testsuite/18_support/quick_exit/quick_exit.cc: Compile with
-std=gnu++11; check _GLIBCXX_HAVE_AT_QUICK_EXIT and
_GLIBCXX_HAVE_QUICK_EXIT.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/c_global/cstdlib
trunk/libstdc++-v3/include/c_std/cstdlib
trunk/libstdc++-v3/testsuite/18_support/quick_exit/quick_exit.cc
More information about the Gcc-cvs
mailing list