aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-21Daily bump.GCC Administrator1-0/+310
2024-06-20ada: Reference to nonexistent operator in reduction expression acceptedSteve Baird1-27/+83
2024-06-20ada: Fix checking of SPARK RM on ghost with concurrent partYannick Moy1-2/+6
2024-06-20ada: Rewrite generic formal/actual matchingBob Duff6-1183/+1485
2024-06-20ada: Replace "All" argument to Extensions_Allowed pragma with "All_Extensions"Steve Baird7-30/+36
2024-06-20ada: Crash on selected component of formal derived type in generic instanceGary Dismukes1-18/+19
2024-06-20ada: Fix inlining of fixed-lower-bound array for GNATproveYannick Moy2-5/+17
2024-06-20ada: Fix assertion failure during analysis of instantiation of formal packageEric Botcazou1-1/+2
2024-06-20ada: Fix composition of primitive equality for untagged records with variant ...Eric Botcazou1-28/+22
2024-06-20ada: New pragma to default all interrupts to system.Doug Rupp15-779/+904
2024-06-20ada: Fix bogus error with "=" operator on array of private unchecked unionEric Botcazou2-20/+14
2024-06-20ada: Fix crash on real literal in declare expression of expression functionEric Botcazou1-2/+3
2024-06-20ada: Enforce strict alignment for array types with aliased componentEric Botcazou2-13/+22
2024-06-20ada: Update Bit Ordering references in GNAT Reference ManualEric Botcazou4-28/+24
2024-06-20ada: Add documentation for Subprogram_Variant aspect and pragmaPiotr Trojanek4-655/+738
2024-06-20ada: Streamline propagation of controlled flags on typesEric Botcazou7-101/+113
2024-06-20ada: Remove redundant conditions from freezing codePiotr Trojanek2-8/+7
2024-06-20ada: Fix style in freezing codePiotr Trojanek2-8/+6
2024-06-20ada: Remove Max_Entry_Queue_Depth pragma/aspectEric Botcazou8-47/+6
2024-06-20ada: Couple of minor fixes in GNAT Reference ManualEric Botcazou4-31/+30
2024-06-20ada: Add Dump_Buffers hooks for code coverageRonan Desplanques1-0/+7
2024-06-20ada: Do not compute Has_Controlled_Component twice during freezingEric Botcazou3-42/+7
2024-06-20ada: Fix minor issues in commentsEric Botcazou1-11/+10
2024-06-20ada: Document -gnatd_w for CCGRichard Kenner1-1/+3
2024-06-20ada: Change messages for -gnatw.v to warningsViljar Indus3-23/+21
2024-06-20ada: Convert -gnatw.n messages to warningsViljar Indus3-12/+14
2024-06-20ada: Add switch for suppressing info messagesViljar Indus5-244/+297