aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch9.adb
AgeCommit message (Expand)AuthorFilesLines
2022-06-02[Ada] Remove redundant checks for missing listsPiotr Trojanek1-149/+143
2022-05-19[Ada] Fix invalid expanded code for entry familiesPiotr Trojanek1-0/+9
2022-05-19[Ada] Cleanup expansion of protected entry familiesPiotr Trojanek1-13/+7
2022-05-17[Ada] Don't create calls to Abort_Undefer when not Abort_AllowedGhjuvan Lacambre1-1/+3
2022-05-12[Ada] Fix scope of block in expanded protected entry bodyPiotr Trojanek1-1/+2
2022-05-10[Ada] Reuse Is_Rewrite_Substitution where possiblePiotr Trojanek1-1/+1
2022-01-11[Ada] Code cleanupsArnaud Charlet1-1/+1
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-07[Ada] Remove unnecessary guard for inserting non-empty listPiotr Trojanek1-7/+1
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-2/+2
2021-10-05[Ada] Mark private component renaming as coming from sourceEric Botcazou1-6/+13
2021-09-22[Ada] Fix conformance errors and erroneous codeBob Duff1-5/+5
2021-07-07[Ada] Transient scope cleanupBob Duff1-16/+12
2021-06-21[Ada] Address ??? commentsGhjuvan Lacambre1-1/+5
2021-06-16[Ada] Wrong reference to System.Tasking in expanded codeArnaud Charlet1-26/+13
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet1-7/+7
2021-05-07[Ada] Minor reformattingsBob Duff1-45/+45
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff1-16/+16
2021-05-07[Ada] Fix link from body protected entry implementation to source codePiotr Trojanek1-4/+4
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-05[Ada] Reuse Has_Defaulted_Discriminants where possiblePiotr Trojanek1-3/+1
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-04-28[Ada] Cleanups related to entry barrier conditionsPiotr Trojanek1-4/+4
2020-12-16[Ada] Simplify membership tests with N_Delay_Statement subtypePiotr Trojanek1-2/+1
2020-11-27[Ada] Abort defer mismatch with SJLJ exceptionsArnaud Charlet1-13/+2
2020-11-26[Ada] Reuse Is_Concurrent_Type when detecting protected or task typesPiotr Trojanek1-4/+3
2020-10-23[Ada] Further Ada 2020 work on accessibility checkingJustin Squirek1-0/+21
2020-10-21[Ada] Wrong detection of potentially blocking call in protected objectJavier Miranda1-0/+12
2020-10-16[Ada] Ada2020: AI12-0129 Make protected objects more protectingArnaud Charlet1-2/+12
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-46/+39
2020-07-16[Ada] Misplace of internal master renaming declarationJavier Miranda1-0/+32
2020-07-16[Ada] Set missing Parent field of block entityEric Botcazou1-0/+1
2020-07-15[Ada] Use Sloc of delay statement in timed entry callEric Botcazou1-2/+1
2020-07-08[Ada] Fix recent regression on _Master declarationJavier Miranda1-1/+12
2020-07-07[Ada] Move generation of range checks for entry families to expanderEric Botcazou1-0/+16
2020-07-06[Ada] Small cleanup throughout Exp_Ch9Eric Botcazou1-27/+24
2020-06-18[Ada] Narrow large arithmetic and comparison operationsEric Botcazou1-5/+7
2020-06-17[Ada] Nested subprograms in protected subprograms improperly handled in GNAT-...Gary Dismukes1-0/+29
2020-06-17[Ada] Ada2020: AI12-0279 more dispatching points with aspect YieldJavier Miranda1-10/+69
2020-06-16[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-0/+4
2020-06-15[Ada] Minor editorial changes in commentsGary Dismukes1-2/+2
2020-06-15[Ada] Crash in tagged type constructor with task componentsJavier Miranda1-45/+107
2020-06-12[Ada] Implement AI12-0369Steve Baird1-40/+56
2020-06-12[Ada] Fix handling of subprograms declared in a protected bodyArnaud Charlet1-216/+39
2020-06-11[Ada] Iterate with procedural version of Next routine where possiblePiotr Trojanek1-2/+2
2020-06-11[Ada] Consolidate handling of implicit dereferences into semantic analysisEric Botcazou1-21/+7
2020-06-11[Ada] Crash on dispatching conditional entry callJavier Miranda1-2/+2
2020-06-09[Ada] Code clean ups and comments updatesArnaud Charlet1-0/+1
2020-06-09[Ada] Spurious error on instantiations with Taft_Amendment types and tasksEd Schonberg1-1/+4
2020-06-08[Ada] Implement AI12-0290 (Simple_Barriers restriction)Steve Baird1-12/+39