aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-20collect-utils.c, lto-wrapper + mkoffload: Improve -save-temps filenameTobias Burnus7-29/+43
2020-10-20Fix compilation on older systemsVitaly Buka1-0/+4
2020-10-20Special case shifting by zero in operator_rshift::op1_range.Aldy Hernandez1-0/+5
2020-10-20[Ada] Refine type for type constraining routinesPiotr Trojanek1-10/+10
2020-10-20[Ada] Prevent crashes when pretty-printing freeze nodes from gdbPiotr Trojanek1-2/+4
2020-10-20[Ada] AI12-0339: Empty function for Aggregate aspect of Ada containersEd Schonberg36-19/+248
2020-10-20[Ada] Add support for Unreferenced aspect on formal parametersArnaud Charlet8-17/+63
2020-10-20[Ada] Refine result type of Get_AccessibilityPiotr Trojanek2-2/+2
2020-10-20[Ada] Replace low-level Ekind membership tests with high-level Is_FormalPiotr Trojanek4-5/+5
2020-10-20[Ada] Implement AI12-0280 Making 'Old more flexibleSteve Baird8-94/+1245
2020-10-20[Ada] Spurious error in current instance used as formal packageJavier Miranda1-0/+175
2020-10-20[Ada] Make attribute Update an obsolescent featureClaire Dross1-0/+5
2020-10-20[Ada] CUDA: build procedure calls instead of function callsRichard Kenner1-9/+9
2020-10-20[Ada] Crash on cond expression as actual for anonymous access formalJustin Squirek1-11/+16
2020-10-20[Ada] Fixes for pretty command-line GNATprove output with -gnatdFYannick Moy2-40/+82
2020-10-20[Ada] Hang on cond expression as actual for anonymous access formalJustin Squirek1-6/+9
2020-10-20[Ada] gnatpp: Fix documentation of threshold switchesBob Duff1-4/+4
2020-10-20[Ada] New warning on not fully initialized box aggregateArnaud Charlet19-47/+89
2020-10-20[Ada] Inlining nonstatic calls to static expression functionsGary Dismukes1-0/+6
2020-10-20[Ada] Crash on precondition, discriminant and protected objectsArnaud Charlet1-1/+1
2020-10-20[Ada] Issue with gnatbind -V switch and Ada 2012Arnaud Charlet1-14/+17
2020-10-20[Ada] Fix comments as volatility properties can apply to objectsYannick Moy2-5/+5
2020-10-20[Ada] Spurious discriminant check on "for of" loopArnaud Charlet1-2/+26
2020-10-20[Ada] Flexible AST node structureBob Duff24-270/+317
2020-10-20[Ada] Fix internal error on bit-aligned component of function callEric Botcazou1-16/+21
2020-10-20[Ada] Document Ada.Task_InitializationPat Rogers2-725/+707
2020-10-20[Ada] Display source code pointing at locations in messages for GNATproveYannick Moy4-11/+114
2020-10-20[Ada] Remove extra validity check in case statementArnaud Charlet1-1/+29
2020-10-20[Ada] Ada_2020: Further code cleanup for container aggregatesEd Schonberg1-32/+37
2020-10-20[Ada] Propagate predicate function to a full view of a private subtypePiotr Trojanek1-0/+10
2020-10-20[Ada] Code clean upArnaud Charlet1-15/+4
2020-10-20[Ada] Support for new aspect Subprogram_Variant on recursive subprogramsPiotr Trojanek23-130/+845
2020-10-20[Ada] Minor reorder subprogram declarations alphabeticallyPiotr Trojanek1-5/+5
2020-10-20tree-optimization/97496 - avoid SLP externs in patternsRichard Biener2-1/+16
2020-10-20Add { target int128 } to gcc.dg/pr97488.cAldy Hernandez1-1/+1
2020-10-20IBM Z: Emit vector alignment hints for strlenStefan Schulze Frielinghaus1-4/+5
2020-10-20Daily bump.GCC Administrator8-1/+465
2020-10-19Use precision and sign to compare types for rangesAndrew MacLeod4-11/+52
2020-10-19testsuite: Enable and adjust powerpc vec-extract and vsu testcases.David Edelsohn30-32/+31
2020-10-19libstdc++: Implement std::make_unique_for_overwriteJonathan Wakely4-3/+121
2020-10-19testsuite: Enable and adjust powerpc fold-vec-extract/insert testcases.David Edelsohn31-37/+39
2020-10-19coroutines: Emit error for invalid promise return types [PR97438].Iain Sandoe2-0/+55
2020-10-19cplxlower: Avoid a transform when looking at a default definitionMartin Jambor2-1/+42
2020-10-19libstdc++: Use reserved name for C++20 attributeJonathan Wakely1-1/+1
2020-10-19libstdc++: Optimize container node-handle type for sizeJonathan Wakely2-38/+114
2020-10-19preprocessor: Fix non-fn fn-like macro at EOF [PR97471]Nathan Sidwell4-16/+24
2020-10-19rs6000: correct BE vextract_fp_from_short[hl] vperm masksDavid Edelsohn1-2/+2
2020-10-19Gracefully handle right shifts larger than the precision.Aldy Hernandez2-0/+15
2020-10-19IPA: fix one more UBSAN errorMartin Liska1-1/+1
2020-10-19tree-optimization/97486 - avoid edge insertion in SLP vectorizingRichard Biener2-0/+36