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

Arnaud Charlet <charlet at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |charlet at gcc dot gnu.org

--- Comment #14 from Arnaud Charlet <charlet at gcc dot gnu.org> ---
As discussed on gcc-patches@, this isn't the right approach after all.
Instead, you should set Suppress_Standard_Library_On_Target to False in
your target system.ads, this is the only combination that is supported by the
binder and the runtime to enable finalization in a restructed runtime.

Arno

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