aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-06* cfgexpand.c (expand_debug_expr): Do not ICE on SAD_EXPR.Jan Hubicka2-0/+5
2019-12-06genmatch.c (c_expr::gen_transform): Emit newlines from line number changes ra...Richard Biener2-1/+18
2019-12-06re PR tree-optimization/92819 (Worse code generated on avx2 due to simplify_v...Richard Biener5-6/+48
2019-12-06re PR go/92810 (Compiling GCC go for aarch64_be-marvell-linux-gnu fails)Ian Lance Taylor3-1/+7
2019-12-05PR testsuite/92829 - several test case failures starting with r278983Martin Sebor2-2/+10
2019-12-06common.opt (fprofile-partial-training): Terminate description with full stop.Jakub Jelinek2-1/+6
2019-12-05PR middle-end/92622 - FAIL: gcc.dg/Warray-bounds-22.c on ILP32: missing warni...Martin Sebor2-15/+23
2019-12-06Daily bump.GCC Administrator1-1/+1
2019-12-06Do not clear m_vr and bits in ipa_set_jf_unknown.Jan Hubicka2-16/+16
2019-12-06re PR tree-optimization/92768 (Maybe a wrong code for vector constants)Jakub Jelinek2-1/+7
2019-12-05Disable --eh-frame-hdr with -pie or -shared on nios2-linux-gnu.Sandra Loosemore5-0/+63
2019-12-05Fix g++.dg/torture/pr59226.CJan Hubicka2-1/+6
2019-12-05PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts.Marek Polacek41-57/+666
2019-12-05PR c++/92271 - make __is_same alias for __is_same_as.Marek Polacek6-1/+23
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka7-9/+94
2019-12-05[Patch, GCC] Fix a condition post r278611Sudakshina Das2-1/+6
2019-12-05re PR go/92820 (libgo.so.15 has executable stack)Ian Lance Taylor2-2/+3
2019-12-05OpenMP] Fix use_device_… with absent optional argTobias Burnus6-28/+68
2019-12-05* cp-gimplify.c: Include memmodel.h.David Edelsohn2-0/+5
2019-12-05Check for bitwise identity when encoding VECTOR_CSTs (PR 92768)Richard Sandiford6-5/+35
2019-12-05libstdc++: Fix bug in std::span testJonathan Wakely2-2/+13
2019-12-05libstdc++: Implement P1872R0 and P1394R0 for std::spanJeanHeyd "ThePhD" Meneide5-227/+141
2019-12-05re PR tree-optimization/92818 (Typo in vec_perm -> bit_insert pattern)Richard Biener5-3/+32
2019-12-05libstdc++: Define std::lexicographical_compare_three_way for C++20Jonathan Wakely4-0/+302
2019-12-05Fix __gcov_exit fn prototype.Martin Liska2-2/+7
2019-12-05MSP430: Fix postinc addressing mode being used for dst op of CMP insnsJozef Lawrynowicz2-7/+19
2019-12-05Skip test gcc/testsuite/gcc.dg/asm-4.c for amdgcn targetFrederik Harwath2-0/+5
2019-12-05re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay2-2/+7
2019-12-05re PR tree-optimization/92803 (error: type mismatch in 'vec_perm_expr' since ...Richard Biener4-7/+60
2019-12-05Fix profile name files without -fprofile-dir.Martin Liska2-1/+7
2019-12-05re PR target/92791 (ICE in extract_insn, at recog.c:2311 since r278645)Jakub Jelinek2-2/+10
2019-12-05re PR fortran/92781 (ICE in convert_nonlocal_reference_op, at tree-nested.c:1...Jakub Jelinek4-4/+30
2019-12-05typeck2.c (build_functional_cast): Add location_t parameter and use it.Paolo Carlini20-31/+76
2019-12-05testsuite/libgomp.oacc-fortran: Update dg-output to fix GCNTobias Burnus6-11/+33
2019-12-05* edtest.c (test1): Add noclone attribute.Ian Lance Taylor2-2/+5
2019-12-05libbacktrace: simplify DWARF section handlingIan Lance Taylor6-208/+183
2019-12-04PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor17-40/+895
2019-12-05libstdc++: Define pretty printer for comparison categoriesJonathan Wakely3-0/+83
2019-12-05libstdc++: Implement spaceship for std::array (P1614R2)Jonathan Wakely5-3/+62
2019-12-05Daily bump.GCC Administrator1-1/+1
2019-12-04Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827).Joseph Myers14-35/+146
2019-12-04* cp-gimplify.c: Include tm_p.h.David Edelsohn2-0/+5
2019-12-04Use fixed registers for queue ptr sgpr pairJulian Brown2-1/+5
2019-12-04Do not define builtins that overload disabled builtins.Peter Bergner4-5222/+5247
2019-12-04[ARM] Improve max_cond_insns setting for Cortex coresWilco Dijkstra2-0/+10
2019-12-04Remove stray comma in primary_constraint_error.Marek Polacek2-1/+5
2019-12-04[AArch64] Add support for fused compare and branchWilco Dijkstra3-7/+28
2019-12-04tree-ssa-sccvn.c (vn_reference_lookup_3): Properly guard empty CTOR and memse...Richard Biener2-2/+17
2019-12-04Fix VIEW_CONVERT_EXPRs for VECTOR_BOOLEAN_TYPE_PsRichard Sandiford4-69/+271
2019-12-04tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Handle non-constant def...Richard Biener4-32/+84