aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
10 daysDaily bump.GCC Administrator1-0/+7
10 daysada: Make the names of uninstalled cross-gnattools consistent across buildsMaciej W. Rozycki1-7/+12
14 daysDaily bump.GCC Administrator1-0/+25
2024-07-03Deduplicate explicitly-sized typesAlexandre Oliva2-6/+113
2024-07-03[debug] Avoid dropping bits from num/den in fixed-point typesAlexandre Oliva2-21/+64
2024-07-03Daily bump.GCC Administrator1-0/+109
2024-07-02ada: Use static allocation for small dynamic string concatenations in more casesEric Botcazou1-24/+67
2024-07-02ada: Fix generic renaming table low bound on resetRonan Desplanques1-1/+1
2024-07-02ada: Compiler accepts an illegal Unchecked_Access attribute referenceSteve Baird1-0/+7
2024-07-02ada: Use clause (or use type clause) in a protected operation sometimes ignored.Steve Baird1-0/+41
2024-07-02ada: Put_Image aspect spec ignored for null extension.Steve Baird1-1/+16
2024-07-02ada: Allow mutably tagged types to work with qualified expressionsJustin Squirek1-0/+14
2024-07-02ada: Bug box for expression function with list comprehensionBob Duff1-0/+1
2024-07-02ada: Call memcmp instead of Compare_Array_Unsigned_8 and...Eric Botcazou3-36/+138
2024-07-02ada: Fix analysis of Extensions_VisibleYannick Moy3-19/+38
2024-07-02ada: Fix bogus error on allocator in instantiation with private derived typesEric Botcazou1-30/+21
2024-07-02ada: Miscomputed bounds for inner null array aggregatesJavier Miranda1-31/+384
2024-07-02ada: Fix crash on box-initialized component with No_Default_InitializationEric Botcazou3-22/+29
2024-07-02ada: Document that -gnatdJ is unusedEric Botcazou1-0/+1
2024-06-28Daily bump.GCC Administrator1-0/+131
2024-06-27ada: Remove last uses of System.Address_Operations in runtime libraryEric Botcazou11-49/+64
2024-06-27ada: Reject ambiguous function calls in interpolated string expressionsJavier Miranda1-1/+79
2024-06-27ada: Add missing dimension information for target namesEric Botcazou2-0/+3
2024-06-27ada: Fix array-manipulating code in MdllRonan Desplanques1-17/+26
2024-06-27ada: Bug using user defined string literals with interpolated stringsJavier Miranda1-1/+6
2024-06-27ada: Overridden operation field not correctly set for controlling result wrap...Martin Clochard1-47/+35
2024-06-27ada: Implement first half of Generalized FinalizationEric Botcazou27-242/+621
2024-06-22Daily bump.GCC Administrator1-0/+166
2024-06-21ada: Fix internal error on protected type with -gnatc -gnatREric Botcazou1-0/+6
2024-06-21ada: Fix bogus Address Sanitizer stack-buffer-overflow on packed array copyEric Botcazou2-2/+17
2024-06-21ada: Fix bogus Address Sanitizer stack-buffer-overflow on packed record equalityEric Botcazou1-7/+19
2024-06-21ada: Implement fast modulo reduction for nonbinary modular multiplicationEric Botcazou2-6/+8
2024-06-21ada: Implement fast modulo reduction for nonbinary modular multiplicationEric Botcazou3-3/+121
2024-06-21ada: Reject ambiguous function calls in interpolated string expressionsJavier Miranda1-0/+10
2024-06-21ada: Apply fixes to Examine_Array_BoundsRonan Desplanques1-1/+3
2024-06-21ada: Fix crash in GNATbind during error reportingEric Botcazou1-3/+7
2024-06-21ada: Crash when using user defined string literalsJavier Miranda1-1/+7
2024-06-21ada: Change error message on invalid RTS pathMarc Poulhiès3-13/+27
2024-06-21ada: Small cleanup in processing of primitive operationsEric Botcazou6-67/+55
2024-06-21ada: Revert conditional installation of signal handlers on VxWorksDoug Rupp1-8/+4
2024-06-21ada: Cannot override inherited function with controlling resultJavier Miranda1-2/+4
2024-06-21ada: Fix missing index check with declare expressionEric Botcazou1-10/+26
2024-06-21ada: Fix internal error on case expression used as index of array componentEric Botcazou1-35/+73
2024-06-21ada: Fix incorrect handling of packed array with aliased composite componentsEric Botcazou1-99/+91
2024-06-21ada: Generic formal/actual matching -- misc cleanupBob Duff7-44/+59
2024-06-21ada: Fix gnatcheck violation reported after a recent cleanupPiotr Trojanek1-1/+1
2024-06-21ada: Predefined arithmetic operators incorrectly treated as directly visibleSteve Baird1-1/+21
2024-06-21ada: Fix assertion failure on predicate involving access parameterEric Botcazou1-1/+12
2024-06-21ada: Fix for Default_Component_Value with declare expressionsPiotr Trojanek2-3/+13
2024-06-21ada: Spurious style error with mutiple square bracketsJustin Squirek3-20/+43