aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-21TweakEric Botcazou1-2/+1
2017-09-21Add missing int_cst_rangeN checks to tree-vrp.cRichard Sandiford2-2/+11
2017-09-21re PR tree-optimization/71351 (ICE: Segmentation fault (graphite))Richard Biener5-87/+45
2017-09-21Fix tests for std::clampJonathan Wakely3-8/+14
2017-09-21re PR target/82260 ([x86] Unnecessary use of 8-bit registers with -Os. sligh...Jakub Jelinek5-23/+106
2017-09-20s390.c (MIN_UNROLL_PROBES): Define.Andreas Krebbel5-28/+260
2017-09-21[C++ PATCH] class member orderingNathan Sidwell2-23/+37
2017-09-21enable handling of -gno- command-line options as negated prefixesAlexandre Oliva10-35/+79
2017-09-21Daily bump.GCC Administrator1-1/+1
2017-09-20libgo: fix build when using -enable-static=noIan Lance Taylor3-3/+27
2017-09-20Fix C++ testsuite fallout from r252976.Martin Sebor4-4/+12
2017-09-20Fix testsuite fallout from r252976.Martin Sebor8-12/+25
2017-09-20powerpcspe.c (rs6000_expand_prologue): Fix thinko in stack clash protection s...Jeff Law2-1/+4
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)Jonathan Wakely2-0/+6
2017-09-20explow.c (compute_stack_clash_protection_loop_data): Use CONST_INT_P instead ...Jeff Law4-10/+26
2017-09-20rs6000: Don't touch below the stack pointer (PR77687)Segher Boessenkool4-4/+33
2017-09-20re PR sanitizer/77631 (no symbols in backtrace shown by ASan when debug info ...Ian Lance Taylor11-19/+705
2017-09-20P0409R2 - allow lambda capture [=, this]Jakub Jelinek5-3/+34
2017-09-20cplusplus.C: Test that __cplusplus is equal to 201703L.Jakub Jelinek3-2/+13
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely4-0/+115
2017-09-20syscall: enable ParseDirent for AIXIan Lance Taylor4-2/+22
2017-09-20syscall: workaround for getsockname bug in AIXIan Lance Taylor5-2/+189
2017-09-20Fix failing C++17 testJonathan Wakely2-2/+5
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely4-1/+10
2017-09-20Deprecate nested types in std::hashJonathan Wakely5-8/+34
2017-09-20internal,net,os,runtime,syscall: fixes for AIX following update to go1.9Ian Lance Taylor17-20/+155
2017-09-20config.gcc: Support "knm".Sebastian Peryt14-47/+123
2017-09-20Revert my 2017-09-19 patch.Uros Bizjak7-152/+0
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely2-13/+3
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely3-10/+26
2017-09-20re PR tree-optimization/80213 (ICE in check_loop_closed_ssa_use, at tree-ssa-...Richard Biener2-30/+34
2017-09-20re PR tree-optimization/77362 ([graphite] ICE in sese_build_liveouts_use w/ -...Richard Biener2-0/+26
2017-09-20re PR tree-optimization/82264 (ICE in vn_phi_lookup at gcc/tree-ssa-sccvn.c:3...Richard Biener4-10/+41
2017-09-20dwarf2out.c (tree_add_const_value_attribute): For INTEGER_CST that fits into ...Jakub Jelinek15-13/+57
2017-09-20dwarf2out.c (DEBUG_LTO_DWO_INFO_SECTION): Reorder defines.Jakub Jelinek2-41/+78
2017-09-20re PR c++/64954 (GCC incorrectly rejects constexpr variable initialization.)Paolo Carlini2-0/+13
2017-09-20graphite-sese-to-poly.c (extract_affine): Properly handle POINTER_PLUS_EXPR, ...Richard Biener2-3/+33
2017-09-20re PR tree-optimization/81373 (Graphite ICE in ssa_default_def at gcc/tree-df...Richard Biener4-7/+62
2017-09-19combine-stack-adj.c (combine_stack_adjustments_for_block): Do nothing for sta...Jeff Law7-4/+44
2017-09-19i386.c (ix86_adjust_stack_and_probe_stack_clash): New.Jeff Law13-6/+2600
2017-09-19function.c (dump_stack_clash_frame_info): New function.Jeff Law3-0/+64
2017-09-19alpha.c (alpha_expand_prologue): Also check flag_stack_clash_protection.Jeff Law8-17/+43
2017-09-19explow.c: Include "params.h".Jeff Law20-43/+438
2017-09-19common.opt (-fstack-clash-protection): New option.Jeff Law9-3/+246
2017-09-20runtime: restore "goroutine in C code" messageIan Lance Taylor3-2/+3
2017-09-20Daily bump.GCC Administrator1-1/+1
2017-09-19i386.md (*scc_bt<mode>): New insn_and_split pattern.Uros Bizjak7-0/+152
2017-09-19pr31146-2.C: Only do scan-tree-dump for c++14_down.Jakub Jelinek7-8/+26
2017-09-19i386.c (ix86_split_long_move): Do not handle address used for LEA in a specia...Uros Bizjak2-36/+10
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely4-48/+105