Show patches with: State = Action Required       |    Archived = No       |   126642 patches
« 1 2 ... 707 708 7091266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[03/13] Split can_vec_perm_p into can_vec_perm_{var,const}_p Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[04/13] Refactor expand_vec_perm Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[05/13] Remove vec_perm_const optab Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[06/13] Check whether a vector of QIs can store all indices Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[07/13] Make vec_perm_indices use new vector encoding Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[08/13] Add a vec_perm_indices_to_tree helper function Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[09/13] Use explicit encodings for simple permutes Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[11/13] Use vec_perm_builder::series_p in shift_amt_for_vec_perm_mask Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[12/13] Use ssizetype selectors for autovectorised VEC_PERM_EXPRs Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[13/13,AArch64] Use vec_perm_indices helper routines Make VEC_PERM_EXPR work for variable-length vectors - - - - --- 2017-12-09 Richard Sandiford New
[doc] doc/install.texi - tweak link to mkssoftware.com [doc] doc/install.texi - tweak link to mkssoftware.com - - - - --- 2017-12-10 Gerald Pfeifer New
[wwwdocs] search.html - remove link to htdig.org [wwwdocs] search.html - remove link to htdig.org - - - - --- 2017-12-10 Gerald Pfeifer New
[wwwdocs] projects/ia64.html -- SGI kernprof link [wwwdocs] projects/ia64.html -- SGI kernprof link - - - - --- 2017-12-10 Gerald Pfeifer New
[wwwdocs] gcc-3.1/changes.html - adjust Ada Core link [wwwdocs] gcc-3.1/changes.html - adjust Ada Core link - - - - --- 2017-12-10 Gerald Pfeifer New
Fix Bug 83237 - Values returned by std::poisson_distribution are not distributed correctly Fix Bug 83237 - Values returned by std::poisson_distribution are not distributed correctly - - - - --- 2017-12-10 Michele Pezzutti New
C PATCH for c/82679 (rejects-valid with _Atomic and arrays) C PATCH for c/82679 (rejects-valid with _Atomic and arrays) - - - - --- 2017-12-10 Marek Polacek New
[fortran] Implement Maxval in compile-time-constants [fortran] Implement Maxval in compile-time-constants - - - - --- 2017-12-10 Thomas Koenig New
[libgfortran] Memory issues related to PR78549 [libgfortran] Memory issues related to PR78549 - - - - --- 2017-12-11 Jerry DeLisle New
Fix stack overflow with autofdo (PR83355) Fix stack overflow with autofdo (PR83355) - - - - --- 2017-12-11 Andi Kleen New
Fix segfault in inliner with attribute flatten Fix segfault in inliner with attribute flatten - - - - --- 2017-12-11 Andi Kleen New
[SPARC] Make sure that jump is to a label in errata workaround [SPARC] Make sure that jump is to a label in errata workaround - - - - --- 2017-12-11 Daniel Cederman New
Allow USE in PARALLELs in store_data_bypass_p (take 2) Allow USE in PARALLELs in store_data_bypass_p (take 2) - - - - --- 2017-12-11 Jakub Jelinek New
[AArch64] Specify fp16 support for Cortex-A55 and Cortex-A75 [AArch64] Specify fp16 support for Cortex-A55 and Cortex-A75 - - - - --- 2017-12-11 Kyrill Tkachov New
[combine] Don't create vector mode ZERO_EXTEND from subregs [combine] Don't create vector mode ZERO_EXTEND from subregs - - - - --- 2017-12-11 James Greenhalgh New
Fix PR81889 Fix PR81889 - - - - --- 2017-12-11 Richard Biener New
[PR83370,AARCH64] Use tighter register constraints for sibcall patterns. [PR83370,AARCH64] Use tighter register constraints for sibcall patterns. - - - - --- 2017-12-11 Renlin Li New
[AArch64] Do not perform a vector splat for vector initialisation if it is not useful [AArch64] Do not perform a vector splat for vector initialisation if it is not useful - - - - --- 2017-12-11 James Greenhalgh New
ifcvt: Call fixup_partitions (PR83361) ifcvt: Call fixup_partitions (PR83361) - - - - --- 2017-12-11 Segher Boessenkool New
[rs6000] generate loop code for memcmp inline expansion [rs6000] generate loop code for memcmp inline expansion - - - - --- 2017-12-11 Aaron Sawdey New
have -Wnonnull print inlining stack (PR 83369) have -Wnonnull print inlining stack (PR 83369) - - - - --- 2017-12-11 Martin Sebor New
RL78 movdi improvement RL78 movdi improvement - - - - --- 2017-12-11 Sebastian Perta New
Fix broken capitalization in aarch64 diagnostics Fix broken capitalization in aarch64 diagnostics - - - - --- 2017-12-11 Jakub Jelinek New
[AArch64] Fix ICEs in aarch64_print_operand_internal (PR target/83335) [AArch64] Fix ICEs in aarch64_print_operand_internal (PR target/83335) - - - - --- 2017-12-11 Jakub Jelinek New
[fortran,doc,committed] Update description of MINLOC and MAXLOC [fortran,doc,committed] Update description of MINLOC and MAXLOC - - - - --- 2017-12-11 Thomas Koenig New
testsuite: add coverage for diagnostics relating to inlining (PR tree-optimization/83336) testsuite: add coverage for diagnostics relating to inlining (PR tree-optimization/83336) - - - - --- 2017-12-11 David Malcolm New
Handle LOOP_DIST_ALIAS ifns in move_sese_region_to_fn (PR tree-optimization/83359) Handle LOOP_DIST_ALIAS ifns in move_sese_region_to_fn (PR tree-optimization/83359) - - - - --- 2017-12-11 Jakub Jelinek New
Fix result for conditional reductions matching at index 0 (PR tree-optimization/80631) Fix result for conditional reductions matching at index 0 (PR tree-optimization/80631) - - - - --- 2017-12-11 Jakub Jelinek New
[rs6000] Fix PR83332 (missing vcond patterns) [rs6000] Fix PR83332 (missing vcond patterns) - - - - --- 2017-12-11 Bill Schmidt New
avoid false negatives in attr-nonstring-3.c (PR 83131) avoid false negatives in attr-nonstring-3.c (PR 83131) - - - - --- 2017-12-11 Martin Sebor New
Fix the new pr83361.c testcase Fix the new pr83361.c testcase - - - - --- 2017-12-11 Segher Boessenkool New
avoid alignment error for attribute warn_if_not_aligned avoid alignment error for attribute warn_if_not_aligned - - - - --- 2017-12-12 Martin Sebor New
[i386] Fix PR83358 - increase divide/mod latencies a bit [i386] Fix PR83358 - increase divide/mod latencies a bit - - - - --- 2017-12-12 Markus Trippelsdorf New
[AIX] Nil check size threshold control for AIX [AIX] Nil check size threshold control for AIX - - - - --- 2017-12-12 REIX, Tony New
[committed] Add testcases for 2 fixed PRs (PR rtl-optimization/8336[34]) [committed] Add testcases for 2 fixed PRs (PR rtl-optimization/8336[34]) - - - - --- 2017-12-12 Jakub Jelinek New
Fix PR83385 Fix PR83385 - - - - --- 2017-12-12 Richard Biener New
[testsuite] Fix g++.old-deja/g++.pt/const2.C on Solaris [testsuite] Fix g++.old-deja/g++.pt/const2.C on Solaris - - - - --- 2017-12-12 Rainer Orth New
[ARM] Fix fragile arm fpu attribute tests. [ARM] Fix fragile arm fpu attribute tests. - - - - --- 2017-12-12 Tamar Christina New
PR libstdc++/83395 fix invocable traits for INVOKE<cv void> PR libstdc++/83395 fix invocable traits for INVOKE<cv void> - - - - --- 2017-12-12 Jonathan Wakely New
Fix IPA flattening ICE (PR ipa/82801) Fix IPA flattening ICE (PR ipa/82801) - - - - --- 2017-12-12 Jakub Jelinek New
[C++] Avoid ICE due to the attribute exclusion additions (PR c++/83322) [C++] Avoid ICE due to the attribute exclusion additions (PR c++/83322) - - - - --- 2017-12-12 Jakub Jelinek New
[PR,C++/15272] lookups with ambiguating dependent base [PR,C++/15272] lookups with ambiguating dependent base - - - - --- 2017-12-12 Nathan Sidwell New
[rs6000,PR,target/82190] fix mem size info in rtl generated by memcmp and strncmp/strcmp builtin ex… [rs6000,PR,target/82190] fix mem size info in rtl generated by memcmp and strncmp/strcmp builtin ex… - - - - --- 2017-12-12 Aaron Sawdey New
set range for strlen(array) to avoid spurious -Wstringop-overflow (PR 83373 , PR 78450) set range for strlen(array) to avoid spurious -Wstringop-overflow (PR 83373 , PR 78450) - - - - --- 2017-12-12 Martin Sebor New
vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312) vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312) - - - - --- 2017-12-12 David Malcolm New
diagnose attribute conflicts on conversion operators (PR 83394) diagnose attribute conflicts on conversion operators (PR 83394) - - - - --- 2017-12-13 Martin Sebor New
[RISC-V] Use C version of multi3 for RVE support. [RISC-V] Use C version of multi3 for RVE support. - - - - --- 2017-12-13 Jim Wilson New
[compare-debug] use call loc for nop_endbr [compare-debug] use call loc for nop_endbr - - - - --- 2017-12-13 Alexandre Oliva New
[Ada] Fix spurious warning on function imported from C in LTO mode [Ada] Fix spurious warning on function imported from C in LTO mode - - - - --- 2017-12-13 Eric Botcazou New
[Ada] Add small sanity check for package freezing [Ada] Add small sanity check for package freezing - - - - --- 2017-12-13 Eric Botcazou New
[Ada] Make sure subprogram locus is initialized [Ada] Make sure subprogram locus is initialized - - - - --- 2017-12-13 Eric Botcazou New
x86: don't use AVX512BW vmovdqu variants without -mavx512bw x86: don't use AVX512BW vmovdqu variants without -mavx512bw - - - - --- 2017-12-13 Jan Beulich New
[C++] PR 81061 ("[7/8 Regression] ICE modifying read-only variable") [C++] PR 81061 ("[7/8 Regression] ICE modifying read-only variable") - - - - --- 2017-12-13 Paolo Carlini New
RL78 bswaphi improvement RL78 bswaphi improvement - - - - --- 2017-12-13 Sebastian Perta New
combine: Fix PR83393 combine: Fix PR83393 - - - - --- 2017-12-13 Segher Boessenkool New
Verify allowed stmts before labels Verify allowed stmts before labels - - - - --- 2017-12-13 Jakub Jelinek New
[wwwdocs] mention AVR additions [wwwdocs] mention AVR additions - - - - --- 2017-12-13 Georg-Johann Lay New
Fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83396#c28 on ia64 (PR bootstrap/83396) Fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83396#c28 on ia64 (PR bootstrap/83396) - - - - --- 2017-12-13 Jakub Jelinek New
[RFC] Avoid PRED_NEGATIVE_RETURN prediction on likely -1/0/1 comparison functions (PR middle-end/81… [RFC] Avoid PRED_NEGATIVE_RETURN prediction on likely -1/0/1 comparison functions (PR middle-end/81… - - - - --- 2017-12-13 Jakub Jelinek New
[committed] sel-sched: fix sel_rank_for_schedule for qsort (PR 82398) [committed] sel-sched: fix sel_rank_for_schedule for qsort (PR 82398) - - - - --- 2017-12-13 Alexander Monakov New
PR libstdc++/59568 fix error handling for std::complex stream extraction PR libstdc++/59568 fix error handling for std::complex stream extraction - - - - --- 2017-12-13 Jonathan Wakely New
[rs6000] Allow memmov/memset builtin expansion to use unaligned vsx on p8/p9 [rs6000] Allow memmov/memset builtin expansion to use unaligned vsx on p8/p9 - - - - --- 2017-12-13 Aaron Sawdey New
[v2] vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312) [v2] vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312) - - - - --- 2017-12-13 David Malcolm New
Fix gimple-ssa-sprintf.c ICE (PR tree-optimization/83198) Fix gimple-ssa-sprintf.c ICE (PR tree-optimization/83198) - - - - --- 2017-12-13 Jakub Jelinek New
[C++] Fix ICE with label difference as template non-type argument (PR c++/79650) [C++] Fix ICE with label difference as template non-type argument (PR c++/79650) - - - - --- 2017-12-13 Jakub Jelinek New
Fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83396#c28 on ia64 (PR bootstrap/83396, take 2) Fix https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83396#c28 on ia64 (PR bootstrap/83396, take 2) - - - - --- 2017-12-13 Jakub Jelinek New
[wwwdocs] readings.html - adjust another Donald Knuth link [wwwdocs] readings.html - adjust another Donald Knuth link - - - - --- 2017-12-14 Gerald Pfeifer New
[AARCH64] Neon vld1_*_x3, vst1_*_x2 and vst1_*_x3 intrinsics [AARCH64] Neon vld1_*_x3, vst1_*_x2 and vst1_*_x3 intrinsics - - - - --- 2017-12-14 Sameera Deshpande New
Fix PR83418 Fix PR83418 - - - - --- 2017-12-14 Richard Biener New
[C] Fix PR83415 [C] Fix PR83415 - - - - --- 2017-12-14 Richard Biener New
Fix gimple-ssa-sprintf.c ICE (PR tree-optimization/83198, take 2) Fix gimple-ssa-sprintf.c ICE (PR tree-optimization/83198, take 2) - - - - --- 2017-12-14 Jakub Jelinek New
Fix PR83326 Fix PR83326 - - - - --- 2017-12-14 Richard Biener New
[Ada] Fix discrepancy in annotated vs computed sizes [Ada] Fix discrepancy in annotated vs computed sizes - - - - --- 2017-12-14 Eric Botcazou New
[testsuite] Require effective target weak_undefined for visibility-22.c [testsuite] Require effective target weak_undefined for visibility-22.c - - - - --- 2017-12-14 Tom de Vries New
Fix PR67842 Fix PR67842 - - - - --- 2017-12-14 Richard Biener New
Testcase for fixed PR65258 Testcase for fixed PR65258 - - - - --- 2017-12-14 Richard Biener New
Testcase for PR66974 Testcase for PR66974 - - - - --- 2017-12-14 Richard Biener New
[committed] Testcase for PR lto/81406 [committed] Testcase for PR lto/81406 - - - - --- 2017-12-14 Jakub Jelinek New
[arm] Add -mverbose-cost-dump and de-verbosify cost dumps [arm] Add -mverbose-cost-dump and de-verbosify cost dumps - - - - --- 2017-12-14 Kyrill Tkachov New
[ARM,gcc-7] Fix regression on soft float targets for armv8_2-fp16-move-2.c [ARM,gcc-7] Fix regression on soft float targets for armv8_2-fp16-move-2.c - - - - --- 2017-12-14 Sudakshina Das New
[Ada] Fix misalignment in record with aliased field and rep clause [Ada] Fix misalignment in record with aliased field and rep clause - - - - --- 2017-12-14 Eric Botcazou New
[Ada] Fix compilation time explosion due to recursive inlining [Ada] Fix compilation time explosion due to recursive inlining - - - - --- 2017-12-14 Eric Botcazou New
[Ada] Minor tweak to default_pass_by_ref [Ada] Minor tweak to default_pass_by_ref - - - - --- 2017-12-14 Eric Botcazou New
[committed] v3: vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312) [committed] v3: vrp_prop: Use dom_walker for -Warray-bounds (PR tree-optimization/83312) - - - - --- 2017-12-14 David Malcolm New
PR libstdc++/83427 detect weak result type from noexcept functions PR libstdc++/83427 detect weak result type from noexcept functions - - - - --- 2017-12-14 Jonathan Wakely New
Slight cost adjustment in SLSR Slight cost adjustment in SLSR - - - - --- 2017-12-14 Bill Schmidt New
[PR,C++/59930] template friend classes & default args [PR,C++/59930] template friend classes & default args - - - - --- 2017-12-14 Nathan Sidwell New
[Middle-end] 2nd patch of PR78809 and PR83026 [Middle-end] 2nd patch of PR78809 and PR83026 - - - - --- 2017-12-14 Qing Zhao New
Fix -fcompare-debug due to DEBUG_BEGIN_STMTs (PR debug/83419) Fix -fcompare-debug due to DEBUG_BEGIN_STMTs (PR debug/83419) - - - - --- 2017-12-14 Jakub Jelinek New
Fix (-A) - B -> (-B) - A optimization in fold_binary_loc (PR tree-optimization/83269) Fix (-A) - B -> (-B) - A optimization in fold_binary_loc (PR tree-optimization/83269) - - - - --- 2017-12-14 Jakub Jelinek New
[committed] Small formatting fix [committed] Small formatting fix - - - - --- 2017-12-14 Jakub Jelinek New
« 1 2 ... 707 708 7091266 1267 »