On 08/20/2009 11:36 PM, Ian Lance Taylor wrote:
Ironically, -freorder-blocks-and-partition, which seems tailor-made to fix this, is disabled when exception handling is used.
This is no longer true: 2009-08-07 Jakub Jelinek <ja...@redhat.com> ... * opts.c: Include except.h. (decode_options): Allow -freorder-blocks-and-partition with exceptions, unless SJLJ or TARGET_UNWIND_INFO. Jason