aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
2025-01-13ada: Unbounded recursion on character aggregates with predicated component su...Gary Dismukes1-5/+6
2025-01-07Update copyright years.Marc Poulhiès1-1/+1
2025-01-07ada: Fix violations of GNAT-specific GNATcheck rulesPiotr Trojanek1-2/+2
2024-12-13ada: Cleanup preanalysis of static expressionsJavier Miranda1-12/+5
2024-12-13ada: Fix code indentationPiotr Trojanek1-7/+7
2024-12-13ada: Fix breakage of GNATprove introduced by latest changeEric Botcazou1-2/+3
2024-12-13ada: Further work in semantic analysis of iterated component associationsEric Botcazou1-84/+74
2024-11-14ada: Improved legality checking for deep delta aggregates.Steve Baird1-4/+197
2024-11-12ada: Fix assertion failure on null aggregate in generic with pragma Ada_2022Eric Botcazou1-1/+1
2024-11-12ada: Remove couple of irregular calls to Resolve_Aggr_ExprEric Botcazou1-32/+12
2024-11-12ada: Fix internal error on nested iterated component associationsEric Botcazou1-34/+60
2024-11-04ada: Propagate resolution status from Resolve_Iterated_Component_AssociationEric Botcazou1-10/+13
2024-11-04ada: Remove dead code in Resolve_Iterated_Component_AssociationEric Botcazou1-13/+3
2024-10-08ada: Reject mixed container aggregatesViljar Indus1-8/+17
2024-09-03ada: Reject illegal array aggregates as per AI22-0106.Steve Baird1-17/+97
2024-08-29ada: Proper handling for iterator associations in array aggregatesGary Dismukes1-1/+61
2024-08-02ada: Fix handling of iterated component associations with sub-aggregatesPiotr Trojanek1-0/+9
2024-08-02ada: Simplify code by reusing Choice_ListPiotr Trojanek1-7/+1
2024-08-02ada: Errors on legal container aggregates with iterated_element_associationsGary Dismukes1-1/+1
2024-08-01ada: Miscomputed bounds for inner null array aggregatesJavier Miranda1-4/+2
2024-08-01ada: Allow making empty aggregates positionalRonan Desplanques1-17/+36
2024-07-02ada: Miscomputed bounds for inner null array aggregatesJavier Miranda1-31/+384
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek1-2/+22
2024-06-10ada: Minor code adjustment to "not Present" testGary Dismukes1-1/+1
2024-06-10ada: Resolve compilation issues with container aggregates in draft ACATS B testsGary Dismukes1-6/+20
2024-05-20ada: Error on instantiation of generic containing legal container aggregateGary Dismukes1-9/+8
2024-05-20ada: Error on instantiation of generic containing legal container aggregateGary Dismukes1-17/+5
2024-05-20ada: Resolve ACATS compilation and execution issues with container aggregatesGary Dismukes1-100/+282
2024-05-17ada: Clarify code for aggregate warningsRonan Desplanques1-27/+25
2024-05-17ada: Fix others error message locationRonan Desplanques1-24/+19
2024-05-17ada: Update docs for Resolve_Null_Array_AggregateRonan Desplanques1-6/+6
2024-05-06ada: Fix spurious warning emissionRonan Desplanques1-1/+12
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2024-01-09ada: Fix uses of not PresentPiotr Trojanek1-1/+1
2024-01-09ada: Remove unreachable code in Resolve_Extension_AggregateEric Botcazou1-38/+1
2023-12-19ada: Missing error on positional container aggregates for types with Add_NamedGary Dismukes1-3/+17
2023-12-19ada: Compiler hangs on container aggregate with function call as key expressionGary Dismukes1-2/+2
2023-12-19ada: Fix spurious visibility error on parent's component in instanceEric Botcazou1-6/+2
2023-11-28ada: Errors on instance of Multiway_Trees with discriminated typeGary Dismukes1-270/+4
2023-11-21ada: Compiler crash on container aggregate with loop_parameter_specificationsGary Dismukes1-1/+17
2023-11-21ada: Deep delta aggregates in postconditionsSteve Baird1-1/+4
2023-11-21ada: Deep delta aggregates cleanup.Steve Baird1-1/+1
2023-11-21ada: Deep delta aggregatesSteve Baird1-49/+239
2023-11-07ada: Rename Is_Limited_View to reflect actual queryYannick Moy1-1/+1
2023-09-15ada: Explicitly analyze and expand null array aggregatesPiotr Trojanek1-1/+4
2023-09-05ada: Crash on function returning empty Ada 2022 aggregateJavier Miranda1-0/+14
2023-07-18ada: Avoid iterator conflicts in container aggregatesViljar Indus1-1/+14
2023-07-18ada: Apply correct element type for container aggregatesViljar Indus1-7/+5
2023-07-18ada: Fix internal error on aggregates of self-referencing typesEric Botcazou1-4/+7
2023-06-15ada: Cleanup analysis of iterated component associationPiotr Trojanek1-7/+5