[Bug ada/83027] program hangs when Ada.Text_IO is with'ed both in executable and shared library

2017-11-21 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83027 --- Comment #22 from Eric Botcazou --- > Adding binder flag -F solves the problem in the attached examples > https://gcc.gnu.org/bugzilla/attachment.cgi?id=42630 and > https://gcc.gnu.org/bugzilla/attachment.cgi?id=42666 but not in my real code:

[Bug ada/83027] program hangs when Ada.Text_IO is with'ed both in executable and shared library

2017-11-21 Thread porton at narod dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83027 --- Comment #21 from Victor Porton --- @Eric Botcazou: Adding binder flag -F solves the problem in the attached examples https://gcc.gnu.org/bugzilla/attachment.cgi?id=42630 and https://gcc.gnu.org/bugzilla/attachment.cgi?id=42666 but not in my

[Bug ada/83027] program hangs when Ada.Text_IO is with'ed both in executable and shared library

2017-11-21 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83027 --- Comment #20 from Eric Botcazou --- > Thanks for the small reproducer. This has apparently never worked > correctly... And the workaround is to pass -F to gnatbind for the main program.

[Bug ada/83027] program hangs when Ada.Text_IO is with'ed both in executable and shared library

2017-11-21 Thread simon at pushface dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83027 simon at pushface dot org changed: What|Removed |Added CC||simon at pushface dot org ---

[Bug ada/83027] program hangs when Ada.Text_IO is with'ed both in executable and shared library

2017-11-20 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83027 Eric Botcazou changed: What|Removed |Added Keywords|wrong-code | Status|WAITING