aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2023-09-28Daily bump.GCC Administrator1-0/+80
2023-09-26ada: Fix missing call to Finalize_Protection for simple protected objectsEric Botcazou2-11/+40
2023-09-26ada: Fix deferred constant wrongly rejectedEric Botcazou1-2/+4
2023-09-26ada: Fix unnesting generated loops with nested finalization procedureMarc Poulhiès2-10/+85
2023-09-26ada: Crash processing the accessibility level of an actual parameterJavier Miranda1-7/+17
2023-09-26ada: Fix missing finalization of extended return object on abnormal completionEric Botcazou4-12/+12
2023-09-26ada: Update personality function for CHERI purecapDaniel King1-3/+36
2023-09-26ada: Fix conversions between addresses and integersDaniel King2-5/+6
2023-09-26ada: Add CHERI variant of System.Stream_AttributesDaniel King1-0/+1019
2023-09-26ada: Define CHERI exception typesDaniel King1-0/+16
2023-09-26ada: Make minor corrections to CUDA-related commentsRonan Desplanques2-5/+4
2023-09-26ada: Dimensional analysis when used with elementary functionsDerek Schacht2-2/+29
2023-09-26ada: Clarify RM references that justify a constraint checkYannick Moy1-3/+4
2023-09-20Daily bump.GCC Administrator1-0/+30
2023-09-19ada: TSS finalize address subprogram generation for constrained...Richard Wai2-2/+30
2023-09-19ada: Private extensions with the keyword "synchronized" are always limited.Richard Wai1-3/+9
2023-09-19ada: Refine upper array bound for bit packed arrayMarc Poulhiès3-0/+123
2023-09-19ada: Crash processing type invariants on child subprogramJavier Miranda1-1/+24
2023-09-16Daily bump.GCC Administrator1-0/+123
2023-09-15ada: Fix minor glitch in finish_record_typeEric Botcazou1-1/+1
2023-09-15ada: Explicitly analyze and expand null array aggregatesPiotr Trojanek2-2/+8
2023-09-15ada: Fix wrong optimization of extended return for discriminated record typeEric Botcazou1-0/+1
2023-09-15ada: Do not perform local-exception-to-goto optimization on barrier functionsPatrick Bernardi2-29/+21
2023-09-15ada: Generate runtime restrictions list when the standard library is suppressedPatrick Bernardi1-6/+4
2023-09-15ada: Fix internal error on misaligned component with variable nominal sizeEric Botcazou1-3/+6
2023-09-15ada: Fix internal error on aggregate nested in container aggregateEric Botcazou1-7/+9
2023-09-15ada: Remove GNAT Pro details regarding moldKévin Le Gouguec1-22/+0
2023-09-15ada: Fix internal error on expression function with Refined_Post aspectEric Botcazou1-0/+3
2023-09-15ada: Clean up scope depth and related code (tech debt)Bob Duff13-84/+231
2023-09-15ada: Crash on creation of extra formals on type extensionJavier Miranda3-66/+24
2023-09-15Daily bump.GCC Administrator1-0/+42
2023-09-14ada: Improve detection of deactivated code for warnings with -gnatwtYannick Moy2-9/+167
2023-09-14ada: Assertion failure on expansion of record with invariantJavier Miranda1-2/+10
2023-09-14ada: Assertion failure on calculation of Large_Max_Size_MutableJavier Miranda1-1/+3
2023-09-14ada: Assertion failure on for-of loop iterating on selected componentJavier Miranda1-2/+7
2023-09-14ada: Fix late finalization for function call in delta aggregateEric Botcazou1-2/+6
2023-09-14ada: Fix premature finalization in loop over limited iterable containerEric Botcazou1-40/+48
2023-09-14ada: Assertion failure adding extra formals to late overriding subp.Javier Miranda1-1/+2
2023-09-05Daily bump.GCC Administrator1-0/+168
2023-09-05ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-1/+1
2023-09-05ada: Fix DWARF for certain arraysTom Tromey2-8/+14
2023-09-05ada: Remove redundant protection against empty listPiotr Trojanek1-21/+19
2023-09-05ada: Add guard before querying the type for its interfacesPiotr Trojanek1-1/+3
2023-09-05ada: Remove redundant guard against an empty list of interfacesPiotr Trojanek1-3/+1
2023-09-05ada: Fix problematic secondary stack management in protected entryEric Botcazou1-1/+1
2023-09-05ada: Fix crash on selected component lookup in generic instanceBob Duff1-3/+7
2023-09-05ada: Fix spurious warning emissionsRonan Desplanques1-6/+11
2023-09-05ada: Fix assertion failure on very peculiar enumeration typeEric Botcazou1-0/+14
2023-09-05ada: Remove TBC comment, no more neededLiaiss Merzougue1-1/+0
2023-09-05ada: Crash on creation of extra formals on type extensionJavier Miranda3-7/+67