aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-05vect: Use sdot for a fallback implementation of usdotRichard Sandiford16-61/+213
2022-07-05tree-optimization/106182 - LC SSA after CFG cleanupRichard Biener3-8/+26
2022-07-05Daily bump.GCC Administrator7-1/+514
2022-07-05gcc.dg/analyzer/allocation-size-1..5.c: Fix for 32-bit newlib targetsHans-Peter Nilsson5-14/+14
2022-07-04OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntaxTobias Burnus13-29/+612
2022-07-04Misc conversions to vrange.Aldy Hernandez3-18/+27
2022-07-04middle-end: Support ABIs that pass FP values as wider integers.Roger Sayle5-13/+95
2022-07-04tree-sra: Fix union handling in build_reconstructed_referenceMartin Jambor3-1/+106
2022-07-04Revert update-ssa assert in vectorizerRichard Biener3-5/+13
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus20-110/+338
2022-07-04Keep virtual SSA up-to-date in vectorizerRichard Biener2-10/+16
2022-07-04Fix crash on circular array types with -fdump switchesEric Botcazou1-1/+5
2022-07-04Use default lower bound for vector types in debug infoEric Botcazou1-3/+6
2022-07-04Integrate nonzero bits with irange.Aldy Hernandez3-13/+193
2022-07-04Put virtual operands into loop-closed SSARichard Biener9-34/+17
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
2022-07-04[Ada] Avoid unwanted warnings for statically-known-successful assertionsSteve Baird2-2/+8
2022-07-04[Ada] Add a RM entry for the functional infinite sequencesJulien Bortolussi2-203/+249
2022-07-04[Ada] Give missing error on ambiguous operand of equality operatorEric Botcazou1-15/+20