aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-28* include/std/chrono (system_clock): Fix typo in comment.Jonathan Wakely2-1/+3
2016-09-28libgo: fix for runtime/check failure with "-O0 -g"Ian Lance Taylor3-1/+3
2016-09-28Check for overflow in filesystem::last_write_timeJonathan Wakely5-14/+159
2016-09-28If strchr can't be folded in gimple-fold...Wilco Dijkstra2-1/+9
2016-09-28PR c/77762 - Incorrect destination buffer length in -Wformat-length warningMartin Sebor4-7/+21
2016-09-28PR middle-end/77683 - ICE on %lf directive in format_floating inMartin Sebor4-3/+44
2016-09-28PR bootstrap/77753 - [7 Regression] broken profiledbootstrap due toMartin Sebor2-1/+8
2016-09-28dwarf2out.c (cu_die_list): New global.Richard Biener2-8/+38
2016-09-28dwarf2out.c (struct die_struct): Add removed flag.Richard Biener2-33/+90
2016-09-28[ARC] New CPU C-define handler.Claudiu Zissulescu7-55/+180
2016-09-28[ARC] Add simple shift/rotate ops.Claudiu Zissulescu2-0/+45
2016-09-28re PR c++/77748 (pr77550.C fails on arm-none-eabi)Bernd Edlinger2-4/+10
2016-09-28pr68198.c: Fix dg-final.Bernd Edlinger2-1/+5
2016-09-28gimple-pretty-print.c (dump_gimple_call_args): Simplify "' " printing.Nathan Sidwell2-9/+9
2016-09-28[ARC COMMITTED] MAINTAINERS (Reviewers): Add myself.Claudiu Zissulescu2-0/+5
2016-09-28Optimize strchr (s, 0) to s + strlen (s).Wilco Dijkstra11-15/+85
2016-09-28libstdc++/77686 use may_alias for std::function storageJonathan Wakely2-1/+6
2016-09-28re PR tree-optimization/77724 (bootstrap-O3 broken: ICE: in tree_to_uhwi, at ...Robin Dapp3-5/+25
2016-09-27Fix Liu Hao's name in ChangeLog entryJeff Law1-1/+1
2016-09-28Daily bump.GCC Administrator1-1/+1
2016-09-27libgo: separate mksysinfo inputs into separate Makefile targetsIan Lance Taylor5-273/+306
2016-09-27compiler: avoid call duplication during order eval.Ian Lance Taylor2-8/+19
2016-09-27compiler: add src information to AST dumps (part 1 of 2).Than McIntosh5-28/+88
2016-09-27c-cppbuiltin.c (c_cpp_builtins): Define __cpp_capture_star_this for -std=c++1z.Jakub Jelinek4-0/+12
2016-09-27Implement P0018R3, C++17 lambda capture of *this by value as [=,*this]Jakub Jelinek6-5/+188
2016-09-27re PR c++/77722 (-fsanitize=undefined doesn't give runtime error in function ...Jakub Jelinek6-8/+76
2016-09-27auto-inc-dec.c (try_merge): Remove break after return.Jakub Jelinek29-72/+38
2016-09-27internal-fn.h (IFN_UNIQUE_CODES, [...]): New.Nathan Sidwell3-29/+96
2016-09-27[Obvious] Delete one redundant word in target-supports.exp comment Jiong Wang2-3/+8
2016-09-27Define feature macro and update C++17 library statusJonathan Wakely5-16/+24
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely4-2/+185
2016-09-27MIPS/GCC/doc: Fix `d' constraint descriptionMaciej W. Rozycki3-4/+9
2016-09-27Fix pch with Solaris asRichard Biener2-8/+14
2016-09-27Commit files missed in revision 240541.Matthew Wahab2-5/+14
2016-09-27[ARM] Fix invalid instructions generated for data movement.Matthew Wahab1-0/+12
2016-09-27* config/rs6000/rs6000.c (rs6000_output_symbol): Don't modify VAR_DECL string.David Edelsohn2-1/+9
2016-09-27c6x.h: Adjust fall through comment.Marek Polacek4-5/+10
2016-09-27ia64.c (ia64_print_operand): Adjust fall through comment.Marek Polacek2-1/+6
2016-09-27[ARM] Fix -Wimplicit-fallthrough warningsKyrylo Tkachov3-7/+18
2016-09-27re PR gcov-profile/46266 (gcov generates data for non-existing file <built-in>)Martin Liska5-6/+27
2016-09-27MAINTAINERS (VxWorks ports): Add self.Olivier Hainque1-1/+2
2016-09-27re PR tree-optimization/77745 (Inconsistent application of aliasing rules)Richard Biener5-20/+74
2016-09-27re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo2-4/+12
2016-09-27re PR target/77478 (Incorrect code generated with -O3, m32, -msse2 and -ffast...Richard Biener2-0/+27
2016-09-27gcov: dump in a static dtor instead of in an atexit handlerMartin Liska8-5/+108
2016-09-27Fix bogus test failure for avrSenthil Kumar Selvaraj2-0/+5
2016-09-27re PR bootstrap/77751 (cc1plus: error: unrecognized command line option "-Wno...Marek Polacek2-5/+12
2016-09-27Remove __gcov_merge_delta (PR bootstrap/77749)Martin Liska7-71/+14
2016-09-27combine.c (simplify_comparison): Add canonical FALLTHROUGH comments.Jakub Jelinek3-12/+13
2016-09-27re PR fortran/77666 (ICE in gfc_omp_clause_default_ctor, at fortran/trans-ope...Jakub Jelinek4-3/+40