This is the mail archive of the gcc-patches@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]

[v3] -fno-exception cleanups


As has been noticed, some of the usage of the forwarding functions in
functexcept.h (ie __throw_*) has gotten a bit funky. 

This fixes up the situation. Some of the testsuite support library
exception classes have been removed, and replaced with the stdexception
classes that they were derived from. Well, all of them. This is easier
than going through hoops to support -fno-exceptions, and it turns out
that most of them were not really used anyway. 

tested x86/linux

-benjamin

Attachment: p.20050105
Description: Text document


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