aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-04-26early-remat: Handle sets of multiple candidate regs [PR94605]Richard Sandiford2-1/+13
2021-04-26Daily bump.GCC Administrator1-1/+1
2021-04-25Daily bump.GCC Administrator1-1/+1
2021-04-24Daily bump.GCC Administrator1-1/+1
2021-04-23Daily bump.GCC Administrator11-1/+920
2021-04-22sanitizer: Fix asan against glibc 2.34 [PR100114]Jakub Jelinek1-5/+8
2021-04-22intl: Add --enable-host-shared support [PR100096]Jakub Jelinek3-2/+20
2021-04-22c++: Fix up handling of structured bindings in extract_locals_r [PR99833]Jakub Jelinek2-1/+32
2021-04-22combine: Fix up expand_compound_operation [PR99905]Jakub Jelinek2-5/+42
2021-04-22combine: Don't fold away side-effects in simplify_and_const_int_1 [PR99830]Jakub Jelinek2-1/+11
2021-04-22c: Avoid clobbering TREE_TYPE (error_mark_node) [PR99990]Jakub Jelinek2-1/+13
2021-04-22expand: Fix up LTO ICE with COMPOUND_LITERAL_EXPR [PR99849]Jakub Jelinek2-1/+24
2021-04-22rtlanal: Another fix for VOIDmode MEMs [PR98601]Jakub Jelinek2-2/+21
2021-04-22dse: Fix up hard reg conflict checking in replace_read [PR99863]Jakub Jelinek2-6/+38
2021-04-22c++: Fix ICE on PTRMEM_CST in lambda in inline var initializer [PR99790]Jakub Jelinek2-0/+17
2021-04-22fold-const: Fix ICE in extract_muldiv_1 [PR99777]Jakub Jelinek2-4/+48
2021-04-22dwarf2cfi: Defer queued register saves some more [PR99334]Jakub Jelinek2-4/+32
2021-04-22c++: Diagnose bare parameter packs in bitfield widths [PR99745]Jakub Jelinek2-1/+10
2021-04-22c++: Diagnose references to void in structured bindings [PR99650]Jakub Jelinek2-0/+25
2021-04-22dwarf2out: Fix debug info for 2 byte floats [PR99388]Jakub Jelinek1-10/+20
2021-04-22c: Fix up -Wunused-but-set-* warnings for _Atomics [PR99588]Jakub Jelinek3-6/+97
2021-04-22c++: Ensure correct destruction order of local statics [PR99613]Jakub Jelinek1-8/+16
2021-04-22expand: Fix ICE in store_bit_field_using_insv [PR93235]Jakub Jelinek2-3/+22
2021-04-22c++: Fix -fstrong-eval-order for operator &&, || and , [PR82959]Jakub Jelinek2-0/+36
2021-04-22c-family: Avoid ICE on va_arg [PR99324]Jakub Jelinek2-3/+22
2021-04-22c++: Fix operator() lookup in lambdas [PR95451]Jakub Jelinek2-1/+37
2021-04-22fold-const: Fix up ((1 << x) & y) != 0 folding for vectors [PR99225]Jakub Jelinek2-8/+39
2021-04-22fold-const: Fix ICE in fold_read_from_constant_string on invalid code [PR99204]Jakub Jelinek2-1/+11
2021-04-22libstdc++: Fix up constexpr std::char_traits<char>::compare [PR99181]Jakub Jelinek2-1/+48
2021-04-22tree-cfg: Fix up gimple_merge_blocks FORCED_LABEL handling [PR99034]Jakub Jelinek2-1/+34
2021-04-22c: Fix ICE with -fexcess-precision=standard [PR99136]Jakub Jelinek2-1/+12
2021-04-22c++: Fix up build_zero_init_1 once more [PR99106]Jakub Jelinek2-1/+6
2021-04-22match.pd: Fix up A % (cast) (pow2cst << B) simplification [PR99079]Jakub Jelinek3-6/+82
2021-04-22c++: Fix zero initialization of flexible array members [PR99033]Jakub Jelinek2-9/+29
2021-04-22varasm: Fix ICE with -fsyntax-only [PR99035]Jakub Jelinek2-1/+14
2021-04-22openmp: Temporarily disable into_ssa when gimplifying OpenMP reduction clause...Jakub Jelinek5-0/+72
2021-04-22c++: Fix ICE with structured binding initialized to incomplete array [PR97878]Jakub Jelinek2-0/+30
2021-04-22ifcvt: Avoid ICEs trying to force_operand random RTL [PR97487]Jakub Jelinek3-6/+92
2021-04-22expand: Fix up find_bb_boundaries [PR98331]Jakub Jelinek2-0/+19
2021-04-22c++: Fix up handling of register ... asm ("...") vars in templates [PR33661, ...Jakub Jelinek3-1/+39
2021-04-22aarch64: Tighten up checks for ubfix [PR98681]Jakub Jelinek2-4/+23
2021-04-22rs6000: Fix up __m64 typedef in mmintrin.h [PR97301]Jakub Jelinek1-1/+2
2021-04-22c++: Fix up ubsan false positives on references [PR95693]Jakub Jelinek3-8/+35
2021-04-22match.pd: Replace incorrect simplifications into copysign [PR90248]Jakub Jelinek3-31/+90
2021-04-22tree-cfg: Allow enum types as result of POINTER_DIFF_EXPR [PR98556]Jakub Jelinek2-1/+12
2021-04-22wide-int: Fix wi::to_mpz [PR98474]Jakub Jelinek2-0/+44
2021-04-22gimplify: Gimplify value in gimplify_init_ctor_eval_range [PR98353]Jakub Jelinek2-1/+22
2021-04-22openmp: Don't optimize shared to firstprivate on task with depend clauseJakub Jelinek2-0/+59
2021-04-22openmp, openacc: Fix up handling of data regions [PR98183]Jakub Jelinek4-20/+41
2021-04-22openmp: Fix ICE with broken doacross loop [PR98205]Jakub Jelinek2-7/+42