aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska1-6/+3
2022-11-09sphinx: fix cross manual referencesMartin Liska1-1/+2
2022-11-09sphinx: add --with-sphinx-buildMartin Liska1-12/+12
2022-11-09sphinx: ada: port to SphinxMartin Liska20-62000/+247
2022-11-09Daily bump.GCC Administrator1-0/+296
2022-11-08ada: Fix oversight in implementation of allocators for storage modelsEric Botcazou1-7/+26
2022-11-08ada: Compile-time simplification of 'Image incorrectly ignores Put_ImageSteve Baird1-1/+3
2022-11-08ada: Clean up call to check if aspects are presentPiotr Trojanek7-16/+14
2022-11-08ada: Adjust classwide contract expression preanalysisRonan Desplanques3-232/+267
2022-11-08ada: Set Support_Atomic_Primitives for VxWorks 7 runtimesJohannes Kliemann12-8/+12
2022-11-08ada: Small consistency fixEric Botcazou1-1/+1
2022-11-08ada: Propagate aspect Ghost when instantiating null formal proceduresPiotr Trojanek1-0/+2
2022-11-08ada: Implement RM 4.5.7(10/3) name resolution ruleEric Botcazou2-82/+156
2022-11-08ada: Enforce matching of extra formalsJavier Miranda13-458/+1437
2022-11-08ada: Move warnings switches -- initial workBob Duff11-23/+20
2022-11-08ada: Align -gnatwc's documentation with its behaviorRonan Desplanques2-2/+2
2022-11-08ada: Improve handling of declare expressions in deferred-freezing contextsSteve Baird1-0/+20
2022-11-08ada: Minor consistency tweaks in Sem_Ch4Eric Botcazou1-15/+24
2022-11-08ada: Remove redundant line in Analyze_Qualified_ExpressionEric Botcazou1-2/+0
2022-11-08ada: Preanalyze classwide contracts as spec expressionsRonan Desplanques1-2/+2
2022-11-08ada: Fix expansion of 'Wide_Image and 'Wide_Wide_Image on composite typesPiotr Trojanek4-7/+51
2022-11-08ada: Fix inconsistent whitespace in Ada.Numerics.Generic_Complex_ArraysPiotr Trojanek2-4/+4
2022-11-08ada: Remove unneeded code in handling formal type defaultsPiotr Trojanek1-4/+2
2022-11-08ada: Cleanup local variable that is only set as an out parameterPiotr Trojanek2-10/+10
2022-11-08ada: Remove obsolete code in Resolve_If_ExpressionEric Botcazou1-12/+1
2022-11-08ada: Reject limited objects in array and record delta aggregatesPiotr Trojanek1-0/+17
2022-11-08ada: Allow initialization of limited objects with delta aggregatesPiotr Trojanek1-0/+1
2022-11-08ada: Reject record delta aggregates with limited expressionsPiotr Trojanek1-0/+10
2022-11-08ada: Missing master of task causing assertion failureJavier Miranda1-1/+36
2022-11-08ada: Raise Tag_Error when Ada.Tags operations are called with No_TagPiotr Trojanek1-7/+15
2022-11-08ada: Add new -gnatw_q switch to usage messageBob Duff1-0/+4
2022-11-08Daily bump.GCC Administrator1-0/+219
2022-11-07ada: Document that gprof won't work on windows with PIE.Cedric Landet2-4/+11
2022-11-07ada: Tune hash function for cross-reference entriesPiotr Trojanek1-2/+2
2022-11-07ada: Fix performance regression related to references in Refined_StatePiotr Trojanek1-27/+29
2022-11-07ada: Use named notation in calls to Expand_Composite_EqualityBob Duff1-12/+18
2022-11-07ada: New warning about noncomposing user-defined "="Bob Duff10-34/+145
2022-11-07ada: Inline composite node kind AST queriesPiotr Trojanek2-2/+3
2022-11-07ada: Fix inherited postconditions in inlined subprogramsBob Duff1-5/+10
2022-11-07ada: Fixed elaboration of CUDA programs.Quentin Ochem1-9/+11
2022-11-07ada: Rework CUDA host-side invocation of device-side elaboration codeSteve Baird3-36/+34
2022-11-07ada: Fix detection of external calls to protected objects in instancesPiotr Trojanek1-1/+1
2022-11-07ada: Clean up unnecessary nesting in code for DLL librariesPiotr Trojanek2-44/+28
2022-11-07ada: Suppress warnings on derived True/FalseBob Duff1-70/+49
2022-11-07ada: Deconstruct Safe_To_Capture_In_Parameter_ValuePiotr Trojanek2-118/+7
2022-11-07ada: Flip warning suppression routine to positive meaningPiotr Trojanek1-16/+11
2022-11-07ada: Cleanup detection of code within generic instancesPiotr Trojanek4-8/+5
2022-11-07ada: Remove redundant suppression for non-modified IN OUT parametersPiotr Trojanek1-6/+4
2022-11-07ada: Reject boxes in delta array aggregatesPiotr Trojanek1-1/+12
2022-11-07ada: Allow reuse of Enclosing_Declaration_Or_Statement by GNATprovePiotr Trojanek3-31/+31