aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch6.adb
AgeCommit message (Expand)AuthorFilesLines
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-1/+1
2022-01-06[Ada] Removal of technical debtJustin Squirek1-4/+8
2021-12-02[Ada] Remove extra space after assignment symbolPiotr Trojanek1-1/+1
2021-11-09[Ada] Build activation chain for BIP only when neededEtienne Servais1-2/+5
2021-10-25[Ada] Renamed_Or_Alias cleanupBob Duff1-1/+3
2021-10-11[Ada] Incorrect Dynamic_Predicate results for static argumentsSteve Baird1-1/+43
2021-10-01[Ada] Subprogram_Variant in ignored ghost codeBob Duff1-0/+1
2021-10-01[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditionsJavier Miranda1-13/+374
2021-09-21[Ada] Interface behaves differently from abstract tagged nullJavier Miranda1-0/+4
2021-09-21[Ada] Clean up uses of Esize and RM_SizeBob Duff1-0/+2
2021-07-09[Ada] Crash on expansion of BIP construct in -gnatf modeJustin Squirek1-0/+9
2021-07-08[Ada] Transient scope cleanupBob Duff1-14/+11
2021-07-07[Ada] Replace low-level membership tests with Is_Private_TypePiotr Trojanek1-1/+1
2021-07-07[Ada] Transient scope cleanupBob Duff1-43/+20
2021-07-05[Ada] INOX: prototype alternative accessibility modelJustin Squirek1-9/+20
2021-07-05[Ada] Refactoring related to Returns_By_RefBob Duff1-24/+2
2021-06-29[Ada] tech debt: Parent (Empty) is not allowedBob Duff1-1/+3
2021-06-21[Ada] INOX: prototype "when" constructsJustin Squirek1-0/+17
2021-06-21[Ada] Add Return_Statement fieldRichard Kenner1-0/+1
2021-06-18[Ada] Code cleanups in exp_ch6.adbArnaud Charlet1-54/+51
2021-06-17[Ada] Implementation of Inox feature of fixed lower bounds on array types/sub...Gary Dismukes1-0/+7
2021-06-16[Ada] Wrong reference to System.Tasking in expanded codeArnaud Charlet1-1/+1
2021-06-15[Ada] No_Task_Parts aspectBob Duff1-1/+3
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-4/+4
2021-05-07[Ada] Minor reformattingsBob Duff1-54/+54
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff1-2/+2
2021-05-07[Ada] Variable-sized node typesBob Duff1-3/+7
2021-05-05[Ada] Incorrect accessibility level on actual in procedure callJustin Squirek1-64/+23
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-05-03[Ada] Replace calls to RTE with Is_RTE where possiblePiotr Trojanek1-2/+0
2021-05-03[Ada] Expansion in _postconditions confusing CodePeerJustin Squirek1-14/+48
2021-04-28[Ada] Incorrect discriminant check on call to access to subprogramArnaud Charlet1-1/+1
2020-12-17[Ada] Remove unused subprograms in validswArnaud Charlet1-2/+2
2020-12-16[Ada] Simplify membership tests with N_Subprogram_Call subtypePiotr Trojanek1-2/+1
2020-12-15[Ada] Postcondition checks performed before finalizationJustin Squirek1-0/+65
2020-12-15[Ada] Transform_Function_Array issuesArnaud Charlet1-5/+7
2020-12-14[Ada] Compiler crash on call to function instanceBob Duff1-0/+1
2020-11-30[Ada] Fix internal error on extended return and fixed-point resultEric Botcazou1-13/+10
2020-11-30[Ada] Confusion in Transform_Function_Array and internal subprogramsArnaud Charlet1-2/+2
2020-11-27[Ada] Reference before declaration on C392015Arnaud Charlet1-1/+2
2020-11-24[Ada] Premature finalization on build in place return and case expressionArnaud Charlet1-1/+1
2020-11-24[Ada] Wrong finalization in call with if expressionArnaud Charlet1-68/+24
2020-10-27[Ada] New flag Transform_Function_ArrayArnaud Charlet1-2/+2
2020-10-23[Ada] Further Ada 2020 work on accessibility checkingJustin Squirek1-132/+35
2020-10-22[Ada] Reimplementation of accessibility checkingJustin Squirek1-600/+235
2020-10-21[Ada] Implement missing function result finalization.Steve Baird1-7/+73
2020-10-21[Ada] Compiler crash on prefixed call to controlled function with invariant c...Gary Dismukes1-0/+3
2020-10-21[Ada] Incorrect associations for extra accessibility parametersJustin Squirek1-12/+12
2020-10-21[Ada] Make minimum accessibility level a constant objectPiotr Trojanek1-6/+6