aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-11-23build: Discard obsolete references to $(GCC_PARTS)Maciej W. Rozycki1-1/+1
2024-11-23Daily bump.GCC Administrator1-0/+7
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski3-3/+0
2024-11-22Daily bump.GCC Administrator1-0/+5
2024-11-21c: Add u{,l,ll,imax}abs builtins [PR117024]Jakub Jelinek1-0/+1
2024-11-21Daily bump.GCC Administrator1-0/+17
2024-11-20Enable symbolic backtraces on more Linux and BSD ports (continued)Eric Botcazou1-3/+24
2024-11-20Daily bump.GCC Administrator1-0/+42
2024-11-19Enable symbolic backtraces on more Linux and BSD portsEric Botcazou1-8/+27
2024-11-19ada: Rename Within_Case_Or_If_Expression predicateEric Botcazou3-10/+10
2024-11-19ada: Small fix in expansion of array aggregates handled by the back endEric Botcazou1-46/+25
2024-11-19ada: Cleanup in expansion of aggregates in object declarations with aspectsEric Botcazou3-100/+22
2024-11-19Daily bump.GCC Administrator1-0/+130
2024-11-18ada: Fix interaction of aspect Predicate and static case expressionsEric Botcazou1-25/+18
2024-11-18ada: Atomic_Synchronization is not a user-visible checkBob Duff13-101/+66
2024-11-18ada: Fix small oversight in removal of N_Unchecked_Expression nodeEric Botcazou1-0/+3
2024-11-18ada: Fix another minor fallout of previous changes to aggregate expansionEric Botcazou2-2/+18
2024-11-18ada: Fix another minor fallout of previous changes to aggregate expansionEric Botcazou1-16/+21
2024-11-18ada: Fix minor fallout of previous changes to aggregate expansionEric Botcazou2-20/+10
2024-11-18ada: Small cleanup and refactoring in expansion of asynchronous selectEric Botcazou3-90/+53
2024-11-18ada: Array aggregate with large static bounds causes compiler crashSteve Baird1-0/+5
2024-11-18ada: Cleanup in expansion of array aggregates in object declarationsEric Botcazou3-244/+143
2024-11-18ada: Further cleanup in expansion of array aggregates in allocatorsEric Botcazou1-124/+58
2024-11-18ada: Small cleanup in expansion of array aggregates in allocatorsEric Botcazou1-78/+25
2024-11-18ada: Constraint error not raised in ACATS test c413007Javier Miranda2-9/+10
2024-11-18ada: Crash on 'Access for Stream_Element_Array objectsquirek1-0/+17
2024-11-18ada: Tweak test for predefined main unitRonan Desplanques1-3/+1
2024-11-14Daily bump.GCC Administrator1-0/+71
2024-11-14ada: Avoid doing unnecessary work in elaborate_expression_2Eric Botcazou1-9/+24
2024-11-14ada: Improved legality checking for deep delta aggregates.Steve Baird1-4/+197
2024-11-14ada: Tweak test for predefined units in binderRonan Desplanques1-5/+2
2024-11-14ada: Adapt proofs of light runtime to current version of SPARKClaire Dross11-93/+228
2024-11-14ada: Another small fix to the description of run-time library routinesEric Botcazou1-2/+2
2024-11-14ada: Fix spurious warning on representation clause for private discriminated ...Eric Botcazou1-34/+59
2024-11-14ada: Fix outdated description in System.Arith_* unitsEric Botcazou3-20/+20
2024-11-14ada: Fix internal error on misplaced iterated component associationEric Botcazou4-58/+19
2024-11-13Daily bump.GCC Administrator1-0/+829
2024-11-12ada: Typo fix in commentMarc Poulhiès1-1/+1
2024-11-12ada: Compile time crash on limited object in extended returnsquirek1-5/+17
2024-11-12ada: Fix spurious error on iterated component association with large index typeEric Botcazou1-12/+19
2024-11-12ada: Include design documentation within runtime sourcesPat Bernardi233-334/+1465
2024-11-12ada: Make sure not to access past the end of bit-packed arraysEric Botcazou121-7939/+53704
2024-11-12ada: Fix assertion failure on null aggregate in generic with pragma Ada_2022Eric Botcazou1-1/+1
2024-11-12ada: Get rid of N_Unchecked_Expression nodeEric Botcazou18-125/+23
2024-11-12ada: Fix internal error on invalid prefix with assertions enabledEric Botcazou1-1/+1
2024-11-12ada: Fix assertion failure on illegal use of aspect Type_InvariantEric Botcazou1-4/+12
2024-11-12ada: Fix unexpected Program_Error raised in the parser on mismatched []Eric Botcazou1-1/+2
2024-11-12ada: Fix internal error on instantiation of package with a nested ghost packageEric Botcazou2-12/+17
2024-11-12ada: Fix premature finalization of anonymous access result from library functionEric Botcazou2-7/+25
2024-11-12ada: Accept SPARK.Big_Integers.Big_Integer where Big_Integer is acceptedPiotr Trojanek4-1/+26