aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2023-01-08Daily bump.GCC Administrator1-0/+18
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao13-0/+15
2023-01-06Daily bump.GCC Administrator1-0/+224
2023-01-05ada: Minor tweak to test added in previous changeEric Botcazou1-1/+1
2023-01-05ada: Clean up interface handling in Expand_N_Object_DeclarationEric Botcazou3-114/+93
2023-01-05ada: Flag renaming-as-spec as a body to inlinePiotr Trojanek1-7/+6
2023-01-05ada: Remove unhelpful special case for renamed bodies in GNATprove modePiotr Trojanek1-5/+2
2023-01-05ada: Fix nested generic instantiationMarc Poulhiès1-0/+3
2023-01-05ada: Do not use decimal approximation in -gnatRj outputEric Botcazou2-28/+15
2023-01-05ada: Optimize class-wide objects initialized with function callsEric Botcazou2-35/+108
2023-01-05ada: Fix pasto in commentEric Botcazou1-2/+2
2023-01-05ada: Fix spurious emissions of -gnatwj warningRonan Desplanques1-1/+1
2023-01-05ada: INOX: prototype RFC on String InterpolationJavier Miranda27-77/+689
2023-01-05ada: Update gnatpp documentation with --layout switchJoao Azevedo1-506/+325
2023-01-05ada: Further adjust freezing for expansion of contractsEric Botcazou1-1/+6
2023-01-05ada: Simplify new expansion of contractsEric Botcazou1-100/+5
2023-01-05ada: Adjust handling of "%g" in GNAT.Formatted_StringRonan Desplanques2-34/+313
2023-01-05ada: Fix generic instantiation of sibling packageMarc Poulhiès1-2/+31
2023-01-05ada: Spurious error on Lock_Free protected type with discriminantsJustin Squirek1-5/+7
2023-01-05ada: Revert to constrained allocation for string concatenationEric Botcazou2-61/+50
2023-01-05ada: Better error message for bad Discard_Names configuration pragmaSteve Baird1-3/+17
2023-01-05ada: Update doc for -gnatw_qBob Duff2-1/+5
2023-01-05ada: Fix finalization issues in extended return statementsEric Botcazou3-4/+35
2023-01-05ada: Fix incorrect warning about unreferenced packed arraysBob Duff5-85/+41
2023-01-04Daily bump.GCC Administrator1-0/+107
2023-01-03ada: Fix unescaped quotes when combining fdiagnostics-format=json and gnatdJGhjuvan Lacambre1-2/+3
2023-01-03ada: output.adb: fix newline being inserted when buffer is fullGhjuvan Lacambre1-3/+3
2023-01-03ada: Fix GNAT.Formatted_String's handling of real valuesRonan Desplanques1-1/+2
2023-01-03ada: Fix parsing bug in GNAT.Formatted_StringRonan Desplanques1-0/+1
2023-01-03ada: Fix premature finalization of return temporaryEric Botcazou2-2/+18
2023-01-03ada: Fix format string parsing in GNAT.Formatted_StringRonan Desplanques1-31/+36
2023-01-03ada: Make Apply_Discriminant_Check.Denotes_Explicit_Dereference more robustEric Botcazou1-10/+18
2023-01-03ada: Fix calling convention of foreign functions returning limited typeEric Botcazou2-6/+9
2023-01-03ada: Adapt frontend optimization for aggregate assignmentMarc Poulhiès1-14/+92
2023-01-03ada: Another small adjustment to special resolution of membership testEric Botcazou1-7/+12
2023-01-03ada: Make Sem_Util.Is_Aliased_View predicate more robustEric Botcazou3-4/+17
2023-01-03ada: GNAT UGN: Adjust wording in "Platform-specific Information" chapterJoel Brobecker2-5/+5
2023-01-03ada: Fix detection of function calls in object declarationsEric Botcazou4-11/+37
2023-01-03ada: Simplify [Small_]Integer_Type_ForBob Duff4-55/+29
2023-01-03ada: Cannot reference ghost entity in class-wide preconditionJavier Miranda1-0/+10
2023-01-03ada: Fix support of Default_Component_Value aspect on derived typesEric Botcazou2-77/+133
2023-01-03Daily bump.GCC Administrator1-0/+13
2023-01-02Ada,Darwin: Do not link libgcc statically on Darwin 8 and 9 [PR108202].Iain Sandoe1-2/+11
2023-01-02Update copyright dates.Jakub Jelinek2-2/+2
2023-01-01Rotate ChangeLog files.Jakub Jelinek2-11063/+11069
2022-12-30Daily bump.GCC Administrator1-0/+4
2022-12-29ada: don't map NULL decl to locusAlexandre Oliva1-1/+1
2022-12-07Daily bump.GCC Administrator1-0/+182
2022-12-06ada: Allow No_Caching on volatile typesYannick Moy4-45/+84
2022-12-06ada: Spurious error on nested call using the prefix notationJavier Miranda1-3/+4