This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/66205] gnatbind generates invalid code when finalization is enabled in restricted runtime


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66205

--- Comment #2 from simon at pushface dot org ---
As a side note, AdaCoreâs document on âThe GNAT Configurable Run Time
Facilityâ, section 5.5.2[1], says about Suppress_Standard_Library "All
finalization and initialization (controlled types) is omittedâ. I donât think
this is right; the only part of the standard s-stalib related to finalization
is the procedure Adafinal, which is I think irrelevant to a runtime that
doesnât support program termination.

[1]
http://docs.adacore.com/gnathie_ug-docs/html/gnathie_ug/gnathie_ug/the_gnat_configurable_run_time_facility.html#specification-of-configuration-parameters

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]