aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-19libstdc++: Remove unused headerJonathan Wakely1-57/+0
2020-10-19doc: Add closing parenthesis to -ffat-lto-objects docsJonathan Wakely1-1/+1
2020-10-19[Ada] Ada_2020: Implement Key_Expression for named container aggregatesEd Schonberg3-39/+149
2020-10-19[Ada] Missing check on array concatenationArnaud Charlet1-2/+3
2020-10-19[Ada] Suppress warnings in expansion of "for ... of" loopsBob Duff1-1/+7
2020-10-19[Ada] Use alternate stack for signal handling on PowerPC/LinuxEric Botcazou1-1/+1
2020-10-19[Ada] Remove excessive guards in building predicate functionsPiotr Trojanek1-4/+4
2020-10-19[Ada] Alternative display of multi-line messages for GNATproveYannick Moy3-15/+39
2020-10-19[Ada] AI12-0352: Early derivation and equality of untagged typesArnaud Charlet1-2/+19
2020-10-19[Ada] Compiler abort on in_out function parameter with type invariantEd Schonberg1-1/+7
2020-10-19[Ada] Wrong freezing for expression function with contracts in a genericArnaud Charlet2-2/+2
2020-10-19[Ada] Implement initialization of CUDA runtimeGhjuvan Lacambre8-2/+731
2020-10-19[Ada] Expanded names in ghost assignmentsBob Duff10-202/+246
2020-10-19[Ada] Do not replace bounds for packed arrays that depend on discriminantsGhjuvan Lacambre1-1/+5
2020-10-19[Ada] Ada2020: AI12-0304 Put_Image attrs of lang-def typesBob Duff2-10/+16
2020-10-19[Ada] ACATS 4.1R - Exception missedArnaud Charlet2-7/+19
2020-10-19[Ada] Reject use of Relaxed_Initialization on scalar/access param or resultYannick Moy1-0/+23
2020-10-19[Ada] No range check on fixed point to integer conversionArnaud Charlet4-36/+55