aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-10argv.c (expandargv): Correct check for dynamically allocated argv.Daniel van Gerpen2-3/+8
2018-01-10rs6000.c (is_complex_IBM_long_double): Explicitly check for 128-bit long doub...Michael Meissner3-3/+13
2018-01-10PR tree-optimization/83671 - Fix for false positive reported by -Wstringop-ov...Martin Sebor7-29/+564
2018-01-10re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez3-1/+49
2018-01-10[multiple changes]Steven G. Kargl4-1/+33
2018-01-10* dwarf2out.c (dwarf2out_var_location): Do not pass NULL to fprintf.Eric Botcazou2-2/+11
2018-01-10re PR target/83399 (Power8 ICE During LRA with 2-op rtl pattern for lvx instr...Peter Bergner5-17/+53
2018-01-10x86intrin.h: Change #warning to #error.Peter Bergner5-4/+11
2018-01-10parser.c (cp_parser_std_attribute_spec): When token_pair::require_open / requ...Paolo Carlini2-8/+9
2018-01-10os, syscall: handle _st_timespec for AIX statIan Lance Taylor5-3/+68
2018-01-10Preserving locations for variable-uses and constants (PR c++/43486)David Malcolm27-164/+749
2018-01-10pr82618.c (dg-options): Add -mno-stv.Uros Bizjak2-1/+5
2018-01-10libgo: add platform support for SuperHIan Lance Taylor12-15/+79
2018-01-10memcmp-1.c: Reduce runtime to something reasonable.Aaron Sawdey2-18/+25
2018-01-10Add missing .a files.Ian Lance Taylor5-0/+0
2018-01-10re PR c++/82541 (Wduplicated-branches triggers in template context)Marek Polacek5-0/+30
2018-01-10re PR c++/81327 (cast to void* does not suppress -Wclass-memaccess)Jakub Jelinek4-33/+55
2018-01-102018-01-10 François Dumont <fdumont@gcc.gnu.org>François Dumont4-382/+492
2018-01-10re PR c++/81055 (ICE with invalid initializer for array new)Paolo Carlini4-1/+18
2018-01-10re PR c/82922 (Request: add -Wstrict-prototypes to -Wextra as K&R style is ob...Ian Lance Taylor6-12/+8
2018-01-10i386: Also adjust stack frame for stack slot alignmentH.J. Lu5-47/+148
2018-01-10exp: remove exp/proxy and exp/terminal packagesIan Lance Taylor13-1392/+31
2018-01-10[ARM] Add -mbranch-cost option, and update a few testsChristophe Lyon22-17/+70
2018-01-10cmd/go: check for another GCC error messageIan Lance Taylor2-2/+4
2018-01-10rs6000: Wrap diff of immediates in const (PR83629)Segher Boessenkool4-10/+36
2018-01-10runtime: fix makemap calls in __go_construct_mapIan Lance Taylor2-4/+4
2018-01-10re PR c/78768 (-Walloca-larger-than and -Wformat-length warnings disabled by ...Richard Biener2-1/+6
2018-01-10re PR debug/82425 (gcc.dg/guality/inline-params-2.c fail)Richard Biener2-1/+5
2018-01-10re PR debug/83765 (LTO bootstrap with Ada fails)Richard Biener2-5/+12
2018-01-10Don't use permutes for single-element accesses (PR83753)Richard Sandiford4-4/+40
2018-01-10PR 83740 Wrong string length type in bounds checkJanne Blomqvist2-5/+10
2018-01-10PR 84740 Wrong string length type in bounds checkJanne Blomqvist2-2/+11
2018-01-10re PR target/81616 (Update -mtune=generic for the current Intel and AMD proce...Jan Hubicka4-1/+14
2018-01-10avx2-gather-1.c: Add -march.Jan Hubicka18-16/+65
2018-01-10Clean up partitioning in try_optimize_cfg (PR bootstrap/82831).Martin Liska4-2/+13
2018-01-10Mostly revert r254296Richard Sandiford6-66/+31
2018-01-10re PR rtl-optimization/83575 (ICE: verify_flow_info failed (error: multiple h...Jan Hubicka2-5/+20
2018-01-10runtime: work around escaping closure in export_test.goIan Lance Taylor2-8/+8
2018-01-10runtime: noescape some functions/variablesIan Lance Taylor6-11/+29
2018-01-10cmd/go: add AIX supportIan Lance Taylor2-7/+25
2018-01-10libgo: add aix build tagsIan Lance Taylor5-5/+5
2018-01-10Daily bump.GCC Administrator1-1/+1
2018-01-09compiler: use temporary variable for stack allocationIan Lance Taylor2-4/+15
2018-01-09compiler: set captured variable address to nonescape until further floodedIan Lance Taylor2-4/+2
2018-01-09compiler: stack allocate defer thunkIan Lance Taylor3-2/+11
2018-01-09* es.po: Update.Joseph Myers2-96/+72
2018-01-09compiler: make non-escaping Bound_method_expression not heap allocateIan Lance Taylor2-2/+7
2018-01-09compiler: move some escape check to Mark_address_takenIan Lance Taylor4-13/+30
2018-01-09compiler: support go:noescape cross packageIan Lance Taylor4-9/+46
2018-01-09compiler: stack allocate non-escaping makesliceIan Lance Taylor3-14/+61