Show patches with: none      |   126868 patches
« 1 2 ... 428 429 4301268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Fix nvptx_output_softstack_switch (PR target/90811) Fix nvptx_output_softstack_switch (PR target/90811) - - - - --- 2019-06-10 Jakub Jelinek New
Fix build with inhibit_libc (was Re: [PATCH 2/4] Implement N disk counters for single value and ind… Fix build with inhibit_libc (was Re: [PATCH 2/4] Implement N disk counters for single value and ind… - - - - --- 2019-06-10 Jakub Jelinek New
[committed] Add parsing and diagnostics for #pragma omp scan and reduction(inscan, ...) [committed] Add parsing and diagnostics for #pragma omp scan and reduction(inscan, ...) - - - - --- 2019-06-10 Jakub Jelinek New
Fix bootstrap (was: Re: [PATCH][RFC] Sanitize equals and hash functions in hash-tables.) Fix bootstrap (was: Re: [PATCH][RFC] Sanitize equals and hash functions in hash-tables.) - - - - --- 2019-06-07 Jakub Jelinek New
Fix up g++.dg/cpp*/feat-cxx*.C tests (PR testsuite/90772, take 2, was: [PATCH] Avoid unnecessary in… Fix up g++.dg/cpp*/feat-cxx*.C tests (PR testsuite/90772, take 2, was: [PATCH] Avoid unnecessary in… - - - - --- 2019-06-06 Jakub Jelinek New
Fix up g++.dg/cpp*/feat-cxx*.C tests (was: [PATCH] Avoid unnecessary inclusion of <stdexcept> heade… Fix up g++.dg/cpp*/feat-cxx*.C tests (was: [PATCH] Avoid unnecessary inclusion of <stdexcept> heade… - - - - --- 2019-06-06 Jakub Jelinek New
Backports to gcc-9-branch Backports to gcc-9-branch - - - - --- 2019-06-05 Jakub Jelinek New
Fix var-tracking ICE with complex subregs (PR debug/90733) Fix var-tracking ICE with complex subregs (PR debug/90733) - - - - --- 2019-06-05 Jakub Jelinek New
[committed] Force monotonic loops if lastprivate(conditional:) is present [committed] Force monotonic loops if lastprivate(conditional:) is present - - - - --- 2019-06-05 Jakub Jelinek New
[committed] Add support for lastprivate (conditional: ) with reference arguments [committed] Add support for lastprivate (conditional: ) with reference arguments - - - - --- 2019-06-05 Jakub Jelinek New
[committed] Fix up reference handling on simd constructs [committed] Fix up reference handling on simd constructs - - - - --- 2019-06-05 Jakub Jelinek New
[committed] Support lastprivate(conditional:) on combined for simd [committed] Support lastprivate(conditional:) on combined for simd - - - - --- 2019-06-04 Jakub Jelinek New
[committed] Add OpenMP lastprivate conditional support for simd construct [committed] Add OpenMP lastprivate conditional support for simd construct - - - - --- 2019-05-31 Jakub Jelinek New
Handle "omp simd array" accesses in ifcvt_memrefs_wont_trap Handle "omp simd array" accesses in ifcvt_memrefs_wont_trap - - - - --- 2019-05-31 Jakub Jelinek New
Fix ICE in ssa_create_duplicates (PR tree-optimization/90671) Fix ICE in ssa_create_duplicates (PR tree-optimization/90671) - - - - --- 2019-05-30 Jakub Jelinek New
[committed] Optimize lastprivate conditional in worksharing constructs nested in parallel constructs [committed] Optimize lastprivate conditional in worksharing constructs nested in parallel constructs - - - - --- 2019-05-30 Jakub Jelinek New
[C++] Fix decltype on a trivial dtor with -flifetime-dse (PR c++/90598, take 2) [C++] Fix decltype on a trivial dtor with -flifetime-dse (PR c++/90598, take 2) - - - - --- 2019-05-29 Jakub Jelinek New
Further C lapack workaround tweaks Further C lapack workaround tweaks - - - - --- 2019-05-29 Jakub Jelinek New
[committed] Add support for lastprivate conditional on combined parallel {for,sections} constructs [committed] Add support for lastprivate conditional on combined parallel {for,sections} constructs - - - - --- 2019-05-29 Jakub Jelinek New
[committed] Add lastprivate(conditional:) support for the sections construct [committed] Add lastprivate(conditional:) support for the sections construct - - - - --- 2019-05-27 Jakub Jelinek New
[committed] Fix up lastprivate(conditional:) handling when assignment is nested inside critical, ta… [committed] Fix up lastprivate(conditional:) handling when assignment is nested inside critical, ta… - - - - --- 2019-05-27 Jakub Jelinek New
[committed] Fix libgomp lastprivate conditional handling on some strict alignment targets (PR libgo… [committed] Fix libgomp lastprivate conditional handling on some strict alignment targets (PR libgo… - - - - --- 2019-05-27 Jakub Jelinek New
[C/C++] Reject __builtin_{add,sub,mul}_overflow with pointer to const integer as last arg (PR c/906… [C/C++] Reject __builtin_{add,sub,mul}_overflow with pointer to const integer as last arg (PR c/906… - - - - --- 2019-05-27 Jakub Jelinek New
[committed] Implement OpenMP 5.0 lastprivate(conditional:) for #pragma omp for [committed] Implement OpenMP 5.0 lastprivate(conditional:) for #pragma omp for - - - - --- 2019-05-24 Jakub Jelinek New
[committed] Fix libgomp hsa plugin build on x32 (PR libgomp/90585) [committed] Fix libgomp hsa plugin build on x32 (PR libgomp/90585) - - - - --- 2019-05-24 Jakub Jelinek New
[C++] Fix decltype on a trivial dtor with -flifetime-dse (PR c++/90598) [C++] Fix decltype on a trivial dtor with -flifetime-dse (PR c++/90598) - - - - --- 2019-05-24 Jakub Jelinek New
Allow fusion of stack_protect_test_<mode> with adjacent conditional jump (PR target/90568) Allow fusion of stack_protect_test_<mode> with adjacent conditional jump (PR target/90568) - - - - --- 2019-05-23 Jakub Jelinek New
[committed] Add testcase for std::is_constant_evaluated() vs. explicit(bool) [committed] Add testcase for std::is_constant_evaluated() vs. explicit(bool) - - - - --- 2019-05-23 Jakub Jelinek New
Improve stack_protect_test_<mode> on x86 (PR target/90568) Improve stack_protect_test_<mode> on x86 (PR target/90568) - - - - --- 2019-05-22 Jakub Jelinek New
Assorted optc-save-gen.awk fixes (PR bootstrap/90543) Assorted optc-save-gen.awk fixes (PR bootstrap/90543) - - - - --- 2019-05-22 Jakub Jelinek New
[C++] P1091R3 - Extending structured bindings to be more like var decls [C++] P1091R3 - Extending structured bindings to be more like var decls - - - - --- 2019-05-20 Jakub Jelinek New
[committed] Fix libgomp build with very old glibc (PR libgomp/90527) [committed] Fix libgomp build with very old glibc (PR libgomp/90527) - - - - --- 2019-05-20 Jakub Jelinek New
Backports to gcc-9-branch Backports to gcc-9-branch - - - - --- 2019-05-17 Jakub Jelinek New
Export forgotten _gfortran_{,m,s}findloc{0,1}_r10 (PR fortran/54613) Export forgotten _gfortran_{,m,s}findloc{0,1}_r10 (PR fortran/54613) - - - - --- 2019-05-17 Jakub Jelinek New
Export forgotten _gfortran_{,m,s}findloc0_i2 (PR fortran/54613) Export forgotten _gfortran_{,m,s}findloc0_i2 (PR fortran/54613) - - - - --- 2019-05-17 Jakub Jelinek New
Honor OpenMP simdlen in the vectorizer Honor OpenMP simdlen in the vectorizer - - - - --- 2019-05-17 Jakub Jelinek New
[committed] Fix ICE in equal_mem_array_ref_p (PR c++/90484) [committed] Fix ICE in equal_mem_array_ref_p (PR c++/90484) - - - - --- 2019-05-16 Jakub Jelinek New
OpenMP simd if clause support with runtime determined argument (take 2) OpenMP simd if clause support with runtime determined argument (take 2) - - - - --- 2019-05-16 Jakub Jelinek New
Add workaround for broken C/C++ wrappers to LAPACK (PR fortran/90329) Add workaround for broken C/C++ wrappers to LAPACK (PR fortran/90329) - - - - --- 2019-05-16 Jakub Jelinek New
[committed] Fix up pr90478.c testcase (was Re: [PATCH] Check for overflow in tree-switch-conversion… [committed] Fix up pr90478.c testcase (was Re: [PATCH] Check for overflow in tree-switch-conversion… - - - - --- 2019-05-15 Jakub Jelinek New
OpenMP simd if clause support with runtime determined argument OpenMP simd if clause support with runtime determined argument - - - - --- 2019-05-15 Jakub Jelinek New
[committed] Small OpenMP simd if and simdlen clause tweak [committed] Small OpenMP simd if and simdlen clause tweak - - - - --- 2019-05-15 Jakub Jelinek New
[C++] Fix up C++ loop construct debug info without -gno-statement-frontiers (PR debug/90197, take 2) [C++] Fix up C++ loop construct debug info without -gno-statement-frontiers (PR debug/90197, take 2) - - - - --- 2019-05-10 Jakub Jelinek New
Fix aarch64 exception handling (PR c++/59813) Fix aarch64 exception handling (PR c++/59813) - - - - --- 2019-05-10 Jakub Jelinek New
[committed] Adjust store_merging_29.c testcase (PR tree-optimization/88709, PR tree-optimization/90… [committed] Adjust store_merging_29.c testcase (PR tree-optimization/88709, PR tree-optimization/90… - - - - --- 2019-05-10 Jakub Jelinek New
[committed] Fix up C++ and ObjC gtfiles (PR pch/90326) [committed] Fix up C++ and ObjC gtfiles (PR pch/90326) - - - - --- 2019-05-10 Jakub Jelinek New
Fix another parloops reduction ICE (PR tree-optimization/90385) Fix another parloops reduction ICE (PR tree-optimization/90385) - - - - --- 2019-05-10 Jakub Jelinek New
Do not fold anything during copy_fn (PR c++/90383) Do not fold anything during copy_fn (PR c++/90383) - - - - --- 2019-05-10 Jakub Jelinek New
Improve tail call analysis and inliner EH clobber through variable life analysis (PR tree-optimizat… Improve tail call analysis and inliner EH clobber through variable life analysis (PR tree-optimizat… - - - - --- 2019-05-08 Jakub Jelinek New
Fold (x + 0.0) + 0.0 to x + 0.0 (PR tree-optimization/90356) Fold (x + 0.0) + 0.0 to x + 0.0 (PR tree-optimization/90356) - - - - --- 2019-05-07 Jakub Jelinek New
Various store-merging improvements (PR tree-optimization/88709, PR tree-optimization/90271) Various store-merging improvements (PR tree-optimization/88709, PR tree-optimization/90271) - - - - --- 2019-05-06 Jakub Jelinek New
[committed] Remove useless fincludedir from libitm/Makefile.am [committed] Remove useless fincludedir from libitm/Makefile.am - - - - --- 2019-05-03 Jakub Jelinek New
Fix ipa-devirt ICEs with types requiring structural equality (PR tree-optimization/90303) Fix ipa-devirt ICEs with types requiring structural equality (PR tree-optimization/90303) - - - - --- 2019-05-03 Jakub Jelinek New
Fix up gfor_cdir Fix up gfor_cdir - - - - --- 2019-05-02 Jakub Jelinek New
Backports from trunk to 8 branch Backports from trunk to 8 branch - - - - --- 2019-04-30 Jakub Jelinek New
[9/10] Fix up filesystem libstdc++ exports for riscv64 Untitled series #105369 - - - - --- 2019-04-30 Jakub Jelinek New
[9/10] Update riscv64-linux baseline_symbols.txt file Untitled series #105334 - - - - --- 2019-04-30 Jakub Jelinek New
[committed] Consider USE of return value a flow active insn even after reload (PR rtl-optimization/… [committed] Consider USE of return value a flow active insn even after reload (PR rtl-optimization/… - - - - --- 2019-04-29 Jakub Jelinek New
[C++] Fix up C++ loop construct debug info without -gno-statement-frontiers (PR debug/90197) [C++] Fix up C++ loop construct debug info without -gno-statement-frontiers (PR debug/90197) - - - - --- 2019-04-26 Jakub Jelinek New
Fix -Wunused-var-35.C (was Re: [PATCH][C++] Improve compile-time by ordering expensive checks last) Fix -Wunused-var-35.C (was Re: [PATCH][C++] Improve compile-time by ordering expensive checks last) - - - - --- 2019-04-25 Jakub Jelinek New
[C] Fix up C loop construct debug info without -gno-statement-frontiers (PR debug/90197) [C] Fix up C loop construct debug info without -gno-statement-frontiers (PR debug/90197) - - - - --- 2019-04-25 Jakub Jelinek New
FIx up GIMPLE bb removal (PR tree-optimization/90208) FIx up GIMPLE bb removal (PR tree-optimization/90208) - - - - --- 2019-04-24 Jakub Jelinek New
Fix up parloops loop exit PHI handling (PR tree-optimization/90211) Fix up parloops loop exit PHI handling (PR tree-optimization/90211) - - - - --- 2019-04-24 Jakub Jelinek New
Fix ix86_expand_sse_fp_minmax (PR target/90187) Fix ix86_expand_sse_fp_minmax (PR target/90187) - - - - --- 2019-04-24 Jakub Jelinek New
Fix up RTL splitting of asm goto (PR target/90193) Fix up RTL splitting of asm goto (PR target/90193) - - - - --- 2019-04-24 Jakub Jelinek New
Fix ARM exception handling (PR target/89093) Fix ARM exception handling (PR target/89093) - - - - --- 2019-04-22 Jakub Jelinek New
Fix tree-outof-ssa.c ICE with vector types (PR middle-end/90139) Fix tree-outof-ssa.c ICE with vector types (PR middle-end/90139) - - - - --- 2019-04-19 Jakub Jelinek New
[C++] Fix process_template_parm error-recovery (PR c++/90138) [C++] Fix process_template_parm error-recovery (PR c++/90138) - - - - --- 2019-04-19 Jakub Jelinek New
i18n fix for gimple-ssa-sprintf.c (PR translation/79183) i18n fix for gimple-ssa-sprintf.c (PR translation/79183) - - - - --- 2019-04-18 Jakub Jelinek New
[C/C++] Further typedef duplicate decl fixes (PR c++/90108) [C/C++] Further typedef duplicate decl fixes (PR c++/90108) - - - - --- 2019-04-18 Jakub Jelinek New
Fix up _mm_maskz_f{,n}m{add,sub}_round_s{s,d} at -O0 (PR target/90125) Fix up _mm_maskz_f{,n}m{add,sub}_round_s{s,d} at -O0 (PR target/90125) - - - - --- 2019-04-17 Jakub Jelinek New
Fix up dg-extract-results.sh Fix up dg-extract-results.sh - - - - --- 2019-04-17 Jakub Jelinek New
[committed] Add testcase for already fixed PR c++/86953 [committed] Add testcase for already fixed PR c++/86953 - - - - --- 2019-04-16 Jakub Jelinek New
Fix __builtin_*mul*_overflow* expansion (PR middle-end/90095, take 2) Fix __builtin_*mul*_overflow* expansion (PR middle-end/90095, take 2) - - - - --- 2019-04-16 Jakub Jelinek New
Don't ignore leading whitespace in AArch64 target attribute/pragma (PR target/89093) Don't ignore leading whitespace in AArch64 target attribute/pragma (PR target/89093) - - - - --- 2019-04-16 Jakub Jelinek New
Don't ignore leading whitespace in ARM target attribute/pragma (PR target/89093) Don't ignore leading whitespace in ARM target attribute/pragma (PR target/89093) - - - - --- 2019-04-16 Jakub Jelinek New
Fix up/improve x86 needs isa option reporting (PR target/90096) Fix up/improve x86 needs isa option reporting (PR target/90096) - - - - --- 2019-04-16 Jakub Jelinek New
Fix __builtin_*mul*_overflow* expansion (PR middle-end/90095) Fix __builtin_*mul*_overflow* expansion (PR middle-end/90095) - - - - --- 2019-04-16 Jakub Jelinek New
Fix RTL DCE ICE (PR rtl-optimization/90082) Fix RTL DCE ICE (PR rtl-optimization/90082) - - - - --- 2019-04-16 Jakub Jelinek New
Fix recip opt ICEs with -fnon-call-exceptions (PR tree-optimization/90090) Fix recip opt ICEs with -fnon-call-exceptions (PR tree-optimization/90090) - - - - --- 2019-04-16 Jakub Jelinek New
[C/C++] Fix ICE with typedef redeclaration with attributes (PR c/89933, take 2) [C/C++] Fix ICE with typedef redeclaration with attributes (PR c/89933, take 2) - - - - --- 2019-04-12 Jakub Jelinek New
Fix up ARM target attribute handling (PR target/89093) Fix up ARM target attribute handling (PR target/89093) - - - - --- 2019-04-12 Jakub Jelinek New
[C++] Add testcases for already fixed C++ duplicate_decls attribute diagnostics (PR c++/89325) [C++] Add testcases for already fixed C++ duplicate_decls attribute diagnostics (PR c++/89325) - - - - --- 2019-04-12 Jakub Jelinek New
[C/C++] Fix ICE with typedef redeclaration with attributes (PR c/89933) [C/C++] Fix ICE with typedef redeclaration with attributes (PR c/89933) - - - - --- 2019-04-12 Jakub Jelinek New
Fix patchable_function_entry attribute handling (PR c/89946) Fix patchable_function_entry attribute handling (PR c/89946) - - - - --- 2019-04-12 Jakub Jelinek New
Fix up RTL cfg cleanup in cfglayout mode with __builtin_unreachable (PR rtl-optimization/90026) Fix up RTL cfg cleanup in cfglayout mode with __builtin_unreachable (PR rtl-optimization/90026) - - - - --- 2019-04-12 Jakub Jelinek New
tilepro.c diagnostics bug fix (PR target/52726) tilepro.c diagnostics bug fix (PR target/52726) - - - - --- 2019-04-11 Jakub Jelinek New
Fix #error in mips loongson-mmintrin.h Fix #error in mips loongson-mmintrin.h - - - - --- 2019-04-11 Jakub Jelinek New
Mark MissingArgError, UnknownError and Warn *.opt arguments as gcc-internal-format (PR translation/… Mark MissingArgError, UnknownError and Warn *.opt arguments as gcc-internal-format (PR translation/… - - - - --- 2019-04-11 Jakub Jelinek New
Fix up RTL DCE find_call_stack_args (PR rtl-optimization/89965, take 2) Fix up RTL DCE find_call_stack_args (PR rtl-optimization/89965, take 2) - - - - --- 2019-04-11 Jakub Jelinek New
[C++] Make some type forbidden diagnostics translatable (PR translation/90035) [C++] Make some type forbidden diagnostics translatable (PR translation/90035) - - - - --- 2019-04-11 Jakub Jelinek New
Fix up RTL DCE find_call_stack_args (PR rtl-optimization/89965) Fix up RTL DCE find_call_stack_args (PR rtl-optimization/89965) - - - - --- 2019-04-11 Jakub Jelinek New
Fix up wrong-code caused by store_expr (PR middle-end/90025) Fix up wrong-code caused by store_expr (PR middle-end/90025) - - - - --- 2019-04-10 Jakub Jelinek New
Fix up target_to_host fn in gimple-ssa-sprintf.c (PR c++/90010) Fix up target_to_host fn in gimple-ssa-sprintf.c (PR c++/90010) - - - - --- 2019-04-09 Jakub Jelinek New
[C/C++] Fix promoted switch condition out of range diagnostics (PR c/89888, take 2) [C/C++] Fix promoted switch condition out of range diagnostics (PR c/89888, take 2) - - - - --- 2019-04-09 Jakub Jelinek New
Remove some further trailing whitespaces from diagnostic messages (PR translation/90011) Remove some further trailing whitespaces from diagnostic messages (PR translation/90011) - - - - --- 2019-04-09 Jakub Jelinek New
[C++] Remove trailing space from diagnostics for narrowing conv (PR translation/90011) [C++] Remove trailing space from diagnostics for narrowing conv (PR translation/90011) - - - - --- 2019-04-09 Jakub Jelinek New
[C/C++] Fix promoted switch condition out of range diagnostics (PR c/89888) [C/C++] Fix promoted switch condition out of range diagnostics (PR c/89888) - - - - --- 2019-04-09 Jakub Jelinek New
Fix s{,n}printf folding ICEs with slightly bogus prototypes (PR tree-optimization/89998) Fix s{,n}printf folding ICEs with slightly bogus prototypes (PR tree-optimization/89998) - - - - --- 2019-04-09 Jakub Jelinek New
[committed] Fix typo in riscv diagnostics (PR target/90015) [committed] Fix typo in riscv diagnostics (PR target/90015) - - - - --- 2019-04-09 Jakub Jelinek New
« 1 2 ... 428 429 4301268 1269 »