aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
2021-09-22[Ada] Fix conformance errors and erroneous codeBob Duff1-1/+1
2021-07-05[Ada] Spurious error in instantiation with aggregate and private ancestorEd Schonberg1-1/+8
2021-06-17[Ada] Casing on composite valuesSteve Baird1-1/+13
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-2/+2
2021-05-07[Ada] Minor reformattingsBob Duff1-46/+46
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff1-3/+3
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-05[Ada] Ongoing work for AI12-0212: container aggregatesEd Schonberg1-3/+104
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-05-03[Ada] Fix typos in calls to Error_Msg_NEPiotr Trojanek1-1/+1
2021-05-03[Ada] Remove leading and trailing spaces in error messagesPiotr Trojanek1-1/+1
2020-12-17[Ada] Consistent wording for missing -gnat2020 switchPiotr Trojanek1-4/+1
2020-12-17[Ada] Fixes for GNAT error/warning messagesYannick Moy1-6/+6
2020-12-14[Ada] Additional fixes for Default_Initial_ConditionGary Dismukes1-4/+1
2020-11-30[Ada] Implement inheritance for Default_Initial_Condition and address other gapsGary Dismukes1-3/+26
2020-11-30[Ada] Add continuation message when others choice not allowedYannick Moy1-4/+9
2020-11-24[Ada] Fix resolution of subtype_indication in delta aggregatesPiotr Trojanek1-15/+22
2020-11-24[Ada] Remove SPARK-specific expansion of array aggregatesPiotr Trojanek1-6/+9
2020-10-27[Ada] Multidimensional arrays with Iterated_Component_AssociationsEd Schonberg1-13/+44
2020-10-26[Ada] Fix typos in error message for array delta aggregatesPiotr Trojanek1-1/+1
2020-10-26[Ada] Spurious error on Old attribute reference in delta aggregateEd Schonberg1-2/+7
2020-10-26[Ada] Missing errors on extension aggregates with unknown discriminantsGary Dismukes1-4/+17
2020-10-23[Ada] Ignore container types for aggregates if not in Ada_2020Ed Schonberg1-0/+1
2020-10-23[Ada] Fix scope of index parameter inside a delta aggregatePiotr Trojanek1-2/+2
2020-10-22[Ada] Ada_2020: ongoing work for aggregates for bounded containersEd Schonberg1-3/+9
2020-10-21[Ada] Fix crash on illegal OTHERS in iterated_component_associationPiotr Trojanek1-1/+1
2020-10-21[Ada] Use index parameter for iterated_component_associationPiotr Trojanek1-7/+2
2020-10-21[Ada] Fix crash with iterated_component_association and -gnatcPiotr Trojanek1-1/+7
2020-10-20[Ada] AI12-0339: Empty function for Aggregate aspect of Ada containersEd Schonberg1-0/+5
2020-10-20[Ada] New warning on not fully initialized box aggregateArnaud Charlet1-1/+43
2020-10-19[Ada] Ada_2020: Implement Key_Expression for named container aggregatesEd Schonberg1-23/+61
2020-10-19[Ada] ACATS 4.1R - Exception missedArnaud Charlet1-6/+18
2020-10-16[Ada] Assorted style cleanupsPiotr Trojanek1-1/+1
2020-10-16[Ada] Add Max_Integer_Size attribute and couple of helper functionsEric Botcazou1-1/+3
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-25/+25
2020-07-16[Ada] Ongoing work for AI12-0212 : container aggregatesEd Schonberg1-2/+53
2020-07-15[Ada] Ongoing work for AI12-0212: container aggregatesArnaud Charlet1-19/+22
2020-07-15[Ada] Potential access to uninitialized variableArnaud Charlet1-1/+3
2020-07-15[Ada] Minor reformatting of comments and some code, plus a typo correctionGary Dismukes1-4/+4
2020-07-15[Ada] Ongoing work for unnamed and named container aggregatesEd Schonberg1-27/+174
2020-07-10[Ada] Use small limit for aggregates inside subprogramsArnaud Charlet1-2/+2
2020-07-10[Ada] Part of implementation of AI12-0212: container aggregatesEd Schonberg1-0/+51
2020-07-08[Ada] Ada_2020 AI12-0250 : Implement Iterator filters.Ed Schonberg1-0/+12
2020-07-07[Ada] Change local object from variable to constantPiotr Trojanek1-6/+4
2020-06-19[Ada] Decorate record delta aggregate for GNATprovePiotr Trojanek1-12/+24
2020-06-16[Ada] Declare expressionsBob Duff1-1/+2
2020-06-16[Ada] ACATS 4.1P - C432003 - Errors missed on extension aggregatesArnaud Charlet1-3/+5
2020-06-11[Ada] Refine type of a routine parameter from Node_Id to Entity_IdPiotr Trojanek1-2/+2
2020-06-11[Ada] Refine type of a counter-like variablePiotr Trojanek1-1/+1
2020-06-11[Ada] Iterate with procedural version of Next routine where possiblePiotr Trojanek1-1/+1