aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-26tree.h (memmodel_from_int, [...]): Move to ...Thomas Preud'homme22-63/+132
2016-09-26builtin-sprintf-warn-1.c: Adjust regex to accept singular form of byte when q...Thomas Preud'homme2-3/+8
2016-09-26read-rtl.c: split out read_rtx_operand from read_rtx_codeDavid Malcolm2-193/+218
2016-09-26configure.ac: Disable "sim" directory for arc*-*-*.Anton Kolesov3-0/+11
2016-09-26cygming.h (ASM_OUTPUT_DWARF_OFFSET): Fix typo.Liu Hao2-2/+6
2016-09-26c-lex.c (c_common_has_attribute): Handle attribute fallthrough.Marek Polacek6-3/+27
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek13-61/+41
2016-09-26Fix typo in date.David Edelsohn1-1/+1
2016-09-26[regrename][sel-sched] Fix bogus use of HARD_FRAME_POINTER_REGNUM (was: Fix a...Kyrylo Tkachov3-2/+10
2016-09-26S/390: Add missing fallthrough comments.Andreas Krebbel2-0/+7
2016-09-26Fix documentation of gcov toolMartin Liska2-7/+13
2016-09-26re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Paul Thomas2-1/+11
2016-09-26Remove HIST_TYPE_CONST_DELTA counter type (PR gcov-profile/23332)Martin Liska5-51/+13
2016-09-26Fix handling of -fsanitize-recover* options.Martin Liska16-60/+155
2016-09-26target.def (elf_flags_numeric): Change documentation to present tense.Andre Vieira3-8/+14
2016-09-26init.c (expand_default_init): Fix } indentation.Nathan Sidwell3-14/+13
2016-09-26Remove redefinition of __cpp_lib_array_constexprJonathan Wakely2-4/+3
2016-09-26Add assertions to extract(const_iterator) functionsJonathan Wakely7-8/+46
2016-09-26re PR libstdc++/77717 (testsuite/21_strings/basic_string_view/operations/comp...Ville Voutilainen2-2/+8
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek83-46/+4005
2016-09-26dwarf2out.c (stripattributes): Remove unused function.Richard Biener2-96/+97
2016-09-26re PR debug/77692 (gcc.dg/debug/dwarf2/const-2b.c FAILs)Richard Biener2-2/+16
2016-09-26Daily bump.GCC Administrator1-1/+1
2016-09-25debug.cc: Include debug/vector.François Dumont3-47/+105
2016-09-25bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...François Dumont7-23/+63
2016-09-25re PR fortran/77429 (ICE in gfc_check_dependency, at fortran/dependency.c:1261)Steven G. Kargl4-1/+20
2016-09-25re PR fortran/77694 (ICE in optimize_binop_array_assignment, at fortran/front...Steven G. Kargl4-0/+21
2016-09-25* gcc.target/i386/pr77621.c (dg-options): Add -mno-avx.Uros Bizjak1-1/+1
2016-09-25algo.h: Generalize usage of std::__iterator_category.François Dumont2-1163/+1009
2016-09-25This fixes a fallout that actually goes back to 5.0 but went unnoticed.Oleg Endo6-18/+64
2016-09-25Daily bump.GCC Administrator1-1/+1
2016-09-24coarray_lib_comm_1.f90: Really fix test for 32-bit mode.Dominique d'Humieres2-2/+7
2016-09-24rs6000.c (expand_block_compare, [...]): Change TARGET_LITTLE_ENDIAN to !BYTES...Aaron Sawdey2-6/+11
2016-09-24configure.ac (gcc_cv_as_aix_dwloc): Fix typo in assembly fragment.David Edelsohn3-2/+7
2016-09-24Add missing changelong entry for 240455Aaron Sawdey1-0/+19
2016-09-24coarray_lib_comm_1.f90: Fix test for 32-bit mode.Dominique d'Humieres2-2/+7
2016-09-24re PR c/77490 (bit-not (~) on boolean should be warned about)Marek Polacek11-4/+134
2016-09-24Daily bump.GCC Administrator1-1/+1
2016-09-23lang.opt, [...]: New flag -fdec-static.Fritz Reese17-16/+452
2016-09-23internal/syscall/unix: add getrandom syscall for MIPS and SPARCIan Lance Taylor5-2/+35
2016-09-23re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle17-130/+328
2016-09-23rs6000.md (cmpmemsi): New define_expand.Aaron Sawdey4-36/+481
2016-09-23S/390: Fix hotpatch test cases.Dominik Vogt8-7/+17
2016-09-23compiler: better abstraction layer for diagnostics.Than McIntosh22-846/+1217
2016-09-23hooks.c (hook_bool_bool_false, [...]): For arguments with ATTRIBUTE_UNUSED...Jakub Jelinek2-88/+87
2016-09-23re PR go/77701 (suspicious code in go/go-gcc.cc)Chris Manghane2-4/+10
2016-09-23re PR testsuite/77713 (gcc.dg/tree-ssa/builtin-sprintf.c compilation failed t...Martin Sebor2-0/+11
2016-09-23Implement P0138R2, C++17 construction rules for enum class valuesJakub Jelinek6-0/+287
2016-09-23Make-lang.in (check-c++1z): Pass RUNTESTFLAGS down to make check-g++.Jakub Jelinek2-1/+4
2016-09-23Avoid reallocation for basic_string::clear()Jonathan Wakely5-1/+216