aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-13ada: Fix decoration of iterated component association for GNATprovePiotr Trojanek1-8/+1
2023-06-13ada: Fix iterated component initializationMarc Poulhiès1-3/+8
2023-06-13ada: Support new GNAT-specific aspect Ghost_PredicateYannick Moy1-4/+8
2023-05-29ada: Remove extra whitespace from FOR loopsPiotr Trojanek1-1/+1
2023-05-29ada: Crash on aggregate for tagged record with discriminantsJavier Miranda1-1/+1
2023-05-26ada: Default initialize entity to avoid CodePeer messageYannick Moy1-0/+6
2023-05-26ada: Cleanups in handling of aggregatesPiotr Trojanek1-1/+0
2023-05-25ada: Missing warning on null-excluding array aggregate componentJavier Miranda1-3/+160
2023-05-25ada: Use procedural variant of Next_Index where possiblePiotr Trojanek1-3/+3
2023-05-25ada: Fix (again) incorrect handling of Aggregate aspectMarc Poulhiès1-2/+7
2023-05-23ada: Add tags to warnings controlled by Warn_On_Redundant_ConstructsPiotr Trojanek1-2/+2
2023-05-22ada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not_Self_HiddenBob Duff1-3/+3
2023-05-22ada: Add Is_Past_Self_Hiding_Point flagBob Duff1-0/+3
2023-05-22ada: Remove extra parenthesesArnaud Charlet1-2/+2
2023-05-22ada: Remove a remaining reference to ?Arnaud Charlet1-1/+1
2023-05-15ada: Accept aggregates with OTHERS clause in unchecked type conversionsPiotr Trojanek1-0/+1
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: Fix spurious emissions of -gnatwj warningRonan Desplanques1-1/+1
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek1-1/+1
2022-11-21ada: Move warnings switchesBob Duff1-0/+1
2022-11-08ada: Clean up call to check if aspects are presentPiotr Trojanek1-1/+1
2022-11-08ada: Reject limited objects in array and record delta aggregatesPiotr Trojanek1-0/+17