aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Daily bump.GCC Administrator1-0/+221
2024-05-21Fix Ada runtime library breakage on Solaris (bis)Eric Botcazou2-5/+2
2024-05-21ada: Streamline implementation of simple nonbinary modular operationsEric Botcazou1-63/+28
2024-05-21ada: Simplify test for propagation of attributes to subtypesEric Botcazou1-4/+3
2024-05-21ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022Eric Botcazou1-1/+12
2024-05-21ada: Fix strict aliasing violation in parameter passing (continued)Eric Botcazou3-62/+159
2024-05-21ada: Make detection of useless copy for return more robustEric Botcazou1-2/+3
2024-05-21ada: Fix strict aliasing violation in parameter passingEric Botcazou2-18/+82
2024-05-21ada: Fix crash with aliased array and if expressionRonan Desplanques1-3/+5
2024-05-21ada: Minor typo fix in commentMarc Poulhiès1-1/+1
2024-05-21ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_ProcEric Botcazou1-8/+4
2024-05-21ada: Avoid temporary for conditional expression of discriminated record typeEric Botcazou1-2/+2
2024-05-21ada: Remove unused dependencies from gnatbind object listPiotr Trojanek1-5/+0
2024-05-21ada: Fix assembler error for gigantic library-level object on 64-bit WindowsEric Botcazou1-6/+21
2024-05-21ada: Fix crash on aliased constant with packed array type and -g switchEric Botcazou1-0/+3
2024-05-21ada: Fix small inaccuracy for Size attribute applied to objectsEric Botcazou1-3/+25
2024-05-21ada: Fix oversight in previous changeEric Botcazou1-2/+5
2024-05-21ada: Missing constraint check for initial value of object with address clauseSteve Baird1-0/+29
2024-05-21ada: Fix layout in a list of aspectsPiotr Trojanek1-8/+11
2024-05-21ada: Remove duplicate statementRonan Desplanques1-1/+0
2024-05-21ada: Remove useless trampolines caused by Unchecked_ConversionEric Botcazou1-13/+16
2024-05-21ada: Add elaboration switch tags to info messagesViljar Indus1-5/+8
2024-05-21ada: Simplify management of scopes while inliningPiotr Trojanek1-15/+4
2024-05-21ada: Remove some explicit yields in tasking run-timeRonan Desplanques2-36/+0
2024-05-21ada: Fix formatting in list of implemented Ada 2012 featuresPiotr Trojanek2-6/+6
2024-05-21ada: Sort list of implemented Ada 2012 featuresPiotr Trojanek2-1831/+1831
2024-05-21ada: Fix index entry for an implemented AI featurePiotr Trojanek2-2/+2
2024-05-21ada: Update documentation of warning messagesViljar Indus2-15/+15
2024-05-21ada: Do not leak tagged type names when Discard_Names is enabledPiotr Trojanek4-10/+41
2024-05-21ada: Remove conversion from String_Id to String and back to String_IdPiotr Trojanek1-4/+2
2024-05-21ada: Remove trailing NUL in minimal expansion of Put_Image attributePiotr Trojanek1-1/+3
2024-05-21ada: Follow-up fix to previous change for Text_PtrEric Botcazou1-1/+1
2024-05-21ada: Add new Mingw task priority mappingJustin Squirek5-228/+289
2024-05-21Daily bump.GCC Administrator1-0/+369
2024-05-20ada: Allow 'others' in formal packages with overloaded formalsBob Duff3-22/+14
2024-05-20ada: Add direct workaround for limitations of RTSfind mechanismEric Botcazou6-63/+12
2024-05-20ada: Fix internal error on nested aggregate in conditional expressionEric Botcazou1-1/+3
2024-05-20ada: Get rid of secondary stack for indefinite record types with size clauseEric Botcazou3-6/+18
2024-05-20ada: Formal package comment corrections in sinfo.adsBob Duff1-15/+46
2024-05-20ada: Add Is_Base_Type predicate to C interfaceEric Botcazou2-3/+9
2024-05-20ada: Error on instantiation of generic containing legal container aggregateGary Dismukes1-9/+8
2024-05-20ada: Error on instantiation of generic containing legal container aggregateGary Dismukes1-17/+5
2024-05-20ada: Handle accessibility calculations for 'First and 'LastJustin Squirek1-1/+9
2024-05-20ada: Further refine 'Super attributeJustin Squirek1-4/+0
2024-05-20ada: Fix list of implementation-defined attributesPiotr Trojanek1-0/+27
2024-05-20ada: Fix list of attributes defined by Ada 2012Piotr Trojanek1-1/+4
2024-05-20ada: Apply restriction No_Implementation_Attributes to source nodes onlyPiotr Trojanek1-13/+14
2024-05-20ada: Remove repeated condition in check for implementation attributesPiotr Trojanek1-1/+1
2024-05-20ada: Use discrete choice list in declaration of universal type attributesPiotr Trojanek1-31/+31
2024-05-20ada: Fix style in list of implementation-defined attributesPiotr Trojanek1-0/+8