aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-22common.opt (feliminate-dwarf2-dups): Ignore.Richard Biener13-338/+42
2017-08-22* wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.Aldy Hernandez2-1/+9
2017-08-22re PR target/81910 ([avr] ICE with "address" attribute on type)Georg-Johann Lay2-11/+23
2017-08-22re PR fortran/81296 (derived type I/o problem)Jerry DeLisle4-10/+33
2017-08-22Daily bump.GCC Administrator1-1/+1
2017-08-21rs6000-cpus.def (-mvsx-scalar-float): Delete undocumented debugging options.Michael Meissner3-28/+17
2017-08-21search.c (lookup_field_r): Remove obsolete code for type-named field in PoD.Nathan Sidwell2-28/+14
2017-08-21search.c (lookup_field_1): Assert TYPE is a class and VFIELD isn't special.Nathan Sidwell2-46/+13
2017-08-21pr81899.C: Fix c++03.Nathan Sidwell3-1/+11
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm6-8/+28
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm12-111/+139
2017-08-21re PR target/46091 (missed optimization: x86 bt/btc/bts instructions)Uros Bizjak7-13/+239
2017-08-21PR libstdc++/81912 make std::__iterator_category constexprJonathan Wakely6-5/+73
2017-08-21Simplify pad_below implementationRichard Sandiford2-9/+10
2017-08-21Remove the frame size argument from function_prologue/epilogueRichard Sandiford23-87/+104
2017-08-21Add a type_has_mode_precision_p helper functionRichard Sandiford13-57/+62
2017-08-21This patch simplifies pow (C, x) into exp (x * C1) if C > 0, C1 = log (C).Wilco Dijkstra2-0/+14
2017-08-21* de.po: Update.Joseph Myers2-69/+45
2017-08-21re PR c++/81899 (ICE: Segmentation fault)Nathan Sidwell4-1/+24
2017-08-21re PR tree-optimization/81900 (GCC trunk miscompiles Perl / __sigsetjmp issue)Richard Biener4-7/+34
2017-08-21re PR target/79883 (avr i18n: untranslated "interrupt" or "signal")Georg-Johann Lay2-1/+6
2017-08-21Tabify 2017-08-21 Richard Biener <rguenther@suse.de> entryNathan Sidwell1-91/+91
2017-08-21Move vector_type_mode to tree.cRichard Sandiford5-45/+51
2017-08-21re PR go/78628 (GO fails to build a translation unit decl)Richard Biener47-404/+2106
2017-08-21Pass rtx and index to read-md.c iterator routinesRichard Sandiford3-39/+76
2017-08-21Fix bogus CONST_WIDE_INT hashRichard Sandiford2-1/+8
2017-08-21re PR tree-optimization/81884 (Invalid code generation with zero size arrays ...Richard Biener4-9/+72
2017-08-21tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.Richard Biener2-38/+30
2017-08-21Daily bump.GCC Administrator1-1/+1
2017-08-20re PR c/81854 (weak alias of an incompatible symbol accepted)Martin Sebor2-2/+9
2017-08-20Fix typo.John David Anglin1-1/+1
2017-08-20re PR testsuite/81056 (FAIL: 17_intro/names.cc (test for excess errors))John David Anglin2-0/+10
2017-08-20re PR ipa/77732 (FAIL: gcc.dg/ipa/ipcp-cstagg-7.c scan-ipa-dump-times cp "Dis...John David Anglin2-1/+6
2017-08-20Daily bump.GCC Administrator1-1/+1
2017-08-19i386.h (OPTION_MASK_ISA_ROUND): Remove.Uros Bizjak6-69/+65
2017-08-19re PR target/81894 (Typo in x86 built-in function list)Uros Bizjak2-1/+7
2017-08-19Daily bump.GCC Administrator1-1/+1
2017-08-18jit: fix segfault with autovectorization (PR tree-optimization/46805)David Malcolm5-0/+407
2017-08-18jit: make simpler reproducersDavid Malcolm2-12/+62
2017-08-18re PR target/80210 (ICE in in extract_insn, at recog.c:2311 on ppc64 for with...Peter Bergner4-45/+75
2017-08-18re PR go/81893 (compilation error in libgo starting with r251127)Ian Lance Taylor2-2/+5
2017-08-18Simplify allocator usage in unordered containersJonathan Wakely2-18/+21
2017-08-18C++: fix ordering of missing std #include suggestion (PR c++/81514)David Malcolm5-22/+46
2017-08-18PR libstdc++/81891 fix double-free in hashtable constructorJonathan Wakely3-11/+79
2017-08-18misc/cgo/test: make cgo tests run on AIXIan Lance Taylor3-2/+4
2017-08-18c-parser.c (c_parser_postfix_expression): Remove unused code.Marek Polacek2-24/+8
2017-08-18Add warn_if_not_aligned attributeH.J. Lu26-14/+809
2017-08-18cmd/go: pass -funwind-tables when compiling C codeIan Lance Taylor2-1/+7
2017-08-18Daily bump.GCC Administrator1-1/+1
2017-08-17Fix build of --enable-gather-detailed-mem-stats (PR bootstrap/81864).Martin Liska2-6/+17