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

Re: Exceptions aborting the program


Hi Fernando,

 I am not sure, what is going on there. You might want
to create a small test case, which shows this behaviour,
and try to go through it using a debugger. That is, what
i intend to;)
 gcc/g++ does perform some checking off exception
specifications, but i have only seen warnings about
mismatching specifications on declarations and the
corresponding definitions, and that was using -pedantic -Wall

Yours sincerely,

Bjorn


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