aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch9.adb
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2020-06-02[Ada] Address potentially uninitialized variables and dead codeArnaud Charlet1-12/+20
2020-06-02[Ada] Reuse Is_Package_Or_Generic_Package where possiblePiotr Trojanek1-1/+1
2019-12-18[Ada] Fix three-letter typos like "sss" in comments and docsPiotr Trojanek1-1/+1
2019-12-16[Ada] AI12-0001: Independence and Representation clauses for atomic objectsEric Botcazou1-3/+4
2019-12-12[Ada] Fix related to handling up-level references in protected entriesGary Dismukes1-1/+4
2019-12-12[Ada] Handling up-level references in protected entries and freeze nodesGary Dismukes1-0/+29
2019-10-10[Ada] Unnesting issues with entry families and accept statementsGary Dismukes1-0/+7
2019-07-11[Ada] Crash on protected type with self-referential componentEd Schonberg1-1/+62
2019-07-11[Ada] Pragma Unreferenced triggers undefined referenceJustin Squirek1-1/+10
2019-07-09[Ada] Reformat commentsPiotr Trojanek1-10/+8
2019-07-09[Ada] Minor reformattingHristian Kirtchev1-5/+6
2019-07-08[Ada] Crash on timed entry call with a delay given by a type conversionEd Schonberg1-12/+13
2019-07-04[Ada] Minor reformattingHristian Kirtchev1-3/+3
2019-07-01[Ada] Minor reformattingHristian Kirtchev1-0/+1
2019-07-01[Ada] Make No_Inline pragma effective for protected subprogramsEric Botcazou1-0/+3
2019-06-17re PR ada/80590 (non-bootstrap build failure of Ada runtime)Arnaud Charlet1-8/+7
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-09-26[Ada] Fix miscellaneous typosGary Dismukes1-2/+2
2018-08-21[Ada] Minor reformattingsHristian Kirtchev1-4/+4
2018-08-21[Ada] Properly set scope of artificial entities in blocksEd Schonberg1-11/+29
2018-08-21[Ada] Fix scope computation for entry bodies and accept alternativesEd Schonberg1-9/+17
2018-07-31[Ada] Spurious error on the placement of aspect GlobalHristian Kirtchev1-25/+126
2018-07-16[Ada] Minor reformattingHristian Kirtchev1-19/+19
2018-07-16[Ada] Major code cleanupEd Schonberg1-2/+72
2018-06-11[Ada] Minor reformattingHristian Kirtchev1-2/+3
2018-06-11[Ada] Crash on protected type entry familyJavier Miranda1-2/+5
2018-05-21[Ada] Spurious error on early call region of tagged typeHristian Kirtchev1-1/+0