Show patches with: none      |   127985 patches
« 1 2 ... 573 574 5751279 1280 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[Ada] Fix end-of dwarf section detection in address symbolizer [Ada] Fix end-of dwarf section detection in address symbolizer - - - - --- 2017-12-05 Pierre-Marie de Rodat New
[Ada] Fix handling of load addresses for backtraces through SO [Ada] Fix handling of load addresses for backtraces through SO - - - - --- 2017-12-05 Pierre-Marie de Rodat New
[Ada] Propagate SLOC in iteration over array [Ada] Propagate SLOC in iteration over array - - - - --- 2017-12-05 Pierre-Marie de Rodat New
[Ada] Improper visibility of loop parameter with Iterable aspect [Ada] Improper visibility of loop parameter with Iterable aspect - - - - --- 2017-12-05 Pierre-Marie de Rodat New
[branch/gimple-interchange] obvious cleanup [branch/gimple-interchange] obvious cleanup - - - - --- 2017-12-05 Bin Cheng New
Go patch committed: Omit nil check when dereferencing closure variable Go patch committed: Omit nil check when dereferencing closure variable - - - - --- 2017-12-05 Ian Lance Taylor New
Update scheduling for generic tuning Update scheduling for generic tuning - - - - --- 2017-12-05 Jan Hubicka 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
[PR,83141] Prevent SRA from removing type changing assignment [PR,83141] Prevent SRA from removing type changing assignment - - - - --- 2017-12-04 Martin Jambor New
C++ PATCH for c++/82373, constexpr if and non-constant condition C++ PATCH for c++/82373, constexpr if and non-constant condition - - - - --- 2017-12-04 Jason Merrill New
emit a trap for buffer overflow in placement new emit a trap for buffer overflow in placement new - - - - --- 2017-12-04 Martin Sebor New
Fix typos in riscv register save/restore. Fix typos in riscv register save/restore. - - - - --- 2017-12-04 Jim Wilson New
gcc: xtensa: enable address sanitizer gcc: xtensa: enable address sanitizer - - - - --- 2017-12-04 Max Filippov New
[2/2] v3: C/C++: don't suggest implementation names as spelling fixes (PR c/83236) v3: C/C++: don't suggest implementation names as spelling fixes (PR c/83236) - - - - --- 2017-12-04 David Malcolm New
[1/2] Move macro-spellchecking code from "gcc" to new files in c-family v3: C/C++: don't suggest implementation names as spelling fixes (PR c/83236) - - - - --- 2017-12-04 David Malcolm New
[gimple-interchange] Random cleanups [gimple-interchange] Random cleanups - - - - --- 2017-12-04 Richard Biener New
[Middle-end] 79538 missing -Wformat-overflow with %s and non-member array arguments [Middle-end] 79538 missing -Wformat-overflow with %s and non-member array arguments - - - - --- 2017-12-04 Qing Zhao New
Fix PR83255 Fix PR83255 - - - - --- 2017-12-04 Richard Biener New
[gimple-interchange] Add reduction validity check [gimple-interchange] Add reduction validity check - - - - --- 2017-12-04 Richard Biener New
Avoid -Werror=format-overflow error in dbxout.c (dbxout_block) on Solaris/SPARC Avoid -Werror=format-overflow error in dbxout.c (dbxout_block) on Solaris/SPARC - - - - --- 2017-12-04 Rainer Orth 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
Fix PR83238 Fix PR83238 - - - - --- 2017-12-04 Richard Biener New
[testsuite,committed] Require effective target alloca for pr82875.c [testsuite,committed] Require effective target alloca for pr82875.c - - - - --- 2017-12-04 Tom de Vries New
[RFA,tree-optimization/78496] 03/03 Embed and exploit EVRP analysis within DOM [RFA,tree-optimization/78496] 03/03 Embed and exploit EVRP analysis within DOM - - - - --- 2017-12-04 Jeff Law New
[RFA,tree-optimization/78496] 02/03 Do not exploit __builtin_unreachable if -fsanitize=unreachable [RFA,tree-optimization/78496] 02/03 Do not exploit __builtin_unreachable if -fsanitize=unreachable - - - - --- 2017-12-04 Jeff Law New
[RFA,tree-optimization/78496] 01/03 Do not lose range information from earlier VRP passes [RFA,tree-optimization/78496] 01/03 Do not lose range information from earlier VRP passes - - - - --- 2017-12-04 Jeff Law New
enhance documentation of -Wstringop-truncation enhance documentation of -Wstringop-truncation - - - - --- 2017-12-03 Martin Sebor New
[v3] Implement LWG 2221, No formatted output operator for nullptr [v3] Implement LWG 2221, No formatted output operator for nullptr - - - - --- 2017-12-03 Ville Voutilainen New
[wwwdocs] Remove a final reference to libjava in bugs/ [wwwdocs] Remove a final reference to libjava in bugs/ - - - - --- 2017-12-03 Gerald Pfeifer New
[libgfortran] Bug 83191 - [7/8 Regression] Writing a namelist with repeated complex numbers [libgfortran] Bug 83191 - [7/8 Regression] Writing a namelist with repeated complex numbers - - - - --- 2017-12-03 Jerry DeLisle New
[RFA] Deprecate stabs if dwarf2 support available. [RFA] Deprecate stabs if dwarf2 support available. - - - - --- 2017-12-03 Jim Wilson New
lra: Clobbers in a parallel are earlyclobbers (PR83245) lra: Clobbers in a parallel are earlyclobbers (PR83245) - - - - --- 2017-12-02 Segher Boessenkool New
doc update for -dp doc update for -dp - - - - --- 2017-12-02 Segher Boessenkool New
libgo patch committed: Export cgoCheck functions libgo patch committed: Export cgoCheck functions - - - - --- 2017-12-02 Ian Lance Taylor New
Go patch committed: Avoid middle-end control flow warnings Go patch committed: Avoid middle-end control flow warnings - - - - --- 2017-12-02 Ian Lance Taylor New
Delete obsolete DWARF1 references. Delete obsolete DWARF1 references. - - - - --- 2017-12-02 Jim Wilson 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
v2: C/C++: don't suggest implementation names as spelling fixes (PR c/83236) v2: C/C++: don't suggest implementation names as spelling fixes (PR c/83236) - - - - --- 2017-12-02 David Malcolm New
Go patch committed: Add size threshold for nil checks Go patch committed: Add size threshold for nil checks - - - - --- 2017-12-01 Ian Lance Taylor New
[RFC] PR preprocessor/83173: Additional check before decrementing highest_location [RFC] PR preprocessor/83173: Additional check before decrementing highest_location - - - - --- 2017-12-01 Mike Gulick 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
C/C++: don't suggest implementation names as spelling fixes (PR c/83236) C/C++: don't suggest implementation names as spelling fixes (PR c/83236) - - - - --- 2017-12-01 David Malcolm New
C++ PATCH for c++/79228, complex literal suffixes C++ PATCH for c++/79228, complex literal suffixes - - - - --- 2017-12-01 Jason Merrill New
[aarch64] Add missing thunderx2-t99 instruction scheduling pipeline descriptions. [aarch64] Add missing thunderx2-t99 instruction scheduling pipeline descriptions. - - - - --- 2017-12-01 Steve Ellcey New
[obv?] Fix missing newlines from local-pure-const pass dump [obv?] Fix missing newlines from local-pure-const pass dump - - - - --- 2017-12-01 Luis Machado New
[fortran,committed] Fix part 2 of PR 83224 [fortran,committed] Fix part 2 of PR 83224 - - - - --- 2017-12-01 Thomas Koenig New
[rs6000] gimple folding of vec_msum() [rs6000] gimple folding of vec_msum() - - - - --- 2017-12-01 will schmidt New
[Committed] S/390: Split MVC instruction for better forwarding [Committed] S/390: Split MVC instruction for better forwarding - - - - --- 2017-12-01 Andreas Krebbel New
Fix -Wsystem-header warnings in libstdc++ Fix -Wsystem-header warnings in libstdc++ - - - - --- 2017-12-01 Jonathan Wakely New
Add noexcept to std::integral_constant members Add noexcept to std::integral_constant members - - - - --- 2017-12-01 Jonathan Wakely New
Patch to fix an undefined behavior in fortran/decl.c Patch to fix an undefined behavior in fortran/decl.c - - - - --- 2017-12-01 Qing Zhao New
Update tune flags for generic Update tune flags for generic - - - - --- 2017-12-01 Jan Hubicka New
Fix bug in an OpenACC async test case Fix bug in an OpenACC async test case - - - - --- 2017-12-01 Cesar Philippidis New
Fix overflow in __gnu_cxx::__numeric_traits::__min Fix overflow in __gnu_cxx::__numeric_traits::__min - - - - --- 2017-12-01 Jonathan Wakely 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
[PATCHv3] Add a warning for invalid function casts [PATCHv3] Add a warning for invalid function casts - - - - --- 2017-12-01 Bernd Edlinger New
[gimple-linterchange] Rewrite compute_access_stride [gimple-linterchange] Rewrite compute_access_stride - - - - --- 2017-12-01 Richard Biener New
[gimple-linterchange] add testcase from bwaves [gimple-linterchange] add testcase from bwaves - - - - --- 2017-12-01 Richard Biener New
Fix PR83232 Fix PR83232 - - - - --- 2017-12-01 Richard Biener New
[branch/gimple-linterchange] Use dyn_cast instread of is_a<> and as_a<> [branch/gimple-linterchange] Use dyn_cast instread of is_a<> and as_a<> - - - - --- 2017-12-01 Bin Cheng New
[fortran,committed] Fix PR 83224 [fortran,committed] Fix PR 83224 - - - - --- 2017-12-01 Thomas Koenig New
[wwwdocs] bugs/index.html: remove explanation of major releases [wwwdocs] bugs/index.html: remove explanation of major releases - - - - --- 2017-12-01 Gerald Pfeifer New
[9,RFC] Optimize PHIs with constant arguments better [9,RFC] Optimize PHIs with constant arguments better - - - - --- 2017-11-30 Jeff Law 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
[#2] , PR target/81959, Fix ++int to _Float128 conversion on power9 [#2] , PR target/81959, Fix ++int to _Float128 conversion on power9 - - - - --- 2017-11-30 Michael Meissner New
[gcc-7] Riscv doc fixes and improvements. [gcc-7] Riscv doc fixes and improvements. - - - - --- 2017-11-30 Jim Wilson New
[v2.2] Support for adding and stripping location_t wrapper nodes [v2.2] Support for adding and stripping location_t wrapper nodes - - - - --- 2017-11-30 David Malcolm New
[C++,PING] Re: [C++ Patch, V2] PR 82593 ("Internal compiler error: in process_init_constructor_arra… [C++,PING] Re: [C++ Patch, V2] PR 82593 ("Internal compiler error: in process_init_constructor_arra… - - - - --- 2017-11-30 Paolo Carlini New
C++ PATCH for c++/82219, -Wignored-qualifiers and template C++ PATCH for c++/82219, -Wignored-qualifiers and template - - - - --- 2017-11-30 Jason Merrill New
rs6000: Cleanup bdz/bdnz insn/splitter, add new insn/splitter for bdzt/bdzf/bdnzt/bdnzf rs6000: Cleanup bdz/bdnz insn/splitter, add new insn/splitter for bdzt/bdzf/bdnzt/bdnzf - - - - --- 2017-11-30 Aaron Sawdey New
PR libstdc++/65927 Fix -Wunused-but-set-parameter warning PR libstdc++/65927 Fix -Wunused-but-set-parameter warning - - - - --- 2017-11-30 Jonathan Wakely New
[AArch64] Fix address printing on ILP32 [AArch64] Fix address printing on ILP32 - - - - --- 2017-11-30 Wilco Dijkstra New
[v2.1] Support for adding and stripping location_t wrapper nodes [v2.1] Support for adding and stripping location_t wrapper nodes - - - - --- 2017-11-30 David Malcolm New
[GCC/testsuite] Improve fstack_protector effective target [GCC/testsuite] Improve fstack_protector effective target - - - - --- 2017-11-30 Thomas Preudhomme New
rs6000: Set rs6000_cpu correctly (PR43871) rs6000: Set rs6000_cpu correctly (PR43871) - - - - --- 2017-11-30 Segher Boessenkool New
[ARM,gcc-7] Fix wrong code by arm_final_prescan with fp16 move instructions [ARM,gcc-7] Fix wrong code by arm_final_prescan with fp16 move instructions - - - - --- 2017-11-30 Sudakshina Das New
[PATCHv2] Add a warning for invalid function casts [PATCHv2] Add a warning for invalid function casts - - - - --- 2017-11-30 Bernd Edlinger New
Fix "central flowgraph" typo in machine desc docs Fix "central flowgraph" typo in machine desc docs - - - - --- 2017-11-30 Jonathan Wakely New
PR libstdc++/83226 avoid forming pointer-to-reference type PR libstdc++/83226 avoid forming pointer-to-reference type - - - - --- 2017-11-30 Jonathan Wakely New
rs6000: Improve fusion assembler output rs6000: Improve fusion assembler output - - - - --- 2017-11-30 Segher Boessenkool New
generic retuning part 1 - x86-tune-costs update generic retuning part 1 - x86-tune-costs update - - - - --- 2017-11-30 Jan Hubicka New
[RFC] combine: Remove use_crosses_set_p [RFC] combine: Remove use_crosses_set_p - - - - --- 2017-11-30 Segher Boessenkool 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
Go patch committed: Don't make map zero value constant Go patch committed: Don't make map zero value constant - - - - --- 2017-11-30 Ian Lance Taylor New
[committed] hppa-linux: Update baseline symbols [committed] hppa-linux: Update baseline symbols - - - - --- 2017-11-30 John David Anglin New
final: Improve output for -dp and -fverbose-asm final: Improve output for -dp and -fverbose-asm - - - - --- 2017-11-29 Segher Boessenkool New
combine: Print to dump if some insn cannot be combined into i3 combine: Print to dump if some insn cannot be combined into i3 - - - - --- 2017-11-29 Segher Boessenkool New
combine: Do not throw away unneeded arms of parallels (PR83156) combine: Do not throw away unneeded arms of parallels (PR83156) - - - - --- 2017-11-29 Segher Boessenkool New
« 1 2 ... 573 574 5751279 1280 »