aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2023-01-17Daily bump.GCC Administrator1-0/+98
2023-01-16ada: Update copyright years.Marc Poulhiès20-22/+20
2023-01-16ada: Fix typo in commentEric Botcazou1-1/+1
2023-01-16ada: Fix latent bug exposed by recent work on extended return statementsEric Botcazou1-3/+5
2023-01-16ada: Fix pessimization of some CW objects initialized with function callEric Botcazou1-0/+19
2023-01-16ada: Use static references to tag in more cases for interface objectsEric Botcazou3-93/+95
2023-01-16ada: Fix benign pasto in new predicateEric Botcazou1-1/+1
2023-01-16ada: Fix premature finalization of temporaries for interface objectsEric Botcazou1-28/+17
2023-01-16ada: Further optimize interface objects initialized with function callsEric Botcazou4-32/+51
2023-01-16ada: Put back conversion to interface in more casesEric Botcazou1-1/+1
2023-01-16ada: Lift restriction on optimization of aliased objectsEric Botcazou1-3/+3
2023-01-16ada: Optimize interface objects initialized with function callsEric Botcazou2-126/+187
2023-01-10Daily bump.GCC Administrator1-0/+982
2023-01-09ada: Update copyright noticeArnaud Charlet2193-2194/+2194
2023-01-09ada: Remove a couple of unreachable statementsEric Botcazou1-10/+2
2023-01-09ada: Simplify finalization of temporaries created for interface objectsEric Botcazou3-286/+31
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