aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-01-12[multiple changes]Arnaud Charlet6-23/+52
2017-01-12contracts.adb, [...] (Pragma_Name): Change name to Pragma_Name_Unmapped.Bob Duff37-165/+190
2017-01-12tree-pretty-print.c (dump_generic_node): Provide -gimple variant for MEM_REF.Richard Biener6-3/+145
2017-01-12tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION and TS_TARGET_...Richard Biener3-4/+11
2017-01-12zero_bits_compound-2.c: Fix test for aarch64.Michael Collison2-2/+8
2017-01-12Daily bump.GCC Administrator1-1/+1
2017-01-11i386.c (memory_address_length): Increase len only when rip_relative_addr_p re...Uros Bizjak2-1/+6
2017-01-11PR c++/78337 - ICE on invalid with generic lambdaJason Merrill3-4/+42
2017-01-11i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.Julia Koval20-21/+285
2017-01-11Fix up a typo.Jakub Jelinek1-1/+1
2017-01-11PR c++/24511 - [DR 470] explicit instantiation/extern template unsatsMartin Sebor2-0/+29
2017-01-11re PR c++/77812 (incorrectly rejects valid C++ code that uses enum in templat...Nathan Sidwell4-1/+35
2017-01-11* name-lookup.c (push_overloaded_decl_1): Refactor OVERLOAD creation.Nathan Sidwell2-2/+8
2017-01-11re PR c++/71537 (GCC rejects consetxpr boolean conversions and comparisons on...Jakub Jelinek4-8/+32
2017-01-11flatten-3.c: Add quotation marks around dg-options argument.Jakub Jelinek2-1/+6
2017-01-11PR c/47931 - missing -Waddress warning for comparison with NULLMartin Sebor2-0/+35
2017-01-11compiler: add containing Bfunction to conditional_expressionThan McIntosh6-24/+44
2017-01-11re PR c++/78341 (ICE on invalid C++ code on x86_64-linux-gnu (internal compi...Jakub Jelinek4-5/+14
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek6-1/+23
2017-01-11compiler: mark generated struct/array types as incomparableIan Lance Taylor5-17/+56
2017-01-11PR c/78768 - -Walloca-larger-than and -Wformat-length warnings disabled by -fltoMartin Sebor4-3/+27
2017-01-11Offer suggestions for unrecognized sanitizer options (PR driver/78877)David Malcolm7-2/+124
2017-01-11dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease by 12.Jakub Jelinek2-20/+33
2017-01-11My previous change to the Cortex-A53 scheduler resulted in a 13% regression o...Wilco Dijkstra2-11/+35
2017-01-11arm_neon.h: Add __artificial__ and gnu_inline to all inlined functions, chang...Tamar Christina2-2254/+4513
2017-01-11[ARM] PR target/78253 Call weak function instead of strong when called throug...Christophe Lyon2-3/+20
2017-01-11[arm] Replace command-line option .def files with single definition fileRichard Earnshaw18-602/+4693
2017-01-11re PR lto/79042 (LTO doesn't propagate node->dynamically_initialized bit for ...Maxim Ostapenko2-0/+9
2017-01-11Fix flatten-3.c test-case.Martin Liska2-1/+5
2017-01-11decomp4.C (test): Use 2 identifier decomposition instead of just 1 for the de...Jakub Jelinek2-1/+6
2017-01-11re PR rtl-optimization/79032 (unaligned memory access generated with LRA and ...Eric Botcazou4-4/+48
2017-01-11re PR bootstrap/79052 (bootstrap-ubsan failures due to warnings)Richard Biener2-85/+93
2017-01-11[hsa] Fix hsa function cloning testMartin Jambor3-5/+12
2017-01-11tree-vrp.c (evrp_dom_walker::before_dom_children): Also set range/nonnull inf...Richard Biener4-15/+47
2017-01-11re PR middle-end/50199 (wrong code with -flto -fno-merge-constants)Jakub Jelinek4-0/+34
2017-01-11Daily bump.GCC Administrator1-1/+1
2017-01-10expr.c (store_field): In the bitfield case...Eric Botcazou2-39/+45
2017-01-10PR testsuite/78960 - FAIL: gcc.dg/tree-ssa/builtin-sprintf.c execution testMartin Sebor3-4/+16
2017-01-10PR middle-end/78138 - missing warnings on buffer overflow with non-constant s...Martin Sebor2-0/+27
2017-01-10re PR c++/77598 (constexpr compilation failure on reference type casting)Jason Merrill1-0/+26
2017-01-10PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...Martin Sebor2-0/+15
2017-01-10PR middle-end/78245 - missing -Wformat-length on an overflow of a dynamically...Martin Sebor4-14/+118
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm6-1/+56
2017-01-10runtime: copy more scheduler code from Go 1.7 runtimeIan Lance Taylor1-1/+1
2017-01-10PR tree-optimization/78775 - [7 Regression] ICE in maybe_warn_alloc_args_over...Martin Sebor12-173/+517
2017-01-10driver-msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file ...Joe Seymour3-8/+26
2017-01-10re PR middle-end/77766 (wrong code at -O2 and -O3 in 64-bit mode on x86_64-li...Jeff Law2-0/+34
2017-01-10extend.texi: Tweak formatting to fix overfull hbox warnings.Sandra Loosemore5-34/+57
2017-01-10* c-cppbuiltin.c (c_cpp_builtins): Define __cpp_variadic_using.Jason Merrill3-0/+12
2017-01-10FI 20, decomposition declaration with parenthesized initializer.Jason Merrill3-15/+22