aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Do not define DFP builtin functions, if DFP has been disabled.Peter Bergner2-0/+22
2019-11-27Fix 'libgomp.fortran/target-print-1.f90', 'libgomp.oacc-fortran/print-1.f90' ...Thomas Schwinge6-4/+61
2019-11-27re PR rtl-optimization/92510 (ICE in native_encode_rtx, at simplify-rtx.c:6272)Jakub Jelinek4-1/+31
2019-11-27re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert)Andrew Sutton10-37/+99
2019-11-27re PR c++/92439 ([concepts] trunk crashes on constraint satisfaction failure)Andrew Sutton4-100/+275
2019-11-27re PR c++/88395 (ICE: Segmentation fault signal terminated program cc1plus, w...Andrew Sutton7-0/+84
2019-11-27re PR rtl-optimization/90007 (ICE in extract_constrain_insn_cached, at recog....Vladimir Makarov4-3/+28
2019-11-27Diagnose certain constraint errors as hard errors, but otherwise treat them t...Andrew Sutton10-116/+145
2019-11-27m68k.c (m68k_output_compare_fp): Restore differences between Coldfire and reg...Bernd Schmidt3-3/+17
2019-11-27target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.Richard Biener11-162/+58
2019-11-27re PR tree-optimization/92690 (vector CTOR optimization performs invalid conv...Richard Biener5-43/+102
2019-11-27re PR fortran/91944 (ICE in gfc_conv_array_initializer, at fortran/trans-arra...Jakub Jelinek4-1/+21
2019-11-27PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0Tobias Burnus13-73/+98
2019-11-27[PATCH] Fix PR91790 by considering different first_stmt_info for realignKewen Lin2-5/+28
2019-11-27re PR c++/92524 (ICE in short program with constexpr and std::array)Jakub Jelinek4-0/+28
2019-11-27re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener5-47/+174
2019-11-27re PR lto/92674 (ICE in gimple_phi_arg, at gimple.h:4406 since r240291)Richard Biener2-14/+41
2019-11-27Allow autoinc in jumps, but only when using reload.Bernd Schmidt3-6/+16
2019-11-26Remember the location of a variable template-id.Jason Merrill5-26/+49
2019-11-27re PR debug/92664 (Wrong .debug_line section information when compiling stdin...Jakub Jelinek2-0/+8
2019-11-27Daily bump.GCC Administrator1-1/+1
2019-11-27typeck.c (cp_build_unary_op): Consistently use the accurate location in seven...Paolo Carlini19-75/+109
2019-11-26PR tree-optimization/92683 - strncmp incorrect result with equal substrings a...Martin Sebor5-5/+233
2019-11-26Update vect_char_add target selector to use its own cacheJoel Hutton2-1/+7
2019-11-26re PR c++/92648 (Handling of unknown attributes)Jakub Jelinek4-1/+25
2019-11-26re PR c++/61414 (enum class bitfield size-checking needs a separate warning f...Jakub Jelinek7-2/+99
2019-11-26Insert missed log entry.Jerry DeLisle1-0/+5
2019-11-26Remove entry committed to wrong log.Jerry DeLisle1-5/+0
2019-11-26Unbreak objc build – with --enable-maintainer-modeTobias Burnus2-1/+5
2019-11-26libstdc++: Use C++98 syntax to instantiate input_iterator_tagFrançois Dumont2-2/+5
2019-11-26re PR target/92669 (ICE in pre_and_rev_post_order_compute_fn at gcc/cfganal.c...Richard Biener2-0/+8
2019-11-26re PR sanitizer/92154 (new glibc breaks arm bootstrap due to libsanitizer)Jakub Jelinek3-19/+11
2019-11-26S/390: Add undef for MUSL_DYNAMIC_LINKERxxRobin Dapp2-0/+6
2019-11-26re PR tree-optimization/92644 (ICE in wide_int_to_tree_1, at tree.c:1530)Jakub Jelinek4-3/+23
2019-11-26re PR tree-optimization/92645 (Hand written vector code is 450 times slower w...Richard Biener4-6/+55
2019-11-26libstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG arrayFrançois Dumont2-2/+6
2019-11-26libstdc++: Add _GLIBCXX_DEBUG safe iterator C++20 iterator conceptFrançois Dumont2-0/+10
2019-11-26Daily bump.GCC Administrator1-1/+1
2019-11-26* gfortran.dg/dec-comparison.f90: Change dg-do from run to compile.Jakub Jelinek2-2/+5
2019-11-25Fix typo in C++2a paper number - P1920R1 -> P1902R1Jakub Jelinek2-3/+3
2019-11-25re PR fortran/92629 (internal compiler error: in convert_mpz_to_unsigned, at ...Harald Anlauf4-2/+26
2019-11-25libstdc++: Add move_sentinel, common_iterator and counted_iteratorJonathan Wakely7-9/+1105
2019-11-25PR libstdc++/91786 fix compilation error with ClangJonathan Wakely2-33/+45
2019-11-25config/gcn/mkoffload.c – remove unused static varsTobias Burnus2-11/+6
2019-11-25Update dump message in IPA ICF.Martin Liska2-2/+6
2019-11-25Comment too strict checking assert.Martin Liska2-1/+7
2019-11-25typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er...Paolo Carlini28-59/+117
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers15-32/+134
2019-11-25Properly handle C2x attributes on types.Joseph Myers14-64/+115
2019-11-25Convert m68k to not use cc0Bernd Schmidt10-2070/+1657