aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-01-08re PR c++/88744 (class non-type template parameters doesn't work with default...Marek Polacek2-0/+26
2019-01-08PR c++/88538 - braced-init-list in template-argument-list.Marek Polacek4-0/+38
2019-01-08re PR rtl-optimization/79593 (Poor/Worse code generation for FPU on versions ...Jakub Jelinek2-0/+15
2019-01-08re PR target/88457 (ICE: Max. number of generated reload insns per insn is ac...Jakub Jelinek2-2/+10
2019-01-08rs6000.c (rs6000_delegitimize_address): Delegitimize UNSPEC_FUSION_GPR to its...Jakub Jelinek2-6/+12
2019-01-08re PR fortran/88047 (ICE in gfc_find_vtab, at fortran/class.c:2843)Janus Weil4-1/+36
2019-01-08re PR bootstrap/88721 (-Wmaybe-uninitialized warnings in sparc.c)Eric Botcazou2-3/+24
2019-01-08x86: Don't generate vzeroupper if caller passes AVX/AVX512 registersH.J. Lu4-1/+39
2019-01-08PR c++/88548 - this accepted in static member functions.Marek Polacek5-36/+153
2019-01-08Use proper type in linear transformation in tree-switch-conversion (PR tree-o...Martin Liska4-7/+79
2019-01-08re PR middle-end/86554 (Incorrect code generation with signed/unsigned compar...Richard Biener5-81/+188
2019-01-08thread1.C: Tweak expected error #line 13 to cover target variance.Paolo Carlini2-1/+6
2019-01-08re PR fortran/88611 (ICE in eliminate_stmt, at tree-ssa-sccvn.c:5011)Richard Biener4-13/+32
2019-01-08[PATCH 2/3][GCC][AARCH64] Add new -mbranch-protection option to combine point...Sam Tebbs12-7/+343
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1905-1905/+1905
2019-01-08[Ada] Revert recent changes in the generation of deps in ali filesJustin Squirek3-42/+42
2019-01-08decl.c (start_decl): Improve permerror location.Paolo Carlini4-1/+23
2019-01-08teststuite - avoid parts of builtin-has-attribute tests requireing alias supp...Iain Sandoe3-6/+20
2019-01-08testsuite - Require alias support for three tests.Iain Sandoe4-0/+9
2019-01-08re PR c++/88554 (Segfault ICE when falling off the end of a reference-returni...Jonathan Wakely4-4/+30
2019-01-08Fix jit test case (PR jit/88747)David Malcolm2-1/+7
2019-01-08Daily bump.GCC Administrator1-1/+1
2019-01-07re PR c/88701 (Internal compiler error for valid program using compound liter...Jakub Jelinek4-1/+30
2019-01-08genattrtab bit-rot, and if_then_else in valuesAlan Modra2-45/+155
2019-01-07Fix diagnostics for never-defined inline and nested functions (PR c/88720, PR...Joseph Myers5-2/+116
2019-01-07* es.po: Update.Joseph Myers2-79/+61
2019-01-07decl.c (start_decl): Improve two error_at locations.Paolo Carlini5-10/+40
2019-01-07runtime: in doscanstackswitch, set gp->m before gogoIan Lance Taylor1-1/+1
2019-01-07compiler: move slice construction to callers of makesliceIan Lance Taylor6-86/+161
2019-01-07runtime: in getTraceback, set gp->m before gogoIan Lance Taylor1-1/+1
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig16-1/+384
2019-01-07PR c++/88741 - wrong error with initializer-string.Marek Polacek4-0/+23
2019-01-07Fix IFN_MASK_STORE handling of IFN_GOMP_SIMD_LANERichard Sandiford2-0/+6
2019-01-07re PR c++/88261 (ICE: verify_gimple failed (error: non-trivial conversion at ...Bernd Edlinger16-71/+211
2019-01-07Fix ICE in get_initial_defs_for_reduction (PR 88567)Richard Sandiford2-11/+15
2019-01-07Investigating PR target/86891 revealed a number of issues with the way the...Richard Earnshaw6-65/+291
2019-01-07tree-ssa-uncprop.c (ssa_equip_hash_traits): Remove in favor of tree_operand_h...Richard Biener2-13/+6
2019-01-07[2/2] PR88598: Optimise reduc (bit_and)Richard Sandiford11-0/+386
2019-01-07[1/2] PR88598: Optimise x * { 0 or 1, 0 or 1, ... }Richard Sandiford10-7/+236
2019-01-07Replace outdated references to x86_64-unknown-linux-gnu in docsJonathan Wakely2-4/+9
2019-01-07[nvptx] Force vl32 if calling vector-partitionable routinesTom de Vries2-0/+53
2019-01-07sse.md (vec_extract<mode><ssehalfvecmodelower>): Use V_256_512 iterator inste...Jakub Jelinek2-2/+6
2019-01-07re PR debug/88723 (PR debug/88635 patch breaks testsuite_shared.cc compilation)Jakub Jelinek2-9/+18
2019-01-07re PR tree-optimization/88676 (missed opportunity in integer conditional)Jakub Jelinek6-3/+335
2019-01-07re PR sanitizer/88619 (ICE in asan_emit_stack_protection, at asan.c:1574 sinc...Jakub Jelinek4-1/+22
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek22-17/+933
2019-01-07[nvptx] Handle large vector reductionsTom de Vries5-29/+170
2019-01-07[nvptx] Don't emit barriers for empty loops -- fixTom de Vries2-4/+17
2019-01-07[nvptx] Add support for a per-worker broadcast buffer and barrierTom de Vries3-19/+156
2019-01-07[nvptx] Allow larger PTX_MAX_VECTOR_LENGTH in nvptx_goacc_validate_dims_1Tom de Vries2-4/+34