exception comes to Windows!
YT
Arnaud Charlet wrote:
I can not catch the exception of Ada after gcc-4.1-20051125 on Windows.
I confirmed with 4.1.0 20051202 and 4.1.0 20051209.
Hmm, I guess the following patch will fix this.
The issue is that we're using GCC dwarf2 EH mechanim by default
> I can not catch the exception of Ada after gcc-4.1-20051125 on Windows.
> I confirmed with 4.1.0 20051202 and 4.1.0 20051209.
Hmm, I guess the following patch will fix this.
The issue is that we're using GCC dwarf2 EH mechanim by default under Windows,
using yet to be submitted mi
I can not catch the exception of Ada after gcc-4.1-20051125.
I think, it seems probrem:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01075.html
That patch removed calling builtin_longjmp from a-except.adb's
Process_Raise_Exception.
YT
p.s.
Hello, excuse my poor english.
I can not catch the exception of Ada after gcc-4.1-20051125 on Windows.
I confirmed with 4.1.0 20051202 and 4.1.0 20051209.
I think, it seems probrem:
http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01075.html
That patch removed calling builtin_longjmp from a