aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-22re PR c++/82401 (error: qsort comparator non-negative on sorted output: 1 in ...Jakub Jelinek4-1/+30
2017-11-22re PR rtl-optimization/83030 (ICE in create_pseudo_cfg, at dwarf2cfi.c:2840)Eric Botcazou5-73/+84
2017-11-22jit: update test suite for change to -Warray-boundsDavid Malcolm2-1/+9
2017-11-22* g++.dg/graphite/pr41562.C: Add -Wno-return-type.Jakub Jelinek2-1/+5
2017-11-22re PR libgomp/83106 (libgomp/target.c:2671:2: error: ‘strncat’ specified ...Jakub Jelinek2-5/+15
2017-11-22simplify-rtx.c (simplify_binary_operation_1): Handle the case where both argu...Jakub Jelinek2-0/+10
2017-11-22Make shift argument to eoshift0 and eoshift2 be of type index_typeJanne Blomqvist3-6/+7
2017-11-22C/C++: fix quoting of "aka" typedef information (PR 62170)David Malcolm25-57/+255
2017-11-22target-supports.exp (check_effective_target_bswap16): RemoveUros Bizjak12-74/+42
2017-11-22* gimple-ssa-evrp-analyze.c (evrp_range_analyzer::evrp_range_analyzer)Jeff Law5-92/+127
2017-11-22Replace REDUC_*_EXPRs with internal functions.Richard Sandiford15-186/+196
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist8-54/+26
2017-11-22[PATCH] Add myself as GCC maintainerSudakshina Das2-0/+5
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig58-33/+14711
2017-11-22vxworks.c (vxworks_override_options): Pick default dwarf version from macro v...Olivier Hainque4-3/+32
2017-11-22Avoid two_valued_val_range_p for pointers.Marc Glisse4-1/+17
2017-11-22[ARM] Fix more -Wreturn-type fallout (gcc.target/arm/pr56184.C).Christophe Lyon2-1/+5
2017-11-22re PR c++/60336 (empty struct value is passed differently in C and C++)Marek Polacek82-38/+1453
2017-11-22[ARM] Factor out CMSE register clearing codeThomas Preud'homme9-217/+235
2017-11-222017-11-22 Tamar Christina <tamar.christina@arm.com>Tamar Christina7-0/+177
2017-11-22target-supports.exp (check_effective_target_bswap16): Do not skip on alpha an...Uros Bizjak2-3/+6
2017-11-22compiler: make comparison operator() methods constIan Lance Taylor4-4/+4
2017-11-22[ARM] Fix test armv8_2-fp16-move-1.cSudakshina Das2-1/+5
2017-11-22PR82547: Undetected overflow for UNSIGNED wide_intsRichard Sandiford2-5/+53
2017-11-22PR83004: Accidental change to pr81136.c for VECTOR_BITS==128Richard Sandiford2-1/+13
2017-11-22Fix calculation of ptr_mode for MODE_PARTIAL_INT PmodeRichard Sandiford2-1/+7
2017-11-22arm.c (cmse_nonsecure_call_clear_caller_saved): Get rid of padding_bits_to_cl...Thomas Preud'homme2-4/+8
2017-11-22[ARM] Use bitmap to control cmse_nonsecure_call register clearingThomas Preud'homme2-16/+36
2017-11-22re PR tree-optimization/83044 (ice in contains_struct_check)Jakub Jelinek5-20/+55
2017-11-22re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas4-2/+37
2017-11-22PR go/83102 relax std::set checks for invocable comparison objectJonathan Wakely2-2/+14
2017-11-22re PR debug/83084 (-fcompare-debug failure on ppc64le)Jakub Jelinek4-3/+37
2017-11-22re PR middle-end/82875 (ICE at -Os on valid code on x86_64-linux-gnu: in find...Jakub Jelinek5-0/+55
2017-11-22re PR debug/83034 (ice in mem_loc_descriptor, at dwarf2out.c :15669)Jakub Jelinek4-0/+21
2017-11-22re PR rtl-optimization/82044 (runtime signed integer overflow in check_mem_re...Jakub Jelinek2-2/+21
2017-11-22gimple-iterator.c (gimple_find_edge_insert_loc): Ignore fake edges to exit wh...Richard Biener3-22/+31
2017-11-22PR 83070 Fix -Wsign-compare warningJanne Blomqvist2-1/+7
2017-11-22re PR tree-optimization/83089 (ICE: Segmentation fault (in instantiate_scev_n...Richard Biener4-0/+44
2017-11-22libgo: don't use grep -q in mksigtab.shIan Lance Taylor2-2/+2
2017-11-22Daily bump.GCC Administrator1-1/+1
2017-11-21C: don't suggest names that came from earlier failures (PR c/83056)David Malcolm4-0/+24
2017-11-21re PR tree-optimization/82945 (add warning for passing non-strings to functio...Martin Sebor2-52/+5
2017-11-21PR libstdc++/48101 improve errors for invalid container specializationsJonathan Wakely42-28/+903
2017-11-21PR tree-optimization/82945 - add warning for passing non-strings to functions...Martin Sebor12-126/+972
2017-11-21i386-opts.h (enum prefer_vector_width): Added new enum for the new option -mp...Sergey Shalnov11-21/+93
2017-11-21Add quotes for constexpr keyword.Martin Liska39-108/+166
2017-11-21ppc-asm.h (f50, vs50): Fix values.Pat Haugen2-2/+6
2017-11-21Fix invalid XML in libstdc++ manualPrzemyslaw Wirkus2-1/+6
2017-11-21Improve -Wmaybe-uninitialized documentationJonathan Wakely2-9/+15
2017-11-21New POINTER_DIFF_EXPRMarc Glisse24-50/+284