[Bug ada/66390] New: Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2015-06-02 Thread tornenvi at gmail dot com
Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: tornenvi at gmail dot com Target Milestone: --- Created attachment 35685 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35685&action=edit Progr

[Bug ada/66390] Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2015-06-02 Thread tornenvi at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66390 --- Comment #1 from tornenvi at gmail dot com --- Created attachment 35686 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35686&action=edit Test case file Test.txt that shows the issue for the program FileRead

[Bug ada/66390] Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2015-06-04 Thread tornenvi at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66390 --- Comment #2 from tornenvi at gmail dot com --- also note that line 84 of \gcc\ada\a-tigeli.adb reads memset (S, 10, size_t (N)); I believe the hardcoded '10' here should be 'LM'

[Bug ada/104767] New: GNAT.Serial_Communications windows package allows/causes multiple closing of the same windows handle.

2022-03-02 Thread tornenvi at gmail dot com via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada Assignee: unassigned at gcc dot gnu.org Reporter: tornenvi at gmail dot com Target Milestone: --- Created attachment 52554 --> https://gcc.gnu.org/bugzilla/attachment.cgi

[Bug ada/104767] GNAT.Serial_Communications windows package allows/causes multiple closing of the same windows handle.

2022-03-03 Thread tornenvi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104767 --- Comment #1 from tornenvi at gmail dot com --- Bug report should be referring to calls to 'Open' instead of 'Connect'.

[Bug ada/104767] GNAT.Serial_Communications windows package allows/causes multiple closing of the same windows handle.

2022-03-03 Thread tornenvi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104767 --- Comment #2 from tornenvi at gmail dot com --- Created attachment 52558 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52558&action=edit Test program to demonstrate problem Adding test program code gnatserialerrortest2.adb to hi

[Bug ada/66390] Text_IO.Get_Line does not correctly handle missing line marker for last line in all cases

2022-03-24 Thread tornenvi at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66390 tornenvi at gmail dot com changed: What|Removed |Added Resolution|WONTFIX |FIXED --- Comment #5 from