aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-06-13ada: Compiler goes into loopSteve Baird1-1/+4
2024-06-13ada: Remove -gnatdJ switchViljar Indus9-220/+22
2024-06-13ada: Fix segmentation fault on slice of array with Unbounded_String componentEric Botcazou2-24/+93
2024-06-13ada: Remove Iterable from list of GNAT-specific attributesEric Botcazou3-513/+496
2024-06-13ada: Fix test for giving hint on ambiguous aggregateYannick Moy1-1/+1
2024-06-13ada: Missing postcondition runtime check in inherited primitiveJavier Miranda5-85/+269
2024-06-13ada: Revert changing a GNATProve mode message to a non-warningViljar Indus1-1/+1
2024-06-13ada: Deep copy of an expression sometimes fails to copy entitiesSteve Baird1-21/+0
2024-06-13ada: Minor cleanups in generic formal matchingBob Duff4-17/+17
2024-06-13ada: Remove message about goto rewritten as a loopViljar Indus1-3/+0
2024-06-13ada: Remove warning insertion characters from info messagesViljar Indus3-3/+3
2024-06-13ada: Convert an info message to a continuationViljar Indus1-2/+3
2024-06-13ada: Simplify code in Cannot_InlineViljar Indus1-10/+10
2024-06-13ada: List subprogram body entities in scopesYannick Moy3-57/+17
2024-06-13ada: Interfaces order disables class-wide prefix notation callsJavier Miranda1-1/+22
2024-06-13ada: Fix Super attribute documentationSteve Baird3-3/+3
2024-06-13ada: Fix expansion of protected subprogram bodiesRonan Desplanques2-118/+147
2024-06-13ada: Fix oversight in latest finalization fixEric Botcazou1-1/+1
2024-06-13ada: Check global mode restriction on encapsulating abstract statesPiotr Trojanek1-25/+56
2024-06-13ada: Streamline elaboration of local tagged typesEric Botcazou13-59/+289
2024-06-13ada: Do not inline subprogram which could cause SPARK violationYannick Moy1-1/+82
2024-06-13ada: Fix incorrect String lower bound in gnatlinkRonan Desplanques1-7/+24
2024-06-13ada: Reject too-strict alignment specifications.Steve Baird1-2/+3
2024-06-13ada: Inline if -gnatn in CCG mode even if -O0Richard Kenner1-2/+3
2024-06-13ada: Fix fallout of previous finalization changeEric Botcazou1-4/+14
2024-06-13ada: Missing support for 'Old with overloaded functionJavier Miranda3-1/+51
2024-06-13ada: Simplify checks for Address and Object_Size clausesPiotr Trojanek3-7/+4
2024-06-13ada: Add support for symbolic backtraces with DLLs on WindowsEric Botcazou3-28/+29
2024-06-13ada: Fix too late finalization of temporary objectEric Botcazou3-98/+48
2024-06-13ada: Missing dynamic predicate checksJavier Miranda2-2/+112
2024-06-13Daily bump.GCC Administrator1-0/+5
2024-06-12map packed field type to unpacked for debug infoAlexandre Oliva1-0/+4
2024-06-11Daily bump.GCC Administrator1-0/+219
2024-06-10ada: Add support for No_Implicit_Conditionals to nonbinary modular typesEric Botcazou1-55/+77
2024-06-10ada: Storage_Error in indirect call to function returning limited typeJavier Miranda2-8/+15
2024-06-10ada: Derived type with convention C must override convention C_Pass_By_CopyGary Dismukes1-0/+9
2024-06-10ada: Minor code adjustment to "not Present" testGary Dismukes1-1/+1
2024-06-10ada: For freezing, treat an extension or delta aggregate like a regular aggre...Steve Baird1-1/+3
2024-06-10ada: Resolve compilation issues with container aggregates in draft ACATS B testsGary Dismukes1-6/+20
2024-06-10ada: Missing style check for extra parentheses in operatorsJustin Squirek7-9/+34
2024-06-10ada: Iterator filter ignored on formal loopJustin Squirek1-8/+37
2024-06-10ada: Crash checking accessibility level on private typeJustin Squirek1-1/+1
2024-06-10ada: Unreferenced warning on abstract subprogramJustin Squirek1-4/+8
2024-06-10ada: Further refine 'Super attributeJustin Squirek1-0/+6
2024-06-10ada: Fix references to Ada RM in commentsPiotr Trojanek9-12/+11
2024-06-10ada: Tune code related to potentially unevaluated expressionsPiotr Trojanek2-6/+4
2024-06-10ada: Remove streaming facilities from generics for formal containersYannick Moy2-92/+0
2024-06-10ada: Fix usage of SetThreadAffinityMaskRonan Desplanques2-4/+4
2024-06-10ada: Fix usage of SetThreadIdealProcessorRonan Desplanques1-2/+11
2024-06-10ada: Remove incorrect assertion in run-timeRonan Desplanques1-11/+11