aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-11-27Daily bump.GCC Administrator1-0/+162
2024-11-26ada: Do not use ATTR_ADDR_EXPR for 'Unrestricted_AccessEric Botcazou1-3/+8
2024-11-26ada: Add minimal support for address clause/aspect on controlled objectsEric Botcazou3-30/+72
2024-11-26ada: Clean up previous changeEric Botcazou1-10/+6
2024-11-26ada: Minor adjustments to error message for RM B.1(24)Eric Botcazou2-9/+16
2024-11-26ada: Refactor code of Check_Ambiguous_Call and Valid_ConversionJavier Miranda3-321/+336
2024-11-26ada: Relocate implementation of Write_Error_SummaryViljar Indus4-213/+142
2024-11-26ada: Relocate implementation of Set_Msg_Insertion_ColumnViljar Indus4-32/+17
2024-11-26ada: Remove Warn_Runtime_Raise attribute from Error_Msg_ObjectViljar Indus4-33/+4
2024-11-26ada: Refactor checking redundant messagesViljar Indus4-56/+51
2024-11-26ada: Remove Current_Node from ErroutViljar Indus5-17/+3
2024-11-26ada: Remove Raise_Exception_On_ErrorViljar Indus4-30/+0
2024-11-26ada: Store error message kind as an enumViljar Indus9-330/+279
2024-11-26ada: Refactor code for printing the error locationViljar Indus4-40/+38
2024-11-26ada: Simplify codeViljar Indus5-75/+27
2024-11-26ada: Fix the file documenting the ali formatJose Ruiz2-6/+6
2024-11-26ada: Change specifications of Uname subprogramsRonan Desplanques3-25/+52
2024-11-26ada: Remove use of global name bufferRonan Desplanques1-28/+30
2024-11-26ada: Clean up utility functionRonan Desplanques1-8/+2
2024-11-26ada: Fix latent issue exposed by recent change in aggregate expansionEric Botcazou1-5/+11
2024-11-24Daily bump.GCC Administrator1-0/+4
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