> Thank you for confirming it wasn't just me or my configuration. This > looks like a serious issue to me.
It's partly your configuration, this presumably doesn't happen on platforms that use DWARF-2 exception handling, i.e. most native platforms (I just re-tested SPARC/Solaris), probably why nobody had noticed until recently. Does RTEMS support DWARF-2 EH? If so, change the following lines to True ZCX_By_Default : constant Boolean := False; GCC_ZCX_Support : constant Boolean := False; in system-rtems.ads. -- Eric Botcazou