summaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)Author
2025-11-22Daily bump.GCC Administrator
2025-11-21ada: Follow-on for duplicate formal iterator namesBob Duff
2025-11-21ada: Remove obsolete call to Establish_Transient_ScopeEric Botcazou
2025-11-21ada: Sort cross-reference table using heap and not stackPiotr Trojanek
2025-11-21ada: Avoid non-serious errors masking fatal errorsViljar Indus
2025-11-21ada: Update description of extra formals for build-in-place functions.Eric Botcazou
2025-11-21ada: Fix warnings given by static analyzer on Exp_Ch4Eric Botcazou
2025-11-21ada: No extra formals on anonymous access types of C subprogramsJavier Miranda
2025-11-21ada: Fix memory leak for unconstrained limited arrays in anonymous contextsEric Botcazou
2025-11-21ada: Avoid incorrect errors for duplicate formal iterator namesBob Duff
2025-11-21ada: Improve Append performance for Ada.Containers.Bounded_VectorsSteve Baird
2025-11-21ada: Update the message for -gnatwx switchViljar Indus
2025-11-21ada: Remove suspicious entries generated by -gnatR for generic formal typesEric Botcazou
2025-11-21ada: Ensure a limited type is marking the packing as usedViljar Indus
2025-11-19Daily bump.GCC Administrator
2025-11-18ada: Reserve Is_Constructor for Ada constructorsDenis Mazzucato
2025-11-18ada: Fix assertion failure on prefixed call with access to class-wide interfaceEric Botcazou
2025-11-18ada: Enforce checks on access to interface type conversionsJavier Miranda
2025-11-18ada: Small cleanup in analysis of package instantiationEric Botcazou
2025-11-18ada: Fix small typo in commentEric Botcazou
2025-11-18ada: Fix bogus error about null exclusion for designated type with multiple v...Eric Botcazou
2025-11-18ada: Update baselining disclaimer.Tonu Naks
2025-11-18ada: Improve diagnostic when an incorrect left bracket is foundDenis Mazzucato
2025-11-18ada: Add rule check for call argumentsViljar Indus
2025-11-18ada: Reserve Is_Constructor for Ada constructorsDenis Mazzucato
2025-11-18ada: Avoid duplicate streaming and Put_Image subprograms (part2).Steve Baird
2025-11-18ada: Improve warning on abstract equalityBob Duff
2025-11-18ada: Update implementation for ghost entities inside ignored regionsViljar Indus
2025-11-18ada: Don't generate function that violates No_Dynamic_Sized_Objects restrictionSteve Baird
2025-11-18ada: Fix mistake in recent patchRonan Desplanques
2025-11-18ada: Add ATC to suspension objectsRonan Desplanques
2025-11-18ada: Use Finalizable for suspension objectsRonan Desplanques
2025-11-14Daily bump.GCC Administrator
2025-11-13ada: Fix internal error on protected entry and private recordEric Botcazou
2025-11-13ada: Corrupted unwind info in aarch64-vx7r2 llvm kernel testsDouglas B Rupp
2025-11-13ada: Avoid duplicate streaming and Put_Image subprograms.Steve Baird
2025-11-13ada: Ignore declarations of internal types in compile-time evaluationPiotr Trojanek
2025-11-13ada: Fix pretty-printing of end spansPiotr Trojanek
2025-11-13ada: Type-resolution error on target name in assignment to indexed containerGary Dismukes
2025-11-13ada: Detect illegal value of static expression of decimal fixed point typeEric Botcazou
2025-11-13ada: Extend internal documentation of suspension objectsRonan Desplanques
2025-11-13ada: Update description of Alignment field for objectsEric Botcazou
2025-11-13ada: Fix ancient bug in pragma Suppress (Alignment_Check)Eric Botcazou
2025-11-13ada: Fix documentation on Junk namesMarc Poulhiès
2025-11-13ada: Annotate CRC32 runtime packages as Pure and Always_TerminatesPiotr Trojanek
2025-11-13ada: Relax assertion in compile-time evaluatorPiotr Trojanek
2025-11-13ada: Clear confusion about Standard'Maximum_AlignmentEric Botcazou
2025-11-13ada: Further update GNAT RM after recent change to alignment checksEric Botcazou
2025-11-13ada: Fix a few typos in Layout.Set_Composite_AlignmentEric Botcazou
2025-11-13Daily bump.GCC Administrator