[Bug ada/38882] New: Ada: GCC accepts incorrect deferred constant declaration

2009-01-16 Thread tero dot koskinen at iki dot fi
: tero dot koskinen at iki dot fi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38882

[Bug ada/34644] New: Ada runtime build failure on OpenBSD, missing clearenv()

2008-01-02 Thread tero dot koskinen at iki dot fi
Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tero dot koskinen at iki dot fi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34644

[Bug ada/34644] Ada runtime build failure on OpenBSD, missing clearenv()

2008-01-02 Thread tero dot koskinen at iki dot fi
--- Comment #1 from tero dot koskinen at iki dot fi 2008-01-02 16:37 --- Created an attachment (id=14855) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14855action=view) Fix for OpenBSD/clearenv() issue Patch attached, in case the url in the summary does not work. -- http

[Bug ada/34645] New: Ada.Text_IO.Get_Immediate does not work on OpenBSD

2008-01-02 Thread tero dot koskinen at iki dot fi
: unassigned at gcc dot gnu dot org ReportedBy: tero dot koskinen at iki dot fi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34645

[Bug ada/34645] Ada.Text_IO.Get_Immediate does not work on OpenBSD

2008-01-02 Thread tero dot koskinen at iki dot fi
--- Comment #1 from tero dot koskinen at iki dot fi 2008-01-02 16:52 --- Created an attachment (id=14856) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14856action=view) Fix for Ada.Text_IO.Get_Immediate on OpenBSD Patch attached, in case the url in the summary does not work

[Bug ada/34646] New: Ada runtime missing floating point and error handler initialization on OpenBSD

2008-01-02 Thread tero dot koskinen at iki dot fi
at gcc dot gnu dot org ReportedBy: tero dot koskinen at iki dot fi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34646

[Bug ada/34646] Ada runtime missing floating point and error handler initialization on OpenBSD

2008-01-02 Thread tero dot koskinen at iki dot fi
--- Comment #1 from tero dot koskinen at iki dot fi 2008-01-02 17:13 --- Created an attachment (id=14857) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14857action=view) Initialize Ada runtime's floating point support and error handler on OpenBSD Patch attached if the url

[Bug ada/34647] New: Ada runtime includes unsafe calls to mktemp and tmpname on OpenBSD

2008-01-02 Thread tero dot koskinen at iki dot fi
on OpenBSD Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tero dot koskinen at iki dot fi http://gcc.gnu.org/bugzilla

[Bug ada/34717] New: Ada runtime improvements for OpenBSD to enable tasking and related features

2008-01-08 Thread tero dot koskinen at iki dot fi
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tero dot koskinen at iki dot fi http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34717

[Bug ada/34717] Ada runtime improvements for OpenBSD to enable tasking and related features

2008-01-08 Thread tero dot koskinen at iki dot fi
--- Comment #1 from tero dot koskinen at iki dot fi 2008-01-08 19:59 --- Created an attachment (id=14904) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14904action=view) Ada tasking for OpenBSD The patch attached in case the url does not work. -- http://gcc.gnu.org/bugzilla

[Bug ada/35050] [4.x regression] renames entities not in symbol table

2008-02-29 Thread tero dot koskinen at iki dot fi
--- Comment #2 from tero dot koskinen at iki dot fi 2008-02-29 15:52 --- Created an attachment (id=15246) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15246action=view) Fix .ali file parsing in xref_lib.adb. The patch attached in case the url doesn't work. -- http

[Bug ada/35050] [4.x regression] renames entities not in symbol table

2008-02-29 Thread tero dot koskinen at iki dot fi
--- Comment #1 from tero dot koskinen at iki dot fi 2008-02-29 15:50 --- I think the problem is in Xref_lib package (xref_lib.adb). It doesn't parse the current .ali file format properly. The patch (against gcc-trunk r131693) at http://iki.fi/tero.koskinen/gcc/gcc-ada

[Bug ada/42948] Generic instantiation inside protected object bug box

2010-02-03 Thread tero dot koskinen at iki dot fi
--- Comment #4 from tero dot koskinen at iki dot fi 2010-02-03 20:47 --- Another Ada compiler (Janus/Ada) accepts the code and gives following output when the program is ran: [C:\work\tests\rw1]main 0 0 0 0 0 0 0 0 0 0 [C:\work\tests\rw1] Which is probably the expected

[Bug ada/42974] New: Array slice assignment is missing bounds checking for the source array

2010-02-05 Thread tero dot koskinen at iki dot fi
for the source array Product: gcc Version: unknown Status: UNCONFIRMED Severity: major Priority: P3 Component: ada AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tero dot koskinen at iki dot fi http