summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch7.adb
AgeCommit message (Expand)Author
2025-11-21ada: Remove obsolete call to Establish_Transient_ScopeEric Botcazou
2025-11-21ada: Avoid incorrect errors for duplicate formal iterator namesBob Duff
2025-11-03ada: Fix another incorrectly nested procedureMarc Poulhiès
2025-11-03ada: Remove dependence on secondary stack for type with controlled componentGary Dismukes
2025-09-16ada: Revert "Remove dependence on secondary stack for type with controlled co...Gary Dismukes
2025-09-15ada: Remove dependence on secondary stack for type with controlled componentGary Dismukes
2025-09-09ada: Update the uses of Is_Ignored*_In_CodegenViljar Indus
2025-07-22ada: Add destructors extensionRonan Desplanques
2025-07-22ada: Fix generation of Initialize and Adjust callsRonan Desplanques
2025-07-22ada: Adding support to defer the addition of extra formalsJavier Miranda
2025-07-04ada: Fix selection of Finalize subprogram in untagged caseRonan Desplanques
2025-07-03ada: Fix crash with Finalizable in corner caseRonan Desplanques
2025-07-03ada: Fix typo in commentRonan Desplanques
2025-07-03ada: Fix assertion failure on finalizable aggregateRonan Desplanques
2025-07-01ada: Small tweak to latest changeEric Botcazou
2025-07-01ada: Fix wrong finalization of constrained subtype of unconstrained array typeEric Botcazou
2025-07-01ada: Small cleanup in the finalization machineryEric Botcazou
2025-06-30ada: Fix internal error on Ghost aspect applied to Big_IntegersEric Botcazou
2025-06-05ada: Spurious compilation error with repeated loop indexJavier Miranda
2025-01-07Update copyright years.Marc Poulhiès
2025-01-07ada: Fix internal error on container aggregate for bounded vectorsEric Botcazou
2025-01-03ada: Improve expansion of conditional expressions in object declarationsEric Botcazou
2024-12-13ada: Fix code indentationPiotr Trojanek
2024-12-12ada: Fix wrong finalization with private unconstrained array typeEric Botcazou
2024-12-12ada: Clean up and restrict usage of Initialization_StatementsEric Botcazou
2024-11-26ada: Add minimal support for address clause/aspect on controlled objectsEric Botcazou
2024-11-12ada: Fix internal error on instantiation of package with a nested ghost packageEric Botcazou
2024-11-12ada: Fix premature finalization of anonymous access result from library functionEric Botcazou
2024-11-12ada: Implement built-in-place expansion of container aggregatesEric Botcazou
2024-11-04ada: Split Library_Unit using multiple wrappersBob Duff
2024-08-08ada: Run-time error with GNAT-LLVM on container aggregate with finalizationGary Dismukes
2024-08-02ada: Clean up handling of inlining of finalizer proceduresRichard Kenner
2024-08-02ada: Finish up support for relaxed finalizationEric Botcazou
2024-08-01ada: Implement full relaxed finalization semantics for controlled objectsEric Botcazou
2024-08-01ada: Remove support for bodies in -gnatcegArnaud Charlet
2024-08-01ada: Couple of cleanups in finalization machineryEric Botcazou
2024-08-01ada: Remove obsolete workaroundEric Botcazou
2024-07-02ada: Fix bogus error on allocator in instantiation with private derived typesEric Botcazou
2024-06-27ada: Implement first half of Generalized FinalizationEric Botcazou
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek
2024-06-13ada: Fix segmentation fault on slice of array with Unbounded_String componentEric Botcazou
2024-06-13ada: Fix expansion of protected subprogram bodiesRonan Desplanques
2024-06-13ada: Fix too late finalization of temporary objectEric Botcazou
2024-06-10ada: Fix references to Ada RM in commentsPiotr Trojanek
2024-05-20ada: Add direct workaround for limitations of RTSfind mechanismEric Botcazou
2024-05-17ada: Replace spinlocks with fully-fledged locks in finalization collectionsEric Botcazou
2024-05-16ada: Remove obsolete reference in commentEric Botcazou
2024-05-16ada: Reset scope of top level object declaration during unnestingMarc Poulhiès
2024-05-16ada: Fixup one more pattern of broken scope informationMarc Poulhiès
2024-05-14ada: Document more details of the implementation of finalization chainsEric Botcazou