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++/44647] std::nothrow and std::bad_alloc are coupled


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44647

--- Comment #6 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2010-10-05 09:42:03 UTC ---
Author: paolo
Date: Tue Oct  5 09:41:57 2010
New Revision: 164973

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164973
Log:
2010-10-05  Sebastian Huber  <sebastian.huber@embedded-brains.de>
        Jonathan Wakely  <jwakely.gcc@gmail.com>

    PR libstdc++/44647
    * libsupc++/Makefile.am (sources): Add bad_alloc.cc.
    * libsupc++/new_handler.cc (bad_alloc): Move to ...
    * libsupc++/bad_alloc.cc (bad_alloc): ... here, new file.
    * libsupc++/Makefile.in: Regenerate.

Added:
    trunk/libstdc++-v3/libsupc++/bad_alloc.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/Makefile.am
    trunk/libstdc++-v3/libsupc++/Makefile.in
    trunk/libstdc++-v3/libsupc++/new_handler.cc


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