aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_aggr.adb
AgeCommit message (Expand)AuthorFilesLines
2022-09-05[Ada] Move check for null array aggregates to expansionPiotr Trojanek1-1/+18
2022-09-05[Ada] Detect expansion of iterated component associations into loopsPiotr Trojanek1-3/+3
2022-09-05[Ada] Fix double identifiers in iterated component associationPiotr Trojanek1-5/+8
2022-07-06[Ada] Fix spurious error for aggregate with box component choiceEric Botcazou1-10/+1
2022-07-05[Ada] Fix dangling bounds for array result of BIP functionsEric Botcazou1-16/+3
2022-05-30[Ada] Fix expansion of aggregate for discriminated limited extensionEric Botcazou1-3/+13
2022-05-19[Ada] Support Ada 2022 null array aggregatesEd Schonberg1-10/+25
2022-05-18[Ada] Prevent overflow in computation of aggregate sizePiotr Trojanek1-2/+2
2022-05-13[Ada] Fix iterated component association for array aggregateMarc Poulhiès1-0/+24
2022-05-10[Ada] Avoid repeated conversions from Int to Char_CodePiotr Trojanek1-8/+10
2022-05-09[Ada] Fix indentation of "Start of processing for ..." labelsPiotr Trojanek1-1/+1
2022-01-11[Ada] Remove extra space in single object declarationsPiotr Trojanek1-1/+1
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-07[Ada] Fix style in expansion of multi-dimensional array aggregatesPiotr Trojanek1-6/+4
2022-01-07[Ada] More default initialization for multi-dim array aggregatesPiotr Trojanek1-15/+4
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-6/+6
2022-01-05[Ada] Remove extra space in parameter associationsPiotr Trojanek1-2/+2
2021-12-02[Ada] Remove extra space after assignment symbolPiotr Trojanek1-6/+6
2021-12-01[Ada] Replace low-level detection of subprograms with high-level wrapperPiotr Trojanek1-1/+1
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-5/+4
2021-10-11[Ada] Move rewriting of boxes in aggregates from resolution to expansionPiotr Trojanek1-0/+22
2021-10-11[Ada] Simplify detection of delayed aggregatesPiotr Trojanek1-5/+2
2021-10-11[Ada] Simplify detection of record components with default initializationPiotr Trojanek1-24/+19
2021-10-11[Ada] Remove redundant guard against an empty component listPiotr Trojanek1-4/+0
2021-10-01[Ada] Implementation of AI12-0212: iterator specs in array aggregates (II)Ed Schonberg1-6/+17
2021-10-01[Ada] Spurious range checks on aggregate with non-static boundsEd Schonberg1-6/+16
2021-09-23[Ada] Ada2022: implementation of AI12-0212 : iterator specs in array aggregatesEd Schonberg1-2/+207
2021-09-22[Ada] Fix obsolete comments/name referring to girder discriminantsYannick Moy1-3/+3
2021-09-20[Ada] Present and No functions for type UintBob Duff1-1/+1
2021-09-20[Ada] Refine types of local constants that store Etype resultsPiotr Trojanek1-1/+1
2021-07-06[Ada] Transient scope cleanupBob Duff1-7/+5
2021-07-05[Ada] Clean up Get_Index_BoundsBob Duff1-185/+196
2021-06-29[Ada] Crash on limited array object with address clauseEd Schonberg1-0/+9
2021-06-29[Ada] tech debt: Parent (Empty) is not allowedBob Duff1-2/+2
2021-06-18[Ada] New debug switch to disable large static aggregatesBob Duff1-2/+4
2021-06-18[Ada] Update comments related to TBDArnaud Charlet1-1/+1
2021-06-17[Ada] Casing on composite valuesSteve Baird1-0/+6
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-1/+1
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-06[Ada] Missing semantic error on ineffective Others_ClauseEd Schonberg1-0/+15
2021-05-04[Ada] Ongoing work for AI12-0212: container aggregatesEd Schonberg1-56/+180
2021-05-03[Ada] Minor style fixes in Max_Aggregate_SizePiotr Trojanek1-4/+14
2021-05-03[Ada] Replace low-level membership test with a high-level Is_Record_TypePiotr Trojanek1-1/+1
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-05-03[Ada] Replace calls to RTE with Is_RTE where possiblePiotr Trojanek1-14/+9
2021-05-03[Ada] Crash on aggregate in function call in object declarationEd Schonberg1-2/+6
2021-04-29[Ada] Bad handling of array sliding in aggregateArnaud Charlet1-58/+65
2020-12-14[Ada] Additional fixes for Default_Initial_ConditionGary Dismukes1-15/+16