aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-04[Ada] Add Ada 2022 features to sets containersBob Duff14-8/+482
2022-07-04[Ada] Update the documentation of functional containersClaire Dross2-42/+38
2022-07-04[Ada] Add GNAT specific pragmas to the equivalent Assertion_Policy for -gnataClaire Dross2-20/+52
2022-07-04[Ada] Incorrect accessibility check on return of discriminated typeJustin Squirek2-11/+10
2022-07-04[Ada] Plug loophole for built-in-place return with limited_with clauseEric Botcazou1-1/+2
2022-07-04[Ada] Fix for resolution of overloaded subprogram for Iterable aspectPiotr Trojanek1-0/+1
2022-07-04[Ada] Create new unbounded functional sequenceJulien Bortolussi4-0/+683
2022-07-04[Ada] Adjust description of Pure_Function pragmaEric Botcazou2-7/+7
2022-07-04tree-optimization/106055 - issue with autoparRichard Biener2-1/+45
2022-07-04i386: Extend cvtps2pd to memoryHaochen Jiang2-5/+33
2022-07-04Remove some deprecated irange methods.Aldy Hernandez8-32/+19
2022-07-04Daily bump.GCC Administrator3-1/+91
2022-07-03x86: Support 2/4/8 byte constant vector storesH.J. Lu8-0/+152
2022-07-03Move range allocator code to value-range-storage.*Aldy Hernandez8-121/+124
2022-07-03Implement class vrange_storage to stream ranges to long term memory.Aldy Hernandez4-0/+300