aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch6.adb
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-20[Ada] Crash on cond expression as actual for anonymous access formalJustin Squirek1-11/+16
2020-10-20[Ada] Hang on cond expression as actual for anonymous access formalJustin Squirek1-6/+9
2020-10-20[Ada] Support for new aspect Subprogram_Variant on recursive subprogramsPiotr Trojanek1-0/+47
2020-10-19[Ada] Suppress warnings in expansion of "for ... of" loopsBob Duff1-1/+7
2020-10-19[Ada] Compiler abort on in_out function parameter with type invariantEd Schonberg1-1/+7
2020-10-19[Ada] No range check on fixed point to integer conversionArnaud Charlet1-3/+2
2020-10-19[Ada] Simplify detection of by-copy typesPiotr Trojanek1-3/+1
2020-10-19[Ada] Remove useless initialization and refine type of a local variablePiotr Trojanek1-1/+1
2020-10-19[Ada] Refine type of a local variablePiotr Trojanek1-1/+1
2020-10-19[Ada] Simplify membership test for operatorsPiotr Trojanek1-3/+1
2020-10-16[Ada] Assorted style cleanupsPiotr Trojanek1-10/+9
2020-10-16[Ada] Remove obsolete workaround regarding array returnsBob Duff1-8/+1
2020-10-16[Ada] Finalization of uninitialized object with build in place callArnaud Charlet1-1/+1
2020-10-16[Ada] Remove support for -gnatP and pragma PollingArnaud Charlet1-22/+0
2020-10-15[Ada] Cleanup definition of Might_Have_TasksJavier Miranda1-3/+4
2020-10-15[Ada] Get finalization right when a function returns a function callSteve Baird1-2/+9