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]

Re: exception scheme checking


Nathan Sidwell wrote:
This patch fixes an issue I discovered in the exception scheme checking of except.h. It wasn't fully validating the consistency of the sjlj/dwarf macros, leading to later confusing build failures.

The patch makes the errors more explicit, and adds a final double check to catch any condition not previously diagnosed (as happens if one naively tries to turn on dwarf-eh for pre-eabi arm).

OK.


--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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