aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-25c-common.c (warn_logical_not_parentheses): Print fixit hints.Marek Polacek9-7/+60
2016-08-25* multiple_target.c (pass_data_dispatcher_calls): Fix typo.David Edelsohn2-1/+5
2016-08-25dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes): Only add locatio...Richard Biener2-5/+11
2016-08-25re PR c/77323 (Bad "defaults to 'int'" warning for unsupported types)Marek Polacek4-13/+41
2016-08-25Daily bump.GCC Administrator1-1/+1
2016-08-24re PR fortran/77358 ([F08] deferred-length character function returns zero-le...Paul Thomas4-0/+45
2016-08-24arm-modes.def: Add new condition code mode CC_V to represent the overflow bit.Michael Collison14-0/+532
2016-08-24re PR target/77270 (Flag -mprftchw is shared with 3dnow for -march=k8)Uros Bizjak10-43/+33
2016-08-24Revert "Drop excess size used for run time allocated stack variables."Andreas Krebbel2-9/+12
2016-08-24fragments.texi (MULTILIB_REUSE): Mention that only options in MULTILIB_OPTION...Thomas Preud'homme3-17/+33
2016-08-24t-aprofile (MULTILIB_MATCHES): Add mapping for -mcpu=cortex-a7, -mfpu=neon-fp...Thomas Preud'homme2-17/+13
2016-08-24Fix bogus testsuite failures for avr.Senthil Kumar Selvaraj3-1/+10
2016-08-24Remove trailing whitespace in C++ headersAditya Kumar3-116/+121
2016-08-24re PR testsuite/77317 (x86_64 --target_board=''unix/ unix/-m32'' parallel tes...Robert Suchanek2-71/+39
2016-08-24[RTEMS] Add vfp multilib for ARMSebastian Huber2-2/+7
2016-08-24Daily bump.GCC Administrator1-1/+1
2016-08-23s390.c (s390_asm_file_start): Call default_file_start.Ian Lance Taylor4-1/+11
2016-08-23rs6000.c (rs6000_expand_vector_init): Set initialization of all 0's to the 0 ...Michael Meissner8-52/+365
2016-08-23line-map.h: add source_range::from_locationsDavid Malcolm2-0/+14
2016-08-23[ARM] Fix predicable_short_it attribute for arm_movqi_insnChristophe Lyon2-1/+6
2016-08-23decl.c (gfc_match_structure_decl): Make gfc_structure_id static.Fritz Reese4-1/+36
2016-08-23compiler: revamp scheme for ordering calls to import init fcns.Ian Lance Taylor7-160/+538
2016-08-23selftest.h: add ASSERT_STR_CONTAINSDavid Malcolm3-0/+60
2016-08-23interface.c (compare_components): Fix typo in name check conditional.Fritz Reese2-1/+5
2016-08-23Add C++17 constexpr to debug and profile mode arraysJonathan Wakely3-44/+48
2016-08-23re PR tree-optimization/77286 (ICE in fold_convert_loc, at fold-const.c:2248 ...Richard Biener2-16/+41
2016-08-23libstdc++/77334 move assign RB trees of non-copyable typesJonathan Wakely3-16/+74
2016-08-23Remove reference to -pthreads option in libstdc++ manualJonathan Wakely3-2/+5
2016-08-23Use dg-do preprocess instead of compile for testsJonathan Wakely3-4/+5
2016-08-23Implement resolution of LWG DR 685 preciselyJonathan Wakely9-29/+462
2016-08-23Add constexpr to <iterator> and <array> for C++17Jonathan Wakely10-109/+261
2016-08-23Drop excess size used for run time allocated stack variables.Dominik Vogt2-4/+17
2016-08-23S/390: Fix insv-1.c test with -m31.Dominik Vogt2-4/+8
2016-08-23S/390: Improve result verification in test case vec-genmask-1.c.Dominik Vogt2-6/+19
2016-08-23S/390: Add splitter for "and" with complement.Dominik Vogt5-0/+159
2016-08-23re PR middle-end/27336 (delete null checks in callers to nonnull functions)Richard Biener4-8/+27
2016-08-23re PR lto/77305 (-fdump-tree-all and -flto causes ICE)Richard Biener2-3/+10
2016-08-232016-08-23 Venkataramanan KumarVenkataramanan Kumar2-2/+7
2016-08-23Daily bump.GCC Administrator1-1/+1
2016-08-22re PR c++/77321 (crash in warn_for_memset)Marek Polacek4-1/+35
2016-08-22compiler: don't permit P.M if P is a pointer typeIan Lance Taylor2-3/+5
2016-08-22Split _M_dfs() into smaller functions.Tim Shen3-185/+311
2016-08-22i386.md (*zero_extendsidi2): Add (*r,*k) alternative.Uros Bizjak2-17/+35
2016-08-22re PR fortran/60774 (f951: internal compiler error: Segmentation fault: 11)Steven G. Kargl8-29/+23
2016-08-22re PR fortran/61318 (Improve error diagnostic by pointing to the expression a...Steven G. Kargl4-2/+34
2016-08-22re PR fortran/77260 (bogus warning with ENTRY in a function)Steven G. Kargl5-3/+77
2016-08-22Support __builtin_isinf_sign for new floating-point types (PR middle-end/77269).Joseph Myers12-4/+138
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov15-51/+243
2016-08-22Update links to libstdc++ Doxygen pagesJonathan Wakely4-107/+22
2016-08-22Add noexcept to std::function swapJonathan Wakely4-2/+43