aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-12ada: Make Interrupt and Attach Handlers Obsolescent in VXWorksViljar Indus3-1/+285
2024-11-12ada: Fix bogus error for delta aggregate as expression functionEric Botcazou1-0/+1
2024-11-12ada: Remove couple of irregular calls to Resolve_Aggr_ExprEric Botcazou1-32/+12
2024-11-12ada: Allow file mapping for System's specRonan Desplanques3-19/+34
2024-11-12ada: Fix markup typosRichard Kenner3-5/+5
2024-11-12ada: Remove use of overlays in implementation of System.Pack_N unitsEric Botcazou121-1432/+2453
2024-11-12ada: Remove obsolete ??? comment about Assignment_OK flagEric Botcazou1-4/+2
2024-11-12ada: Get rid of Kill_Range_Checks flag on entitiesEric Botcazou6-35/+11
2024-11-12ada: Improve message for misused implicitly-defined preprocessor symbol.Steve Baird1-2/+9
2024-11-12ada: Flatten Is_Build_In_Place_Aggregate_Return predicateEric Botcazou1-25/+10
2024-11-12ada: Set correct minimum stack size for aarch64-linuxJohannes Kliemann2-0/+83
2024-11-12ada: Detect sharing of external file in inconsistent read-write modesPiotr Trojanek5-6/+11
2024-11-12ada: Spurious error on abstract primitive with access formalssquirek1-1/+14
2024-11-12ada: Missing runtime tag check on mutably tagged objectssquirek1-2/+30
2024-11-12ada: GNAT Calendar Support for 64-bit Unix TimeDouglas B Rupp4-7/+146
2024-11-12ada: Fix internal error on nested iterated component associationsEric Botcazou3-77/+91
2024-11-12ada: Add documentation about GNAT LLVM to GNAT User's GuideRichard Kenner5-557/+801
2024-11-12ada: Fix compilation failure due to style warningEric Botcazou1-1/+1
2024-11-12ada: Rework GNATdll shared library relocation support.Pascal Obry1-152/+21
2024-11-12ada: The Library_Unit field was used for all sorts of different purposes, whi...squirek1-2/+2
2024-11-12ada: Elide the copy in aggregate returns for nonlimited typesEric Botcazou4-36/+48
2024-11-12ada: Add Ada coverage instrumentation supportRonan Desplanques1-0/+54
2024-11-12ada: Implement built-in-place expansion of container aggregatesEric Botcazou3-148/+285
2024-11-12ada: Remove obsolete workaround for back-end limitationEric Botcazou3-34/+0
2024-11-12ada: sem.adb.process_bodies_in_context: check if spec has lib body before useGhjuvan Lacambre1-18/+23
2024-11-12ada: Fix weird error in Ada.Numerics.Discrete_Random with Component_AlignmentEric Botcazou1-7/+6
2024-11-12ada: add xspack.py and corresponding templates.Marc Poulhiès3-0/+415
2024-11-05Daily bump.GCC Administrator1-0/+326
2024-11-04ada: Move special case for null string literal from frontend to backendPiotr Trojanek1-2/+12
2024-11-04ada: Remove special case for the size of a string literal subtypePiotr Trojanek1-6/+2
2024-11-04ada: Fix ancient typo in process_declsEric Botcazou1-6/+2
2024-11-04ada: Split Library_Unit using multiple wrappersBob Duff29-295/+542
2024-11-04ada: Improve Unbounded_Wide_String performanceNicolas Roche2-46/+127
2024-11-04ada: Improve performance of Unbounded_Wide_Wide_StringNicolas Roche2-47/+130
2024-11-04ada: Improve Unbounded_String performanceNicolas Roche2-49/+134
2024-11-04ada: Initial implementation of Extended_Access aspect (FE portion only)Steve Baird10-5/+204