aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-01c++: auto and dependent member name [PR105734]Jason Merrill2-1/+16
2022-06-01c++: auto function as function argument [PR105779]Jason Merrill3-4/+17
2022-06-01AArch64: Cleanup option processing codeWilco Dijkstra6-138/+76
2022-06-01match.pd: Optimize __builtin_mul_overflow_p (x, cst, (utype)0) to x > ~(utype...Jakub Jelinek2-0/+29
2022-06-01c++: Static init guard generationNathan Sidwell1-69/+42
2022-06-01c++: Cleanup static init generationNathan Sidwell1-46/+25
2022-06-01c++: Make static init generation more consistentNathan Sidwell1-53/+39
2022-06-01tree-optimization/105786 - avoid strlen replacement for pointersRichard Biener2-0/+14
2022-06-01unswitch: Fold case label lo/hi values to index type [PR105770]Jakub Jelinek2-3/+25
2022-06-01Convert ranger and clients to vrange.Aldy Hernandez25-406/+492
2022-06-01Revamp irange_allocator to handle vranges.Aldy Hernandez7-66/+96
2022-06-01Convert range-op.* to vrange.Aldy Hernandez10-124/+303
2022-06-01Implement generic range temporaries.Aldy Hernandez5-6/+174
2022-06-01Implement abstract vrange class.Aldy Hernandez5-40/+338
2022-06-01[Ada] Allow confirming volatile properties on No_Caching variablesYannick Moy2-25/+30
2022-06-01[Ada] Combine system.ads file - vxworks7 kernel constants.Doug Rupp7-14/+14
2022-06-01[Ada] Combine system.ads files - arm and aarch64 qnxDoug Rupp1-1/+1
2022-06-01[Ada] Fix missing space in error messagePiotr Trojanek1-1/+1
2022-06-01[Ada] Fix classification of Subprogram_Variant as assertion pragmaYannick Moy1-0/+1
2022-06-01[Ada] Rename Returns_On_Secondary_Stack into Needs_Secondary_StackEric Botcazou7-286/+283
2022-06-01[Ada] Do not freeze subprogram body without spec too earlyEric Botcazou2-22/+26
2022-06-01[Ada] Bug fix in "=" function of formal doubly linked listJulien Bortolussi1-2/+2
2022-06-01[Ada] Fix predicate check on object declarationMarc Poulhiès4-92/+106
2022-06-01[Ada] arm-qnx-7.1: unwind goes wrong after regs restoreDoug Rupp1-0/+10
2022-06-01[Ada] Enable using absolute paths in -fdiagnostics-format=json outputGhjuvan Lacambre5-11/+34
2022-06-01[Ada] Fix bad interaction between Inline_Always and -gnateV + -gnataEric Botcazou1-1/+4
2022-06-01[Ada] Propagate null-exclusion to anonymous access typesPiotr Trojanek1-0/+1
2022-06-01[Ada] Add a comment about a finalization issueEric Botcazou1-0/+6
2022-06-01[Ada] Get rid of secondary stack for controlled components of limited typesEric Botcazou2-14/+17
2022-06-01[Ada] Note that hardening features are experimentalAlexandre Oliva2-0/+6
2022-06-01[Ada] Another case where freezing incorrectly suppresses checksSteve Baird2-4/+15
2022-06-01[Ada] Adjust reference in commentEric Botcazou1-1/+1
2022-06-01[Ada] QNX shared libraries - arm-qnx build gnatlib .so'sDoug Rupp1-2/+1
2022-06-01[Ada] Fix composability of return on the secondary stackEric Botcazou1-14/+47
2022-06-01[Ada] Fix "formal parameter & is not referenced" not being properly taggedGhjuvan Lacambre1-1/+2
2022-06-01[Ada] Adjust warning switchesGhjuvan Lacambre1-11/+12
2022-06-01[Ada] Minor tweaks to dispatching support codeEric Botcazou3-29/+33
2022-06-01[Ada] Missing discriminant checks when accessing variant fieldSteve Baird6-69/+128
2022-06-01[Ada] Fix search for "for ... of" loop subprogramsBob Duff2-7/+19
2022-06-01[Ada] arm-qnx-7.1: unwind goes wrong after regs restoreDoug Rupp1-0/+30
2022-06-01[Ada] Add reference counting in functional containersJulien Bortolussi2-52/+227
2022-06-01[Ada] Issue a warning on entity hidden in use_clause with -gnatwhYannick Moy3-41/+83
2022-06-01[Ada] Issue better error message for out-of-order keywords in record defYannick Moy1-1/+40
2022-06-01[Ada] Use Actions field of freeze nodes for subprograms (continued)Eric Botcazou1-2/+10
2022-06-01[Ada] Add inline documentation for Is_{Parenthesis,Enum_Array}_AggregateMarc Poulhiès1-0/+9
2022-06-01[Ada] Incorrect code for anonymous access-to-function with convention CBob Duff2-8/+4
2022-06-01[Ada] Suppress warnings on membership test of rangesBob Duff3-46/+7
2022-06-01tree-optimization/105763 - avoid abnormals with ranger queriesRichard Biener2-2/+22
2022-06-01Daily bump.GCC Administrator12-1/+130
2022-05-31c++: non-dep call with empty TYPE_BINFO [PR105758]Patrick Palka2-2/+21