aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-14c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_bases and __cpp_deduc...Jason Merrill3-0/+19
2016-10-14Implement P0017R1, C++17 aggregates with bases.Jason Merrill12-33/+193
2016-10-14diagnostic.c (diagnostic_action_after_output): Remove max error handling here...Nathan Sidwell4-17/+44
2016-10-14Tweaks to print_rtx_functionDavid Malcolm3-11/+36
2016-10-14Optimize std::shuffle by using generator to get two values at onceEelis van der Weegen2-0/+46
2016-10-14Resolve ambiguities in std::experimental::sample testJonathan Wakely2-5/+11
2016-10-14re PR middle-end/77959 (ICE in ix86_decompose_address, at i386/i386.c:14954)Jakub Jelinek4-0/+38
2016-10-14sparc-passes.def: New file.Eric Botcazou5-20/+41
2016-10-14Make std::bind use std::invokeJonathan Wakely6-98/+119
2016-10-14DR 1511 - const volatile variables and ODRJakub Jelinek5-5/+83
2016-10-14debug7.adb (dg-options): Remove -g.Eric Botcazou4-3/+9
2016-10-14loop-unroll.c (unroll_loop_runtime_iterations): Condition initial loop peel t...Pat Haugen2-15/+31
2016-10-14runtime: just do file/line lookup in C, move Func to GoIan Lance Taylor4-124/+43
2016-10-14debug/elf: add sparc64 relocationsIan Lance Taylor4-1/+67
2016-10-14re PR rtl-optimization/68212 (Loop unroller breaks basic block frequencies)Pat Haugen3-4/+43
2016-10-14Avoid copies in std::scoped_allocator_adaptor piecewise constructionJonathan Wakely3-16/+107
2016-10-14FINAL/OVERRIDE: Define to empty on g++ < 4.7Pedro Alves2-5/+24
2016-10-14Move OVERRIDE/FINAL from gcc/coretypes.h to include/ansidecl.hPedro Alves4-31/+32
2016-10-14mips.c (mips_prepare_pch_save): Initialize micromips_globals to zero.Catherine Moore2-17/+24
2016-10-141.cc: Remove 'test' variables.Paolo Carlini394-924/+636
2016-10-14runtime: copy cpuprof code from Go 1.7 runtimeIan Lance Taylor13-541/+568
2016-10-14re PR tree-optimization/77979 (ICE on valid code at -Os and above on x86_64-l...Richard Biener4-2/+36
2016-10-14Test folding of str{n}{case}cmp and memchrMartin Liska4-0/+266
2016-10-14Fold __builtin_memchr functionMartin Liska5-59/+119
2016-10-14Fold __builtin_str{n}{case}cmp functionsMartin Liska5-147/+239
2016-10-14PR65122 extended alignment support in allocatorsJonathan Wakely12-4/+426
2016-10-14Fix gcc.dg/torture/pr77937-[12].c for real.Uros Bizjak3-2/+10
2016-10-14Fix pr77937-1.c and pr77937-2.c testcasesMarkus Trippelsdorf2-2/+2
2016-10-14* gcov-io.c (gcov_open): Deconstify 'mode'.Nathan Sidwell2-1/+5
2016-10-14re PR ada/77968 (ICEs with -flto on gnat.dg)Eric Botcazou17-71/+203
2016-10-14re PR libstdc++/77944 (FAIL: 20_util/variant/compile.cc (test for excess erro...Tim Shen2-0/+6
2016-10-14Support only \0-terminated string in c_getstr and returnMartin Liska3-10/+36
2016-10-14Simplify reference_wrapper nested typedefsJonathan Wakely2-37/+22
2016-10-14coarray_38.f90: Expect error message.Andre Vehreschild4-1/+23
2016-10-14[AArch64] Add spellchecking hints for -march,-mcpu,-mtune and their attributesKyrylo Tkachov9-1/+127
2016-10-14Fix long lineEric Botcazou1-2/+2
2016-10-14optabs.def: Remove optab function gen_int_libfunc for sdivmod_optab and udivm...Prathamesh Kulkarni2-2/+7
2016-10-14Daily bump.GCC Administrator1-1/+1
2016-10-13PR c++/71912 - [6/7 regression] flexible array in struct in union rejectedMartin Sebor10-105/+895
2016-10-13m68k.c (m68k_option_override): Check opt_fstack_limit_symbol_arg and opt_fsta...Andreas Schwab4-3/+15
2016-10-13re PR tree-optimization/77937 (ICE: in replace_one_candidate, at gimple-ssa-s...Bill Schmidt3-0/+37
2016-10-13container_access.cc: Remove 'test' variables.Paolo Carlini341-1100/+651
2016-10-13Implement P0386R2 - C++17 inline variablesJason Merrill20-31/+712
2016-10-13gcov-io.c (gcov_open): Fix documentation.Nathan Sidwell2-37/+17
2016-10-13Create the *logue in the same order as before (PR77962)Segher Boessenkool2-6/+19
2016-10-13Makefile.in (insn-attrtab.o-warn, [...]): Don't use -Wno-error.Marek Polacek2-5/+6
2016-10-13Fix ChangeLog for r241132Sandra Loosemore1-4/+4
2016-10-13scd42-1.c: Skip if -mcpu incompatible with Xscale is specified, not just -march.Sandra Loosemore3-2/+10
2016-10-13Avoid #include <functional> in other headersJonathan Wakely24-22/+66
2016-10-13Add missing <random> header in testcaseJonathan Wakely2-0/+3