aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2021-06-16[Ada] Adapt Is_Actual_Parameter to also work for entry parametersPiotr Trojanek2-2/+4
2021-06-16[Ada] Wrong reference to System.Tasking in expanded codeArnaud Charlet7-47/+28
2021-06-16[Ada] Cleanup related to volatile objects in restricted contextsPiotr Trojanek1-2/+6
2021-06-16[Ada] Include info about containers in GNAT RM Implementation Advice sectionSteve Baird2-298/+337
2021-06-16[Ada] Mixing of positional and named entries allowed in enum repJustin Squirek1-4/+12
2021-06-16[Ada] Non-static Interrupt_Priority allowed with restriction Static_PrioritiesJustin Squirek1-0/+7
2021-06-16[Ada] Spurious accessibility error on "for of" loop parameterJustin Squirek1-0/+9
2021-06-16[Ada] Fix ALI source location for dominance markersMatthieu Eyraud1-4/+19
2021-06-16[Ada] Don't look for aliases for generic subprogramsRichard Kenner1-2/+3
2021-06-16[Ada] Make Incomplete_Or_Partial_View independent of the contextEric Botcazou1-7/+14
2021-06-16[Ada] Do not perform useless work in Check_No_Parts_ViolationsEric Botcazou1-16/+19
2021-06-16[Ada] Fix missing array bounds checkingBob Duff1-4/+14
2021-06-16[Ada] Use more straightforward implementation for Current_Entity_In_ScopeEric Botcazou1-8/+19
2021-06-16[Ada] Remove extra parens around a function callPiotr Trojanek1-1/+1
2021-06-16[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching callsJavier Miranda1-0/+10
2021-06-16[Ada] Implementation of AI12-0152: legality rules for Raise_ExpressionEd Schonberg1-0/+49
2021-06-16[Ada] Reorder code for validity checks of unchecked conversionsPiotr Trojanek1-13/+12
2021-06-16[Ada] Raise expressions and unconstrained componentsArnaud Charlet1-12/+1
2021-06-16[Ada] Clarify the documentation of -gnaty0 style check optionSergey Rybin2-4/+31
2021-06-16[Ada] Small cleanup in C header filesEric Botcazou2-65/+9
2021-06-16[Ada] Small cleanup in System.ExceptionsEric Botcazou2-35/+2
2021-06-16Daily bump.GCC Administrator1-0/+276
2021-06-15[Ada] Avoid unhelpful dead code warningsSteve Baird1-17/+22
2021-06-15[Ada] Remove couple of obsolete declarationsEric Botcazou1-2/+0
2021-06-15[Ada] Enable removal of side-effects in component declarationsPiotr Trojanek1-1/+2
2021-06-15[Ada] Extend function to retrieve first/last nodes to all declarationsYannick Moy1-1/+1
2021-06-15[Ada] Incorrect Reinit_Field_To_Zero calls for concurrent entitiesBob Duff1-4/+7
2021-06-15[Ada] No_Task_Parts aspectBob Duff8-612/+677
2021-06-15[Ada] Fix handling of scopes for subprogram calls in unnestingArnaud Charlet1-1/+1
2021-06-15[Ada] Fix detection of access-to-variable typesPiotr Trojanek2-4/+5
2021-06-15[Ada] Use runtime from base compiler during stage1Arnaud Charlet4-229/+226
2021-06-15[Ada] Minor consistency fix for Windows SEHEric Botcazou1-1/+1
2021-06-15[Ada] AI12-0138: Iterators and other nonoverridable aspectsEd Schonberg1-5/+25
2021-06-15[Ada] Error when passing subprogram'Access to null-defaulted formal subprogramGary Dismukes2-30/+9
2021-06-15[Ada] Fix typos in comment about expansion of attribute ImagePiotr Trojanek1-1/+1
2021-06-15[Ada] Allow Known_Static_Component_Size (etc) on private typesBob Duff1-5/+5
2021-06-15[Ada] Add Interface_Name field to E_Loop_ParameterBob Duff1-0/+1
2021-06-15[Ada] Disable certain checks in predefined unitsBob Duff1-0/+8
2021-06-15[Ada] Clarify the semantics of signed intrinsic shift operationsYannick Moy2-12/+16
2021-06-15[Ada] Small cleanup in exception handling C codeEric Botcazou1-6/+4
2021-06-15[Ada] Remove redundant guard from Find_Overlaid_EntityPiotr Trojanek2-47/+45
2021-06-15[Ada] Remove const qualifier on a couple of pointed-to typesEric Botcazou2-5/+6
2021-06-15[Ada] Fix bug in if_expressions introduced by var-size nodes changesBob Duff2-11/+9
2021-06-15[Ada] Add support for folding more and/or expressionsArnaud Charlet2-46/+114
2021-06-15[Ada] Replace repeated calls by references to a local objectPiotr Trojanek1-9/+9
2021-06-15[Ada] Variable-sized node types: improve error messagesBob Duff1-4/+6
2021-06-15[Ada] Variable-sized node types -- cleanupBob Duff25-4450/+4576
2021-06-15[Ada] Rename Ada 202* to Ada 2022Arnaud Charlet51-251/+290
2021-06-15[Ada] Avoid inappropriate error messages regarding aggregates and variant partsSteve Baird2-8/+21
2021-06-15[Ada] Add more initialization of Stored_ConstraintRichard Kenner2-2/+21