aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-12libstdc++: Fix chunk_by_view when value_type& and reference differ [PR108291]Patrick Palka2-4/+39
2023-04-12RISC-V: Fix supporting data type according to RVV ISA. [PR109479]Ju-Zhe Zhong11-246/+349
2023-04-12reassoc: Fix up another ICE with returns_twice call [PR109410]Jakub Jelinek2-0/+28
2023-04-12i386: Fix up z operand modifier diagnostics on inline-asm [PR109458]Jakub Jelinek2-3/+24
2023-04-12mingw: Support building with older gcc versionsCostas Argyris1-2/+4
2023-04-12c++: Fix Solaris bootstraps across midnightJakub Jelinek1-6/+15
2023-04-12testsuite: Add testcase for recently fixed PR [PR109462]Jakub Jelinek1-0/+94
2023-04-12Don't use ANY PHI equivalences in range-on-entry.Andrew MacLeod2-2/+4
2023-04-12libstdc++: Initialize all members of basic_endpoint union [PR109482]Jonathan Wakely3-18/+35
2023-04-12libstdc++: Update tzdata to 2023cJonathan Wakely1-4/+2
2023-04-12tree-optimization/109473 - ICE with reduction epilog adjustment opRichard Biener2-2/+21
2023-04-12Fortran: fix functions with entry and pointer/allocatable result [PR104312]Harald Anlauf5-1/+152
2023-04-12Fortran: resolve correct generic with TYPE(C_PTR) arguments [PR61615,PR99982]Harald Anlauf2-1/+112
2023-04-12tree-optimization/109469 - SLP with returns-twice region startRichard Biener2-3/+31
2023-04-12tree-optimization/109434 - bogus DSE of throwing call LHSRichard Biener2-1/+30
2023-04-11testsuite: Adjust powerpc pr83677.c for BE [PR108815]Kewen Lin1-3/+27
2023-04-12Update gcc sv.poJoseph Myers1-181/+120
2023-04-12Daily bump.GCC Administrator3-1/+106
2023-04-11RISC-V: avoid splitting small constant in <or_optab>i<mode>_extrabit patternLin Sinan2-1/+15
2023-04-11RISC-V: Fix regression of -fzero-call-used-regs=all [PR109104]Yanzhang Wang6-3/+177
2023-04-11gfortran.dg/gomp/affinity-clause-1.f90: Fix scan-tree-dumpTobias Burnus1-2/+1
2023-04-11driver: drop flag_var_tracking_assignments flagMartin Liska3-1/+65
2023-04-11if-conv: Restore MASK_CALL conversion [PR108888]Andre Vieira4-5/+6
2023-04-11rs6000: correct vector sign extend builtins on Big EndianHaochen Gui6-89/+50
2023-04-11Daily bump.GCC Administrator3-1/+60
2023-04-09Do not generate vmaddfp and vnmsubfpMichael Meissner2-17/+58
2023-04-10i386: Add AMX-COMPLEX to Granite RapidsHaochen Jiang1-1/+1
2023-04-10Support Intel AMX-COMPLEXHaochen Jiang30-17/+270
2023-04-10Daily bump.GCC Administrator2-1/+6
2023-04-09c++, coroutines: Fix block nests when the function has no top-level bind.Iain Sandoe1-0/+4
2023-04-09Daily bump.GCC Administrator5-1/+117
2023-04-08PR tree-optimization/109392Jakub Jelinek2-1/+25
2023-04-08xfail gcc.dg/long_branch.c on hppa.John David Anglin1-1/+1
2023-04-08Fix gcc.dg/long_branch.c on hppa.John David Anglin1-0/+1
2023-04-08PR target/109402: v850 (not v850e) variant of __muldi3() moves sp in reversed...Tetsuma Hoshino1-2/+0
2023-04-08riscv: Fix genrvv-type-indexer dependenciesJakub Jelinek2-4/+6
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas13-41/+310
2023-04-08Fortran: Fix dg directives and remove trailing whitespaces in testsuitePaul Thomas23-72/+72
2023-04-08Daily bump.GCC Administrator2-1/+6
2023-04-07mime: remove test ordering dependencyIan Lance Taylor3-2/+6
2023-04-07[testsuite] [ppc] skip ppc-fortran if fortran is disabledAlexandre Oliva1-0/+10
2023-04-07Daily bump.GCC Administrator5-1/+1271
2023-04-06arm: remove unused variables from testStam Markianos-Wright2-18/+0
2023-04-06arm: mve: fix auto-inc generation [PR107674]Richard Earnshaw1-3/+16
2023-04-06Check if dependency is valid before using in may_recompute_p.Andrew MacLeod2-1/+27
2023-04-06gccrs: Fix issue with parsing unsafe block expression statementsOwen Avery2-1/+16
2023-04-06gccrs: Address unsafe with/without block handling ambiguityOwen Avery1-12/+3
2023-04-06gccrs: Added AST Node AST::InlineAsmM V V S Manoj Kumar2-0/+139
2023-04-06gccrs: diagnostic: Refactor Error classArthur Cohen8-21/+98
2023-04-06gccrs: ast: Refactor TraitItem to keep Location infoArthur Cohen3-34/+26