aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2023-11-14Daily bump.GCC Administrator1-0/+15
2023-11-10ada: Fix syntax errorAndris Pavēnis1-3/+3
2023-11-09Fix PR ada/111813 (Inconsistent limit in Ada.Calendar.Formatting)Simon Wright1-3/+8
2023-11-08Daily bump.GCC Administrator1-0/+386
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-1/+1
2023-11-07ada: Fix debug info for aliased packed array with unconstrained nominal subtypeEric Botcazou1-0/+12
2023-11-07ada: Fix spurious -Wstringop-overflow with link time optimizationEric Botcazou1-24/+0
2023-11-07ada: Compiler crash on early alignment clauseBob Duff2-4/+1
2023-11-07ada: Update the logo in the gnat docJulien Bortolussi1-3/+6
2023-11-07ada: Fix incorrect resolution of overloaded function call in instanceEric Botcazou6-41/+87
2023-11-07ada: Fix Ada.Directories.Modification_Time on WindowsRonan Desplanques1-1/+10
2023-11-07ada: Elide temporary for aliased array with unconstrained nominal subtypeEric Botcazou1-23/+24
2023-11-07ada: Fix expansion of type aspects with handling of aspectsPiotr Trojanek1-2/+2
2023-11-07ada: Rename Is_Limited_View to reflect actual queryYannick Moy17-98/+101
2023-11-07ada: Implement Aspects as fields under nodesViljar Indus26-462/+266
2023-11-07ada: Minor tweaks for comparison operatorsEric Botcazou3-14/+6
2023-11-07ada: Cleanup "not Present" on List_IdPiotr Trojanek4-4/+4
2023-11-07ada: Cleanup more "not Present"Piotr Trojanek3-9/+7
2023-11-07ada: Fix documentation of -gnatwcRonan Desplanques2-4/+4
2023-11-07ada: New Local_Restrictions and User_Aspect aspects.Steve Baird22-643/+1843
2023-11-07ada: Error in prefix-notation callBob Duff1-2/+8
2023-11-07ada: Remove duplicated code for expansion of packed array assignmentsPiotr Trojanek1-4/+0
2023-11-07ada: Simplify expansion of packed array assignmentsPiotr Trojanek1-4/+4
2023-11-07ada: Fix extra whitespace after END keywordsPiotr Trojanek8-8/+8
2023-11-07ada: Avoid extra conversion in expansion of packed array assignmentsPiotr Trojanek1-1/+2
2023-11-07ada: Simplify handling of known values in expansion of packed arraysPiotr Trojanek1-16/+10
2023-11-07ada: Change local variables to constants in expansion of packed arraysPiotr Trojanek1-7/+3
2023-11-07ada: Fix style in declaration of routine for expansion of packed arraysPiotr Trojanek1-10/+10
2023-11-07ada: Cleanup getting of actual subtypesPiotr Trojanek1-3/+1
2023-11-07ada: Fix handling of actual subtypes for expanded namesPiotr Trojanek1-2/+2
2023-11-07ada: Simplify code for Ignore_Style_Checks_PragmasViljar Indus1-15/+11
2023-11-07ada: Fix scope of semantic style_check pragmasViljar Indus1-0/+10
2023-11-07ada: Fix internal error on address of element of packed array componentEric Botcazou1-3/+3
2023-11-05Daily bump.GCC Administrator1-0/+4
2023-11-03diagnostics: convert diagnostic_context to a classDavid Malcolm1-2/+2
2023-10-23Daily bump.GCC Administrator1-0/+4
2023-10-22Config,Darwin: Allow for configuring Darwin to use embedded runpath.Iain Sandoe1-1/+4
2023-10-21Daily bump.GCC Administrator1-0/+6
2023-10-20Control flow redundancy hardeningAlexandre Oliva1-0/+2
2023-10-20Daily bump.GCC Administrator1-0/+75
2023-10-19ada: Support new SPARK aspect Side_EffectsYannick Moy18-760/+1162
2023-10-19ada: Refactor code to remove GNATcheck violationSheri Bernstein1-35/+40
2023-10-19ada: Add pragma Annotate for GNATcheck exemptionsSheri Bernstein1-0/+8
2023-10-19ada: Document gnatbind -Q switchPatrick Bernardi5-21/+59
2023-10-19ada: Seize opportunity to reuse List_LengthRonan Desplanques1-7/+1
2023-10-19ada: Simplify "not Present" with "No"Piotr Trojanek1-1/+1
2023-10-11Daily bump.GCC Administrator1-0/+56
2023-10-10ada: Fix internal error on too large representation clause for small componentEric Botcazou1-1/+13
2023-10-10ada: Tweak internal subprogram in Ada.DirectoriesRonan Desplanques1-21/+25
2023-10-10ada: Remove superfluous setter procedureEric Botcazou3-13/+1