aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2021-10-09Daily bump.GCC Administrator1-0/+7
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-5/+5
2021-10-06Daily bump.GCC Administrator1-0/+262
2021-10-05[Ada] Plug small loophole with boolean valuesEric Botcazou1-0/+1
2021-10-05[Ada] Do not unconditionally inline expression functions with -gnatd.8Eric Botcazou1-1/+1
2021-10-05[Ada] Fix latent bug in set_end_locus_from_nodeBob Duff1-1/+6
2021-10-05[Ada] Minor include directives placement adjustmentEric Botcazou2-2/+2
2021-10-05[Ada] introduce stack scrub (strub) featureAlexandre Oliva10-851/+1178
2021-10-05[Ada] Mark private component renaming as coming from sourceEric Botcazou1-6/+13
2021-10-05[Ada] Add comments in Ada.Task_InitializationArnaud Charlet1-1/+5
2021-10-05[Ada] Include errno.h in QNX specific part of the signal handlingCorentin Gay1-0/+1
2021-10-05[Ada] Remove left-overs of Unaligned_Valid attributeEric Botcazou2-3/+1
2021-10-05[Ada] Forbids use of Compile_Time_(Error|Warning) as configuration pragmaEtienne Servais5-142/+130
2021-10-05[Ada] Add sys/time.h #include for QNXCorentin Gay1-0/+1
2021-10-05[Ada] Issue a proper error message when no format specifier foundPascal Obry1-1/+1
2021-10-05[Ada] Fix negative numbers formatted with leading zeroPascal Obry1-1/+1
2021-10-05[Ada] Minor code clean-upPascal Obry1-1/+1
2021-10-05[Ada] Add missing functions to Wide_Wide_Characters HandlingEtienne Servais4-4/+90
2021-10-05[Ada] Improve error message on array aggregatesYannick Moy1-1/+1
2021-10-05[Ada] Front-end support for Storage_Model featureGary Dismukes9-5/+834
2021-10-05[Ada] Note that -gnatd_t is used in CCGRichard Kenner1-1/+5
2021-10-05[Ada] Add case to consider ENODEV a "file not found error"Corentin Gay1-0/+4
2021-10-05[Ada] Rewrite operator entity in derived class-wide expressionsPiotr Trojanek1-1/+1
2021-10-05[Ada] Propagate Ghost status from parent to derived subprogramsPiotr Trojanek1-0/+8
2021-10-05[Ada] Add Default_Initial_Condition to type Unbounded_StringJoffrey Huguet2-2/+4
2021-10-05[Ada] Disable contract cases on formal containersClaire Dross7-0/+7
2021-10-05[Ada] Improve message on missing all/for in pre-Ada-2022 modesBob Duff2-44/+49
2021-10-05[Ada] Improve error message on missing all/for in quantified expressionYannick Moy1-0/+18
2021-10-05[Ada] Proof of Ada.Strings.MapsYannick Moy2-38/+395
2021-10-05[Ada] Proof of Ada.Characters.HandlingYannick Moy3-84/+428
2021-10-05Daily bump.GCC Administrator1-0/+278
2021-10-04[Ada] Incremental patch for restriction No_Dynamic_Accessibility_ChecksJustin Squirek5-388/+518
2021-10-04[Ada] Document the current behaviour of -gnateA switchPiotr Trojanek2-6/+8
2021-10-04[Ada] Handle properly user_defined literals given by operators.Ed Schonberg2-4/+27
2021-10-04[Ada] Fix indentation in generated AST construction functionsPiotr Trojanek1-1/+2
2021-10-04[Ada] Implement CUDA_DeviceGhjuvan Lacambre3-22/+88
2021-10-04[Ada] Completion of support for AI12-0409 (attribute Preelaborable_Initializa...Gary Dismukes11-63/+130
2021-10-04[Ada] Mark Ada.Text_IO in SPARKYannick Moy3-4/+12
2021-10-04[Ada] Minor comment fix in System.RegpatBob Duff1-6/+5
2021-10-04[Ada] Refactor duplicate code for pretty-printing GNAT ASTPiotr Trojanek1-9/+1
2021-10-04[Ada] Remove repeated calls to Prefix in resolution of array accessesPiotr Trojanek1-43/+40
2021-10-04[Ada] Emit specific SCOs for decisions of quantified expressionsMatthieu Eyraud2-1/+9
2021-10-04[Ada] Fix comment about expansion of slicesPiotr Trojanek3-5/+5
2021-10-04[Ada] Add Ada RM description of Ada.Strings.Bounded as comments in the specYannick Moy1-0/+90
2021-10-04[Ada] Fix for a static Leading_Part attribute raising constraint errorPiotr Trojanek1-2/+16
2021-10-04[Ada] Fix resolution of Declare_Expressions involving transient scopesEd Schonberg2-49/+64
2021-10-04[Ada] Fix latent problem in Sem_Ch8.Build_Class_Wide_WrapperJavier Miranda4-2/+23
2021-10-04[Ada] Declaration_Node for Itypes returns Empty or declarationBob Duff3-9/+18
2021-10-04[Ada] Fix handling of slices with subtype namesPiotr Trojanek1-10/+11
2021-10-04[Ada] Fix missing check on slice with a subtype indicationPiotr Trojanek1-1/+5