aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2024-06-20ada: Rewrite generic formal/actual matchingBob Duff6-1183/+1485
2024-06-20ada: Replace "All" argument to Extensions_Allowed pragma with "All_Extensions"Steve Baird7-30/+36
2024-06-20ada: Crash on selected component of formal derived type in generic instanceGary Dismukes1-18/+19
2024-06-20ada: Fix inlining of fixed-lower-bound array for GNATproveYannick Moy2-5/+17
2024-06-20ada: Fix assertion failure during analysis of instantiation of formal packageEric Botcazou1-1/+2
2024-06-20ada: Fix composition of primitive equality for untagged records with variant ...Eric Botcazou1-28/+22
2024-06-20ada: New pragma to default all interrupts to system.Doug Rupp15-779/+904
2024-06-20ada: Fix bogus error with "=" operator on array of private unchecked unionEric Botcazou2-20/+14
2024-06-20ada: Fix crash on real literal in declare expression of expression functionEric Botcazou1-2/+3
2024-06-20ada: Enforce strict alignment for array types with aliased componentEric Botcazou2-13/+22
2024-06-20ada: Update Bit Ordering references in GNAT Reference ManualEric Botcazou4-28/+24
2024-06-20ada: Add documentation for Subprogram_Variant aspect and pragmaPiotr Trojanek4-655/+738
2024-06-20ada: Streamline propagation of controlled flags on typesEric Botcazou7-101/+113
2024-06-20ada: Remove redundant conditions from freezing codePiotr Trojanek2-8/+7
2024-06-20ada: Fix style in freezing codePiotr Trojanek2-8/+6
2024-06-20ada: Remove Max_Entry_Queue_Depth pragma/aspectEric Botcazou8-47/+6
2024-06-20ada: Couple of minor fixes in GNAT Reference ManualEric Botcazou4-31/+30
2024-06-20ada: Add Dump_Buffers hooks for code coverageRonan Desplanques1-0/+7
2024-06-20ada: Do not compute Has_Controlled_Component twice during freezingEric Botcazou3-42/+7
2024-06-20ada: Fix minor issues in commentsEric Botcazou1-11/+10
2024-06-20ada: Document -gnatd_w for CCGRichard Kenner1-1/+3
2024-06-20ada: Change messages for -gnatw.v to warningsViljar Indus3-23/+21
2024-06-20ada: Convert -gnatw.n messages to warningsViljar Indus3-12/+14
2024-06-20ada: Add switch for suppressing info messagesViljar Indus5-244/+297
2024-06-20ada: Treat Info-Warnings as Info messagesViljar Indus4-76/+96
2024-06-20ada: Update documentation for 'SuperJustin Squirek4-491/+497
2024-06-20ada: Improve preprocessor error handling.Steve Baird2-2/+10
2024-06-20ada: Fix list of attributes defined by Ada 2022Piotr Trojanek2-12/+3
2024-06-15Daily bump.GCC Administrator1-0/+232
2024-06-14ada: Do not include target-specific makefile fragmentsEric Botcazou1-6/+0
2024-06-14ada: Fix return mechanism reported by -gnatRmEric Botcazou1-7/+27
2024-06-14ada: Skip subprogram body entities inside scopesYannick Moy1-0/+8
2024-06-14ada: Do not create null GCC thunksEric Botcazou1-10/+19
2024-06-14ada: Typo and indentation fixMarc Poulhiès4-7/+7
2024-06-14ada: Fix parts of classification of aspectsEric Botcazou2-62/+101
2024-06-14ada: Bad tree built for Obj.Discrim_Dep_Component'Loop_Entry in assertionSteve Baird1-7/+18
2024-06-14ada: Simplify handling of VxWorks-specific error codes for ENOENTJerome Guitton1-7/+20
2024-06-14ada: Minor tweak in SnamesEric Botcazou1-4/+1
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek30-130/+1235
2024-06-14ada: Crash checking accessibility level on private typeJustin Squirek1-1/+5
2024-06-14ada: Minor tweaks to processing of Aggregate aspectEric Botcazou3-15/+15
2024-06-14ada: Missing initialization of multidimensional array using slidingJavier Miranda1-21/+33
2024-06-14ada: Couple of small cleanups in semantic analysis of aspectsEric Botcazou3-60/+58
2024-06-14ada: Allow implicit dereferenced for uses of 'SuperJustin Squirek1-0/+1
2024-06-14ada: Remove unused name of aspect from SnamesEric Botcazou1-1/+0
2024-06-14Daily bump.GCC Administrator1-0/+261
2024-06-13Revert "map packed field type to unpacked for debug info"Alexandre Oliva1-4/+0
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