aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Daily bump.GCC Administrator1-0/+4
2024-01-23Update year in GnatvsnRonan Desplanques1-1/+1
2024-01-22Update copyright years.Marc Poulhiès2236-2236/+2236
2024-01-10Daily bump.GCC Administrator1-0/+201
2024-01-09ada: Fix bogus Constraint_Error on allocator for access to array of access typeEric Botcazou2-4/+5
2024-01-09ada: Preliminary cleanup in aliasing support codeEric Botcazou3-41/+38
2024-01-09ada: Do not count comparison of addresses as a modificationViljar Indus1-2/+6
2024-01-09ada: Minor change replacing "not Present" tests with "No" testsGary Dismukes1-2/+2
2024-01-09ada: Allow passing private types to generic formal incomplete typesBob Duff1-80/+76
2024-01-09ada: Excess elements created for indexed aggregates with iterator_specificationsGary Dismukes1-74/+77
2024-01-09ada: Remove unused runtime entityEric Botcazou3-20/+0
2024-01-09ada: Fix limited_with in Check_Scil; allow for <> in pp of aggregateTucker Taft2-1/+6
2024-01-09ada: Fix internal error on class-wide allocator inside if-expressionEric Botcazou1-2/+11
2024-01-09ada: Add __atomic_store_n binding to System.Atomic_PrimitivesEric Botcazou4-2/+55
2024-01-09ada: Cannot requeue to a procedure implemented by an entryJavier Miranda2-0/+27
2024-01-09ada: Remove side effects depending on the context of subtype declarationPiotr Trojanek1-11/+63
2024-01-09ada: More aggressive inlining of subprogram calls in GNATprove modePiotr Trojanek2-5/+11
2024-01-09ada: Remove dead detection of recursive inlined subprogramsPiotr Trojanek1-19/+0
2024-01-09ada: Remove dead code for GNATprove inliningPiotr Trojanek1-13/+2
2024-01-09ada: Fix uses of not PresentPiotr Trojanek2-2/+2
2024-01-09ada: Fix bug in Sem_Util.Enclosing_DeclarationSteve Baird4-30/+8
2024-01-09ada: Error compiling Ada 2022 object renaming with no subtype markSteve Baird4-10/+40
2024-01-09ada: Fix precondition in Interfaces.C.StringsJoffrey Huguet1-4/+5
2024-01-09ada: Remove unreachable code in Resolve_Extension_AggregateEric Botcazou1-38/+1
2024-01-09ada: Avoid xref on out params of TSSBob Duff1-3/+9
2024-01-09ada: Document new SPARK aspect and pragma Always_TerminatesPiotr Trojanek5-2137/+2178
2024-01-09Fix outdated commentEric Botcazou1-5/+4
2024-01-09Fix internal error on function call returning extension of limited interfaceEric Botcazou2-77/+84
2024-01-09Fix internal error on function call returning extension of limited interfaceEric Botcazou2-3/+4
2024-01-09Fix internal error on anonymous access type equalityEric Botcazou1-8/+4
2024-01-05Daily bump.GCC Administrator1-0/+5
2024-01-04Add generated .opt.urls filesDavid Malcolm1-0/+30
2024-01-04Daily bump.GCC Administrator1-0/+5
2024-01-03Update copyright dates.Jakub Jelinek2-2/+2
2024-01-03Rotate ChangeLog files.Jakub Jelinek2-6973/+6979
2023-12-20Daily bump.GCC Administrator1-0/+215
2023-12-19ada: Add makefile targets for building/installing html docMarc Poulhiès1-4/+31
2023-12-19ada: Fix internal error on call with parameter of predicated subtypeEric Botcazou2-10/+8
2023-12-19ada: Check all interfaces for valid iterator typeViljar Indus1-13/+90
2023-12-19ada: Missing error on positional container aggregates for types with Add_NamedGary Dismukes1-3/+17
2023-12-19ada: Remove GNATcheck violationsSheri Bernstein1-10/+8
2023-12-19ada: Rework comment in Expand_Ctrl_Function_CallEric Botcazou1-1/+6
2023-12-19ada: Compiler hangs on container aggregate with function call as key expressionGary Dismukes1-2/+2
2023-12-19ada: Fix style and typos in commentsPiotr Trojanek3-4/+4
2023-12-19ada: Remove unreferenced utility routine Get_Logical_Line_Number_ImgPiotr Trojanek2-18/+0
2023-12-19ada: gnatbind: Do not generate Ada.Command_Line references when not usedPatrick Bernardi1-13/+42
2023-12-19ada: Optimize performance and remove dynamic frame requirement.Vasiliy Fofanov1-7/+10
2023-12-19ada: Ignore unconstrained components as inputs for DependsPiotr Trojanek1-36/+2
2023-12-19ada: Rename Is_Constr_Subt_For_UN_Aliased flagEric Botcazou9-57/+55
2023-12-19ada: Remove No_Dynamic_Priorities from Restricted_TaskingJohannes Kliemann1-1/+0