This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

[v3] fix libstdc++/43863


This moves the definition of the recursive_init_error destructor to a
separate file so that users who build the library with -fno-exceptions
and link to the static libstdc++.a are not forced to pull in the
exception class.

2011-02-09  Jonathan Wakely  <jwakely.gcc@gmail.com>

        PR libstdc++/43863
        * libsupc++/guard.cc (recursive_init_error::~recursive_init_error):
        Move to ...
        * libsupc++/guard_error.cc: ... new file.
        * libsupc++/Makefile.am: Update.
        * libsupc++/Makefile.in: Regenerate.

Tested x86_64-linux, and bootstrapped with
--enable-cxxflags=-fno-exceptions, committed to trunk.

Attachment: 43863.txt
Description: Text document


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