Re: Exceptions in ARM

2014-02-28 Thread Mike
On Saturday, 1 March 2014 at 07:26:16 UTC, Timo Sintonen wrote: I investigated this a little. It seems that the processor gets a fault interrupt when calling _Unwind_RaiseException in _d_throw. The status bits indicate an invalid instruction code. When looking at the disassembly I see that the

Re: Exceptions in ARM

2014-02-28 Thread Timo Sintonen
On Saturday, 1 March 2014 at 02:59:37 UTC, Mike wrote: On Friday, 28 February 2014 at 21:18:05 UTC, Timo Sintonen wrote: On Wednesday, 8 January 2014 at 19:13:36 UTC, Timo Sintonen wrote: On Wednesday, 8 January 2014 at 15:52:25 UTC, Johannes Pfau wrote: Stupid question, but are C++ excepti

Re: Exceptions in ARM

2014-02-28 Thread Mike
On Friday, 28 February 2014 at 21:18:05 UTC, Timo Sintonen wrote: On Wednesday, 8 January 2014 at 19:13:36 UTC, Timo Sintonen wrote: On Wednesday, 8 January 2014 at 15:52:25 UTC, Johannes Pfau wrote: Stupid question, but are C++ exceptions working for you? I think we don't change anything i

Re: Exceptions in ARM

2014-02-28 Thread Timo Sintonen
On Wednesday, 8 January 2014 at 19:13:36 UTC, Timo Sintonen wrote: On Wednesday, 8 January 2014 at 15:52:25 UTC, Johannes Pfau wrote: Stupid question, but are C++ exceptions working for you? I think we don't change anything inthe compiler related to exception handling, so if C++ worked and