aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
2024-08-29ada: Use the same warning character in continuation messagesViljar Indus1-2/+2
2024-08-23ada: Fix style in lines starting with assignment operatorPiotr Trojanek1-7/+7
2024-08-02ada: Fix handling of iterated component associations with sub-aggregatesPiotr Trojanek1-3/+11
2024-08-02ada: Simplify manipulation of the list with loop actionsPiotr Trojanek1-1/+1
2024-08-02ada: Simplify code by reusing Choice_ListPiotr Trojanek1-4/+4
2024-08-02ada: Errors on legal container aggregates with iterated_element_associationsGary Dismukes1-0/+1
2024-08-02ada: Tweak container aggregate expansion codeRonan Desplanques1-18/+22
2024-08-01ada: Style fixes: remove blank lines following 'begin' keywordsGhjuvan Lacambre1-1/+0
2024-08-01ada: Fix internal error on limited aggregate in nested conditional expressionEric Botcazou1-15/+13
2024-08-01ada: Remove support for bodies in -gnatcegArnaud Charlet1-197/+6
2024-08-01ada: Allow making empty aggregates positionalRonan Desplanques1-2/+4
2024-07-02ada: Fix crash on box-initialized component with No_Default_InitializationEric Botcazou1-17/+24
2024-06-27ada: Implement first half of Generalized FinalizationEric Botcazou1-1/+1
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek1-10/+56
2024-06-14ada: Missing initialization of multidimensional array using slidingJavier Miranda1-21/+33
2024-05-20ada: Fix internal error on nested aggregate in conditional expressionEric Botcazou1-1/+3
2024-05-20ada: Extend expansion delaying mechanism to conditional expressionsEric Botcazou1-53/+148
2024-05-20ada: Resolve ACATS compilation and execution issues with container aggregatesGary Dismukes1-173/+271
2024-05-20ada: Another small cleanup about allocators and aggregatesEric Botcazou1-94/+94
2024-05-17ada: Improve deriving initial sizes for container aggregatesViljar Indus1-28/+55
2024-05-17ada: Remove outdated workaround in aggregate expansionRonan Desplanques1-5/+4
2024-05-17ada: Fix crash caused by missing New_Copy_treeMarc Poulhiès1-3/+6
2024-05-17ada: Small cleanup in aggregate expansion codeRonan Desplanques1-8/+8
2024-05-16ada: Exception on Indefinite_Vector aggregate with loop_parameter_specificationGary Dismukes1-15/+9
2024-05-16ada: Fix resolving tagged operations in array aggregatesViljar Indus1-2/+17
2024-05-14ada: Minor typo fix in commentMarc Poulhiès1-1/+1
2024-05-14ada: Small cleanup about allocators and aggregatesEric Botcazou1-16/+18
2024-05-14ada: Restore default size for dynamic allocations of discriminated typeEric Botcazou1-10/+8
2024-05-14ada: Factor out implementation of default initialization for objectsEric Botcazou1-2/+2
2024-05-13ada: Compiler crash on nonstatic container aggregates for Doubly_Linked_ListsGary Dismukes1-98/+149
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2024-01-09ada: Minor change replacing "not Present" tests with "No" testsGary Dismukes1-2/+2
2024-01-09ada: Excess elements created for indexed aggregates with iterator_specificationsGary Dismukes1-74/+77
2023-12-19ada: Fix crash on concurrent type aggregateRonan Desplanques1-3/+12
2023-12-19ada: Further cleanup in finalization machineryEric Botcazou1-1/+1
2023-11-30ada: Fix spelling of functions with(out) "side effects"Yannick Moy1-1/+1
2023-11-28ada: Type error on container aggregate with loop_parameter_specificationGary Dismukes1-2/+8
2023-11-21ada: Further cleanup in finalization machineryEric Botcazou1-8/+2
2023-11-21ada: Deep delta aggregatesSteve Baird1-8/+100
2023-11-07ada: Rename Is_Limited_View to reflect actual queryYannick Moy1-4/+6
2023-10-19ada: Simplify "not Present" with "No"Piotr Trojanek1-1/+1
2023-10-10ada: Fix bad finalization of limited aggregate in conditional expressionEric Botcazou1-3/+10
2023-09-15ada: Explicitly analyze and expand null array aggregatesPiotr Trojanek1-1/+4
2023-09-15ada: Fix internal error on aggregate nested in container aggregateEric Botcazou1-7/+9
2023-09-05ada: Crash on function returning empty Ada 2022 aggregateJavier Miranda1-1/+22
2023-07-28ada: Fix memory explosion on aggregate of nested packed array typeEric Botcazou1-1/+3
2023-07-18ada: Fix expanding container aggregates with Iterator specificationViljar Indus1-2/+5
2023-07-18ada: Fix internal error on aggregates of self-referencing typesEric Botcazou1-5/+8
2023-06-27ada: Fix expanding container aggregatesViljar Indus1-0/+1
2023-06-20ada: Fix internal error on aggregate within container aggregateEric Botcazou1-7/+9