aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2022-07-05[Ada] Warn about obsolete uses of renamed Ada 83 packagesPiotr Trojanek3-6/+12
2022-07-05[Ada] Couple of small cleanups for Cloned_SubtypeEric Botcazou2-7/+5
2022-07-05[Ada] Remove kludge for validity checks on Long_Float typePiotr Trojanek2-38/+4
2022-07-05[Ada] Remove repeated setting of Never_Set_In_SourcePiotr Trojanek1-4/+3
2022-07-05[Ada] Reorder processing of default expressions to avoid repeated callsPiotr Trojanek1-3/+3
2022-07-05[Ada] Remove redundant protection against empty listsPiotr Trojanek4-40/+23
2022-07-05[Ada] qnx-7.1: ACATS cxag001 failure on qnx - realpathDoug Rupp1-13/+0
2022-07-05[Ada] Remove use of a global name buffer when locating a filePiotr Trojanek1-4/+2
2022-07-05[Ada] Reuse Get_Pragma_Arg to handle pragma argument associationsPiotr Trojanek2-10/+6
2022-07-05[Ada] Fix spurious error on object renaming with ghost typeYannick Moy1-1/+10
2022-07-05[Ada] Misc cleanup related to finalizationBob Duff9-70/+75
2022-07-05[Ada] Remove repeated analysis for pragma Thread_Local_StoragePiotr Trojanek1-1/+0
2022-07-05[Ada] Annotate GNAT.Sockets with No_Return aspectsPiotr Trojanek2-3/+5
2022-07-05[Ada] Cleanup repeated code for aggregate constraints checksPiotr Trojanek1-15/+10
2022-07-05[Ada] Fix comments mentioning ancient flags related to objects referencesPiotr Trojanek2-10/+10
2022-07-05[Ada] Spurious error on qualified prefix in Pack.Func'ResultYannick Moy1-0/+6
2022-07-05[Ada] Perform object rewriting as renaming only in the expanderEric Botcazou2-73/+33
2022-07-05[Ada] Remove exception propagation during bootstrapArnaud Charlet4-24/+30
2022-07-05[Ada] Fix dangling bounds for array result of BIP functionsEric Botcazou8-976/+867
2022-07-05[Ada] Remove unnecessary dead code after calls to nonreturning proceduresPiotr Trojanek7-18/+0
2022-07-05[Ada] Remove return statements after procedure calls that don't returnPiotr Trojanek2-63/+0
2022-07-05[Ada] Combine system.ads files - vxworks6 constants.Doug Rupp3-6/+6
2022-07-05[Ada] Fix clearly unintentional dead analysis of attribute Code_AddressPiotr Trojanek1-1/+1
2022-07-05[Ada] Cleanup in error about unreachable codePiotr Trojanek1-2/+1
2022-07-05[Ada] Remove redundant guards in detection of unreachable codePiotr Trojanek1-3/+2
2022-07-05[Ada] Remove redundant guard for call to List_Length with a No_ListPiotr Trojanek1-5/+1
2022-07-05[Ada] Add RM reference to check for functions without a return statementPiotr Trojanek1-0/+4
2022-07-05[Ada] Remove comment about a long gone formal verification modePiotr Trojanek1-3/+1
2022-07-05[Ada] Remove unimplemented convert_addresses declarationDmitriy Anisimkov1-2/+0
2022-07-05[Ada] Remove old vxworks6 from Makefile.rtlDoug Rupp15-1598/+37
2022-07-05Daily bump.GCC Administrator1-0/+248
2022-07-04[Ada] Do not make procedure call with only tag-indeternminate actuals dispatc...Eric Botcazou1-42/+35
2022-07-04[Ada] Fix dispatching call to primitive function with controlling tagged resultEric Botcazou1-2/+8
2022-07-04[Ada] vx7r2: do not include s-qnx.ads in the kernel and rtp runtimesDoug Rupp1-0/+1
2022-07-04[Ada] Small housekeeping work in Expand_N_Object_DeclarationEric Botcazou1-137/+119
2022-07-04[Ada] Makefile.rtl: remove references t oVxworks RTP Cert .spec filesDoug Rupp1-7/+0
2022-07-04[Ada] Refactor duplicated resolution of Count and Index attributesPiotr Trojanek1-14/+4
2022-07-04[Ada] Use static stack allocation for small string if-expressionsEric Botcazou4-31/+364
2022-07-04[Ada] Adjust previous change to Rewrite_As_RenamingEric Botcazou2-7/+14
2022-07-04[Ada] Use static stack allocation for small dynamic string concatenationsEric Botcazou2-103/+207
2022-07-04[Ada] Enforce deferred constant completion rulesSteve Baird1-14/+32
2022-07-04[Ada] Assertions in Einfo.UtilsBob Duff6-66/+71
2022-07-04[Ada] Tech debt: Remove code duplicationJustin Squirek5-107/+47
2022-07-04[Ada] Single character argument in call to Quote_Argument raises errorJustin Squirek1-1/+1
2022-07-04[Ada] Fix missing error on 'Access of constrained arrayBob Duff3-7/+14
2022-07-04[Ada] Do not use front-end build-in-place mechanism for nonlimited typesEric Botcazou2-87/+17
2022-07-04[Ada] Call-initialize all controlled objects in placeEric Botcazou4-42/+56
2022-07-04[Ada] Add Ada 2022 Key function to sets containersBob Duff6-0/+18
2022-07-04[Ada] Fix length of title underlines.Vasiliy Fofanov1-3/+3
2022-07-04[Ada] Compiler rejects legal allocator in record component constraint expressionSteve Baird1-4/+13