--- Additional Comments From charlet at gcc dot gnu dot org 2005-07-15
09:02 ---
Most likely your new kernel have stack execution disabled.
You would have the same issue with GNU C when using e.g. address of
nested procedures.
I guess at some point we might want to do something in GCC t
--- Additional Comments From info at softimp dot com dot au 2005-07-14
23:04 ---
Forgot to mention, this problem occurs only with GNAT (gcc C frontend works -
have compiled working kernel modules) on linux kernel 2.6.11-1.35_FC3. I have
reverted back to 2.6.11-1.14_FC3 and Ada/C fronten
--- Additional Comments From info at softimp dot com dot au 2005-07-14
22:57 ---
(In reply to comment #1)
> Can you attach conftest.adb?
Sure thing.
- BEGIN CONFTEST.ADB --
with Ada.Text_IO;
procedure Conftest is
Conftest_Ok : Ada.Text_IO.File_Type;
b
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-14
17:08 ---
Can you attach conftest.adb?
--
What|Removed |Added
CC|