Hello.
gcc-4.2-20061007 and gcc-4.2-20061014 failed to build on MinGW.
Does anybody see the same and understand?
I used the options for configure that was --prefix=/mingw and
--enabled-languages.
My platform is WindowsXP, with MinGW and MSYS.
Thank you.
YT
Case 1, C only:
...
/home/usr/buil
Hello.
In Japanese version Windows, package Ada.Directories often raises
Name_Error with DBCS-filename. I was shocked that Get_Next_Entry
reported error when reading dir.
I looked for the reason and found gcc/ada/mingw32.h.
#define GNAT_UNICODE_SUPPORT was commented out.
If GNAT_UNICODE_SUPPORT wa
Thank you, I confirmed to catch the exception with 4.1.0-20051209.
> The issue is that we're using GCC dwarf2 EH mechanim by default under
Windows,
> using yet to be submitted mingw patches, so this support cannot be
> enabled yet at the FSF.
It's wonderful that zero cost exception comes to Win
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-except.ad