aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-07Use moves to eliminate redundant test/compare instructionsJeff Law1-9/+44
2021-06-07Reformat target.def for better parsing.Martin Liska4-339/+612
2021-06-07For obj-c stage-final re-use the checksum from the previous stageBernd Edlinger2-7/+22
2021-06-07fold-const: Fix up fold_read_from_vector [PR100887]Jakub Jelinek2-0/+17
2021-06-07tree-inline: Fix up __builtin_va_arg_pack handling [PR100898]Jakub Jelinek2-10/+30
2021-06-07Fix ICE of insn does not satisfy its constraints.liuhongt2-4/+148
2021-06-07Fix _mm256_zeroupper by representing the instructions as call_insns in which ...liuhongt13-143/+252
2021-06-07CALL_INSN may not be a real function call.liuhongt6-6/+31
2021-06-07Daily bump.GCC Administrator5-1/+78
2021-06-06Reimplement LEAF_REG_REMAP macro for the SPARCEric Botcazou3-38/+37
2021-06-06aix: Use assemble_name to output BSS section name.David Edelsohn1-2/+8
2021-06-06i386: Clean up constraints.mdUros Bizjak1-6/+9
2021-06-06openmp: Add testcase for scan directive with nested functionsJakub Jelinek1-0/+51
2021-06-06openmp: Call c_omp_adjust_map_clauses even for combined target [PR100902]Jakub Jelinek3-0/+19
2021-06-06docs: Add missing @headitem for tables.Martin Liska3-10/+10
2021-06-06genhooks: remove dead codeMartin Liska1-30/+3
2021-06-06docs: remove extra character.Martin Liska1-1/+1
2021-06-06Fix thinko in new warning on type punning for storage order purposesEric Botcazou3-11/+84
2021-06-06Daily bump.GCC Administrator8-1/+117
2021-06-05Use libiberty snprintf and vsnprintf on hppa*-*-hpux*.John David Anglin2-6/+42
2021-06-05Fix maintainers-verify.shJeff Law1-2/+3
2021-06-05sh: Update unexpected empty split conditionKewen Lin1-1/+1
2021-06-05sparc: Update unexpected empty split conditionKewen Lin1-6/+6
2021-06-05or1k: Update unexpected empty split conditionKewen Lin1-1/+1
2021-06-05mips: Update unexpected empty split conditionKewen Lin1-3/+3
2021-06-05m68k: Update unexpected empty split conditionKewen Lin1-3/+3
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa12-80/+1732
2021-06-05libstdc++: Fix return type of ranges::ssize for 128-bit integer [PR 100824]Jonathan Wakely2-1/+16
2021-06-05 * MAINTAINERS: Add myself to DCO section with both email addresses.Jeff Law1-0/+3
2021-06-05Fix split conditions in H8/300 portJeff Law11-91/+91
2021-06-05Daily bump.GCC Administrator9-1/+366
2021-06-04libstdc++: Implement LWG 3403 for std::ranges::ssizeJonathan Wakely2-9/+22
2021-06-04libstdc++: Fix helper concept for ranges::data [PR 100824]Jonathan Wakely2-3/+9
2021-06-04OpenMP: Handle bind clause in tree-nested.c [PR100905]Tobias Burnus2-0/+57
2021-06-04d: Fix ICE in gimplify_var_or_parm_decl, at gimplify.c:2755 (PR100882)Iain Buclaw6-12/+131
2021-06-04c++: top-level cv-quals on type of NTTP [PR100893]Patrick Palka5-1/+30
2021-06-04c++: tsubst_function_decl and excess arg levels [PR100102]Patrick Palka3-39/+18
2021-06-04Fortran - ICE in inline_matmul_assignHarald Anlauf2-0/+22
2021-06-04PR c/100783 - ICE on -Wnonnull and erroneous typeMartin Sebor3-0/+24
2021-06-04Fortran/OpenMP: Fix -fdump-parse-tree for 'omp loop'Tobias Burnus1-0/+5
2021-06-04PR middle-end/100732 - ICE on sprintf %s with integer argumentMartin Sebor7-16/+176
2021-06-04PR c/100719 - missing -Wvla-parameter on a mismatch in second parameterMartin Sebor4-8/+153
2021-06-04i386: Convert a couple of predicates to use match_code RTXes.Uros Bizjak1-10/+7
2021-06-04Fortran: Fix OpenMP/OpenACC continue-line parsingTobias Burnus4-13/+67
2021-06-04i386: Add init pattern for V2HI vectors [PR100637]Uros Bizjak3-14/+121
2021-06-04libstdc++: Fix value categories used by ranges access CPOs [PR 100824]Jonathan Wakely6-125/+188
2021-06-04libstdc++: Optimize std::any_cast by replacing indirect callTim Adye1-9/+17
2021-06-04libstdc++: Add feature test macro for heterogeneous lookup in unordered conta...Jonathan Wakely6-11/+39
2021-06-04gfortran.dg/gomp/pr99928-5.f90: Use proper iteration varTobias Burnus1-1/+1
2021-06-04gfortran.dg/gomp/pr99928-*.f90: Use implicit none, remove one xfailTobias Burnus7-2/+10