Show patches with: Submitter = Jakub Jelinek       |    State = Action Required       |    Archived = No       |   7761 patches
« 1 2 ... 36 37 3877 78 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Fix ICE with widen_mult and -ftrapv (PR tree-optimization/83523) Fix ICE with widen_mult and -ftrapv (PR tree-optimization/83523) - - - - --- 2017-12-21 Jakub Jelinek New
Fix factor_out_conditional_conversion caused ICE (PR tree-optimization/83521) Fix factor_out_conditional_conversion caused ICE (PR tree-optimization/83521) - - - - --- 2017-12-21 Jakub Jelinek New
Fix vector handling in simplify-rtx.c (PR rtl-optimization/82973) Fix vector handling in simplify-rtx.c (PR rtl-optimization/82973) - - - - --- 2017-12-20 Jakub Jelinek New
Fix some x86 OPTION_MASK_ISA* issues (PR target/83488) Fix some x86 OPTION_MASK_ISA* issues (PR target/83488) - - - - --- 2017-12-20 Jakub Jelinek New
Fix ICE with -ftree-parallelize-loops=2 -fno-ipa-pure-const (PR ipa/83506) Fix ICE with -ftree-parallelize-loops=2 -fno-ipa-pure-const (PR ipa/83506) - - - - --- 2017-12-20 Jakub Jelinek New
Fix RTL DCE ICEs due to TYPE_EMPTY_P (PR c++/83490) Fix RTL DCE ICEs due to TYPE_EMPTY_P (PR c++/83490) - - - - --- 2017-12-19 Jakub Jelinek New
Small load strlen opt follow-up improvement (PR tree-optimization/83444) Small load strlen opt follow-up improvement (PR tree-optimization/83444) - - - - --- 2017-12-19 Jakub Jelinek New
Fix up one mishandled plural in diagnostics in gimple-ssa-sprintf.c Fix up one mishandled plural in diagnostics in gimple-ssa-sprintf.c - - - - --- 2017-12-19 Jakub Jelinek New
[committed] Fix cswtch* tests on hppa64 (PR testsuite/83454) [committed] Fix cswtch* tests on hppa64 (PR testsuite/83454) - - - - --- 2017-12-19 Jakub Jelinek New
Replace Yoda conditions in gcc/ Replace Yoda conditions in gcc/ - - - - --- 2017-12-19 Jakub Jelinek New
Improve vect_create_epilog_for_reduction (PR tree-optimization/80631) Improve vect_create_epilog_for_reduction (PR tree-optimization/80631) - - - - --- 2017-12-18 Jakub Jelinek New
Improve strlen pass handling of loads from memory (PR tree-optimization/83444) Improve strlen pass handling of loads from memory (PR tree-optimization/83444) - - - - --- 2017-12-18 Jakub Jelinek New
[jakub@redhat.com:,Re:,[PATCH] Fix -fcompare-debug due to DEBUG_BEGIN_STMTs (PR debug/83419)] [jakub@redhat.com:,Re:,[PATCH] Fix -fcompare-debug due to DEBUG_BEGIN_STMTs (PR debug/83419)] - - - - --- 2017-12-18 Jakub Jelinek New
Backports to 7.3 Backports to 7.3 - - - - --- 2017-12-15 Jakub Jelinek New
[committed] Add one further testcase for PR80631 [committed] Add one further testcase for PR80631 - - - - --- 2017-12-15 Jakub Jelinek New
Swap affects_type_identity and handler fields in attribute_spec Swap affects_type_identity and handler fields in attribute_spec - - - - --- 2017-12-15 Jakub Jelinek New
[committed] Small formatting fix [committed] Small formatting fix - - - - --- 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
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
[committed] Testcase for PR lto/81406 [committed] Testcase for PR lto/81406 - - - - --- 2017-12-14 Jakub Jelinek 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 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
[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 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
[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
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
Verify allowed stmts before labels Verify allowed stmts before labels - - - - --- 2017-12-13 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
Fix IPA flattening ICE (PR ipa/82801) Fix IPA flattening ICE (PR ipa/82801) - - - - --- 2017-12-12 Jakub Jelinek 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 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
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
[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
Fix broken capitalization in aarch64 diagnostics Fix broken capitalization in aarch64 diagnostics - - - - --- 2017-12-11 Jakub Jelinek 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
Fix loop interchange ICE on bitfields (PR tree-optimization/83337) Fix loop interchange ICE on bitfields (PR tree-optimization/83337) - - - - --- 2017-12-09 Jakub Jelinek New
Fix vectorization of POINTER_DIFF_EXPR (PR tree-optimization/83338) Fix vectorization of POINTER_DIFF_EXPR (PR tree-optimization/83338) - - - - --- 2017-12-09 Jakub Jelinek New
[committed] Add testcase for already fixed issue (PR rtl-optimization/81595) [committed] Add testcase for already fixed issue (PR rtl-optimization/81595) - - - - --- 2017-12-08 Jakub Jelinek New
Fix 2 typos Fix 2 typos - - - - --- 2017-12-08 Jakub Jelinek New
[C++] Harmonize C++ flexible array member initialization with C (PR c++/80135, PR c++/81922) [C++] Harmonize C++ flexible array member initialization with C (PR c++/80135, PR c++/81922) - - - - --- 2017-12-08 Jakub Jelinek New
[committed] Tweak POINTER_DIFF_EXPR verification (PR middle-end/83164) [committed] Tweak POINTER_DIFF_EXPR verification (PR middle-end/83164) - - - - --- 2017-12-07 Jakub Jelinek New
Further improvements for the (T)(P+A)-(T)(P+B) folding (PR sanitizer/81281) Further improvements for the (T)(P+A)-(T)(P+B) folding (PR sanitizer/81281) - - - - --- 2017-12-07 Jakub Jelinek New
Fix up tree-ssa/strn{cat,cpy-2}.c (PR tree-optimization/83075) Fix up tree-ssa/strn{cat,cpy-2}.c (PR tree-optimization/83075) - - - - --- 2017-12-07 Jakub Jelinek New
Fix i?86/x86_64 pre-SSE4.1 rint expansion (PR target/81906) Fix i?86/x86_64 pre-SSE4.1 rint expansion (PR target/81906) - - - - --- 2017-12-07 Jakub Jelinek New
[C++,RFC] Fix ICE with late attributes in templates (PR c++/83300) [C++,RFC] Fix ICE with late attributes in templates (PR c++/83300) - - - - --- 2017-12-07 Jakub Jelinek New
Use tail calls to memcpy/memset even for structure assignments (PR target/41455, PR target/82935) Use tail calls to memcpy/memset even for structure assignments (PR target/41455, PR target/82935) - - - - --- 2017-12-06 Jakub Jelinek New
Allow USE in PARALLELs in store_data_bypass_p Allow USE in PARALLELs in store_data_bypass_p - - - - --- 2017-12-06 Jakub Jelinek New
[committed] Fix ICE in slsr (PR tree-optimization/83293) [committed] Fix ICE in slsr (PR tree-optimization/83293) - - - - --- 2017-12-06 Jakub Jelinek New
Fix up orig_loop_num handling during move_sese_region_to_fn (PR tree-optimization/81945) Fix up orig_loop_num handling during move_sese_region_to_fn (PR tree-optimization/81945) - - - - --- 2017-12-05 Jakub Jelinek New
[committed] Fix avx256-unaligned* testcases (PR testsuite/83289) [committed] Fix avx256-unaligned* testcases (PR testsuite/83289) - - - - --- 2017-12-05 Jakub Jelinek New
Avoid introducing UB in match.pd (T)(P+A)-(T)(P+B) and similar optimizations (PR sanitizer/81281) Avoid introducing UB in match.pd (T)(P+A)-(T)(P+B) and similar optimizations (PR sanitizer/81281) - - - - --- 2017-12-05 Jakub Jelinek New
[committed] Avoid i suffixes in libgomp oacc testsuite (PR testsuite/83281) [committed] Avoid i suffixes in libgomp oacc testsuite (PR testsuite/83281) - - - - --- 2017-12-05 Jakub Jelinek New
[committed] Add testcase for already fixed PR (PR tree-optimization/83283) [committed] Add testcase for already fixed PR (PR tree-optimization/83283) - - - - --- 2017-12-05 Jakub Jelinek New
Fix ICE with extend_ref_init_temps of structured binding (PR c++/81197) Fix ICE with extend_ref_init_temps of structured binding (PR c++/81197) - - - - --- 2017-12-05 Jakub Jelinek New
Don't add __builtin_unreachable for -Wreturn-type places at -O0 Don't add __builtin_unreachable for -Wreturn-type places at -O0 - - - - --- 2017-12-04 Jakub Jelinek New
Add testcase for PR83252 (was Re: patch to fix PR80818) Add testcase for PR83252 (was Re: patch to fix PR80818) - - - - --- 2017-12-04 Jakub Jelinek New
Small hack for DECL_MODE lack of vector_type_mode-like behavior (PR target/78643, PR target/80583) Small hack for DECL_MODE lack of vector_type_mode-like behavior (PR target/78643, PR target/80583) - - - - --- 2017-12-02 Jakub Jelinek New
Fix -Wreturn-type with -fsanitize=return (PR c++/81212) Fix -Wreturn-type with -fsanitize=return (PR c++/81212) - - - - --- 2017-12-02 Jakub Jelinek New
Handle POINTER_DIFF_EXPR in chkp Handle POINTER_DIFF_EXPR in chkp - - - - --- 2017-12-02 Jakub Jelinek New
Re: loading of zeros into {x,y,z}mm registers (take 2) Re: loading of zeros into {x,y,z}mm registers (take 2) - - - - --- 2017-12-02 Jakub Jelinek New
[C++] Diagnose = delete override of a friend function defined earlier (PR c++/80259) [C++] Diagnose = delete override of a friend function defined earlier (PR c++/80259) - - - - --- 2017-12-02 Jakub Jelinek New
Fix store-merging vuse handling (PR tree-optimization/83170, PR tree-optimization/83241) Fix store-merging vuse handling (PR tree-optimization/83170, PR tree-optimization/83241) - - - - --- 2017-12-01 Jakub Jelinek New
Re: loading of zeros into {x,y,z}mm registers Re: loading of zeros into {x,y,z}mm registers - - - - --- 2017-12-01 Jakub Jelinek New
Fix build of gimple-ssa-store-merging.c with -std=c++98 Fix build of gimple-ssa-store-merging.c with -std=c++98 - - - - --- 2017-11-30 Jakub Jelinek New
Improve -Wimplicit-fallthrough for nested switches (PR c/79153) Improve -Wimplicit-fallthrough for nested switches (PR c/79153) - - - - --- 2017-11-30 Jakub Jelinek New
Fix reassoc qsort checking ICE (PR tree-optimization/83221) Fix reassoc qsort checking ICE (PR tree-optimization/83221) - - - - --- 2017-11-30 Jakub Jelinek New
[C++] Fix ICE with structured binding & to incomplete type (PR c++/83217) [C++] Fix ICE with structured binding & to incomplete type (PR c++/83217) - - - - --- 2017-11-30 Jakub Jelinek New
[C] More constistent treatment of C initializers (PR c/83222) [C] More constistent treatment of C initializers (PR c/83222) - - - - --- 2017-11-30 Jakub Jelinek New
Fix -Wreturn-type with switches (PR sanitizer/81275) Fix -Wreturn-type with switches (PR sanitizer/81275) - - - - --- 2017-11-30 Jakub Jelinek New
Fix unreachable-2.c testcase (PR sanitizer/83219) Fix unreachable-2.c testcase (PR sanitizer/83219) - - - - --- 2017-11-30 Jakub Jelinek New
[committed] ;; to ; [committed] ;; to ; - - - - --- 2017-11-30 Jakub Jelinek New
[C++] Plural forms for count != eltscnt structured binding diagnostics [C++] Plural forms for count != eltscnt structured binding diagnostics - - - - --- 2017-11-30 Jakub Jelinek New
Improve __builtin_mul_overflow (uns, 1U << y, &res) (PR target/83210) Improve __builtin_mul_overflow (uns, 1U << y, &res) (PR target/83210) - - - - --- 2017-11-29 Jakub Jelinek New
[C++] Fix ICE on invalid std::tuple_size<...>::value (PR c++/83205) [C++] Fix ICE on invalid std::tuple_size<...>::value (PR c++/83205) - - - - --- 2017-11-29 Jakub Jelinek New
Fix vec_concatv2di pattern for SSE4 (PR target/80819) Fix vec_concatv2di pattern for SSE4 (PR target/80819) - - - - --- 2017-11-29 Jakub Jelinek New
Fix PR tree-optimization/83195 testcase for arm Fix PR tree-optimization/83195 testcase for arm - - - - --- 2017-11-29 Jakub Jelinek New
Improve build_simple_mem_ref_loc (PR middle-end/83185) Improve build_simple_mem_ref_loc (PR middle-end/83185) - - - - --- 2017-11-29 Jakub Jelinek New
Improve seq_cost (PR middle-end/80929) Improve seq_cost (PR middle-end/80929) - - - - --- 2017-11-29 Jakub Jelinek New
[committed] Add testcase for PR rtl-optimization/81020 [committed] Add testcase for PR rtl-optimization/81020 - - - - --- 2017-11-28 Jakub Jelinek New
[C++] Avoid -Wreturn-type warnings if a switch has default label, no breaks inside of it, but is fo… [C++] Avoid -Wreturn-type warnings if a switch has default label, no breaks inside of it, but is fo… - - - - --- 2017-11-28 Jakub Jelinek New
[C] Handle C SWITCH_EXPR in block_may_fallthru (PR sanitizer/81275) [C] Handle C SWITCH_EXPR in block_may_fallthru (PR sanitizer/81275) - - - - --- 2017-11-28 Jakub Jelinek New
Remove unused SWITCH_LABELS Remove unused SWITCH_LABELS - - - - --- 2017-11-27 Jakub Jelinek New
Fix X +- C1 CMP C2 match.pd folding with -fwrapv (PR tree-optimization/80788) Fix X +- C1 CMP C2 match.pd folding with -fwrapv (PR tree-optimization/80788) - - - - --- 2017-11-27 Jakub Jelinek New
Fix ms-sysv.exp testsuite FAILs (PR c/83117) Fix ms-sysv.exp testsuite FAILs (PR c/83117) - - - - --- 2017-11-27 Jakub Jelinek New
Fix bss_initializer_p (PR target/83100) Fix bss_initializer_p (PR target/83100) - - - - --- 2017-11-24 Jakub Jelinek New
[C++] Avoid -Wreturn-type warnings if a switch has default label, no breaks inside of it, but is fo… [C++] Avoid -Wreturn-type warnings if a switch has default label, no breaks inside of it, but is fo… - - - - --- 2017-11-24 Jakub Jelinek New
Fix hot/cold partitioning with -gstabs{,+} (PR debug/81307) Fix hot/cold partitioning with -gstabs{,+} (PR debug/81307) - - - - --- 2017-11-24 Jakub Jelinek New
[committed] Avoid -Wsurprising warning on OpenMP min/max array reductions (PR fortran/81304) [committed] Avoid -Wsurprising warning on OpenMP min/max array reductions (PR fortran/81304) - - - - --- 2017-11-24 Jakub Jelinek New
Fix combine's simplify_if_then_else (PR rtl-optimization/81553) Fix combine's simplify_if_then_else (PR rtl-optimization/81553) - - - - --- 2017-11-24 Jakub Jelinek New
[C++] Optimize void COND_EXPRs during cp_fold (PR c++/81675) [C++] Optimize void COND_EXPRs during cp_fold (PR c++/81675) - - - - --- 2017-11-24 Jakub Jelinek New
Fix powerpc* ICE with vec builtins with -mno-altivec (PR target/82848) Fix powerpc* ICE with vec builtins with -mno-altivec (PR target/82848) - - - - --- 2017-11-23 Jakub Jelinek New
Fix ubsan on mingw hosts (PR sanitizer/83014) Fix ubsan on mingw hosts (PR sanitizer/83014) - - - - --- 2017-11-23 Jakub Jelinek New
[C++] Fix structured binding initializer checking (PR c++/81888) [C++] Fix structured binding initializer checking (PR c++/81888) - - - - --- 2017-11-23 Jakub Jelinek New
Fix and improve tree-object-size.c pass_through_call Fix and improve tree-object-size.c pass_through_call - - - - --- 2017-11-23 Jakub Jelinek New
[committed] Fix declare-simd-1.C testcase failure [committed] Fix declare-simd-1.C testcase failure - - - - --- 2017-11-23 Jakub Jelinek New
[committed] Reject invalid #pragma omp declare simd in the C FE [committed] Reject invalid #pragma omp declare simd in the C FE - - - - --- 2017-11-23 Jakub Jelinek New
[committed] 4 more -Wno-return-type for powerpc* testsuite [committed] 4 more -Wno-return-type for powerpc* testsuite - - - - --- 2017-11-23 Jakub Jelinek New
rs6000_gimple_fold_builtin formatting fixes rs6000_gimple_fold_builtin formatting fixes - - - - --- 2017-11-23 Jakub Jelinek New
[committed] One further -Wno-return-type testcase tweak [committed] One further -Wno-return-type testcase tweak - - - - --- 2017-11-22 Jakub Jelinek New
Fix expand_assignment with complex modes with the same size but different inner mode (PR middle-end… Fix expand_assignment with complex modes with the same size but different inner mode (PR middle-end… - - - - --- 2017-11-22 Jakub Jelinek New
« 1 2 ... 36 37 3877 78 »