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
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
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'.
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
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'
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
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