Show patches with: State = Action Required       |    Archived = No       |   126533 patches
« 1 2 ... 602 603 6041265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[testsuite] UnXFAIL gcc.dg/tree-ssa/pr71347.c on SPARC - - - - --- 2016-10-22 Eric Botcazou New
[SPARC] Fix pasto in config/sparc/sparc-c.c - - - - --- 2016-10-23 Eric Botcazou New
Extend -Wint-in-bool-context to warn for multiplications - - - - --- 2016-10-23 Bernd Edlinger New
PING! [Fortran, Patch, PR72832, v1] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate r… - - - - --- 2016-10-23 Andre Vehreschild New
PR fortran/78033 -- This was a REAL pain - - - - --- 2016-10-23 Steve Kargl New
[SPARC] Cosmetic fixes for v3pipe attribute - - - - --- 2016-10-23 Eric Botcazou New
[Committed] PR fortran/77763 -- STRUCTURE in BLOCK DATA - - - - --- 2016-10-23 Steve Kargl New
[3/5,AARCH64] Fix part num and implement dependency - - - - --- 2016-10-23 Andrew Pinski New
[v3] Cross-port exception-safety and move fixes of std::any to std::experimental::any. - - - - --- 2016-10-23 Ville Voutilainen New
[ARM,2/7,ping3] Adapt atomic and exclusive load and store to ARMv8-M Baseline - - - - --- 2016-10-24 Thomas Preudhomme New
[ARM,3/7,ping3] Refactor atomic compare_and_swap to make it fit for ARMv8-M Baseline - - - - --- 2016-10-24 Thomas Preudhomme New
[ARM,4/7,ping3] Adapt atomic compare and swap to ARMv8-M Baseline - - - - --- 2016-10-24 Thomas Preudhomme New
[ARM,5/7,ping3] Adapt other atomic operations to ARMv8-M Baseline - - - - --- 2016-10-24 Thomas Preudhomme New
[ARM,7/7,ping3] Enable ARMv8-M atomic and synchronization support for ARMv8-M Baseline - - - - --- 2016-10-24 Thomas Preudhomme New
[GCC/ARM,1/2,ping] Add multilib support for embedded bare-metal targets - - - - --- 2016-10-24 Thomas Preudhomme New
[GCC/ARM,2/2,ping] Allow combination of aprofile and rmprofile multilibs - - - - --- 2016-10-24 Thomas Preudhomme New
Fix PR78076 - - - - --- 2016-10-24 Richard Biener New
[avr] Fix PR71676 / PR71678: casesi not working for SImode / Dimode - - - - --- 2016-10-24 Georg-Johann Lay New
Use SCEV in EVRP, fix single predecessor discovery - - - - --- 2016-10-24 Richard Biener New
Fix PHI optimization issue with boolean types - - - - --- 2016-10-24 Eric Botcazou New
[fortran] PR77828 Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes - - - - --- 2016-10-24 Jerry DeLisle New
[RFC] Speed-up -fprofile-update=atomic - - - - --- 2016-10-24 Martin Liška New
Make vector::data() return type consistent in C++98 - - - - --- 2016-10-24 Jonathan Wakely New
Fix PR71491 - - - - --- 2016-10-24 Richard Biener New
[1/4,libgcc,ARM] Generalise float-to-half conversion function. - - - - --- 2016-10-24 James Greenhalgh New
[2/4,libgcc] Add double to half conversions. - - - - --- 2016-10-24 James Greenhalgh New
[3/4] Half to double precision conversions - - - - --- 2016-10-24 James Greenhalgh New
[ARM,4/4] Enable _Float16 - - - - --- 2016-10-24 James Greenhalgh New
Implement -Wduplicated-branches (PR c/64279) (v2) - - - - --- 2016-10-24 Marek Polacek New
[C++] Fix postfix-expression parsing (PR c++/78089) - - - - --- 2016-10-24 Jakub Jelinek New
[Fortran] Four small DEC extensions - - - - --- 2016-10-24 Fritz Reese New
[AArch64] Expand DImode constant stores to two SImode stores when profitable - - - - --- 2016-10-24 Kyrill Tkachov New
[ARM] Avoid partial overlaps in DImode shifts - - - - --- 2016-10-24 Wilco Dijkstra New
Emit DWARF5 DW_AT_reference and DW_AT_rvalue_reference - - - - --- 2016-10-24 Jakub Jelinek New
[C++] Use VAR_P (x) instead of TREE_CODE () == VAR_DECL in C++ FE - - - - --- 2016-10-24 Jakub Jelinek New
Use VAR_P (x) instead of TREE_CODE () == VAR_DECL in config/i386 - - - - --- 2016-10-24 Jakub Jelinek New
Use VAR_P (x) instead of TREE_CODE () == VAR_DECL in fortran FE - - - - --- 2016-10-24 Jakub Jelinek New
GIMPLE store merging pass - - - - --- 2016-10-24 Kyrill Tkachov New
[AArch64] Cleanup add expander - - - - --- 2016-10-24 Wilco Dijkstra New
[Fortran,pr78053,v1,OOP] SELECT TYPE on CLASS(*) component for deferred length char arrays ICEs for… - - - - --- 2016-10-24 Andre Vehreschild New
Five patches for std::experimental::filesystem - - - - --- 2016-10-24 Jonathan Wakely New
[Committed] PF fortran/71895 -- remove assert - - - - --- 2016-10-24 Steve Kargl New
[IPCP] Remove unreachable code - - - - --- 2016-10-24 Kugan Vivekanandarajah New
[RFC] Handle unary pass-through jump functions for ipa-vrp - - - - --- 2016-10-24 Kugan Vivekanandarajah New
[v2,AArch64] Fix symbol offset limit - - - - --- 2016-10-25 Wilco Dijkstra New
[AArch64,-,v3] Simplify eh_return implementation - - - - --- 2016-10-25 Wilco Dijkstra New
combine: Improve change_zero_ext (fixes PR71847) - - - - --- 2016-10-25 Segher Boessenkool New
[1/4] Simplify (convert1 (minmax ((convert2 (x) c)))) into minmax (x c) - - - - --- 2016-10-25 Bin Cheng New
[2/4] Simplify (cond (cmp (convert (x), c1), x, c2)) into (minmax (x, c)) - - - - --- 2016-10-25 Bin Cheng New
[3/4] Add support for constant operand in pattern (convert (op:s (convert@2 @0) (convert?@3 @1))) - - - - --- 2016-10-25 Bin Cheng New
[4/4] Simplify (cond (cmp x c1) (op x c2) c3) -> (op (minmax x c1) c2) - - - - --- 2016-10-25 Bin Cheng New
Fix 2 typos in IPA ICF pass - - - - --- 2016-10-25 Martin Liška New
Fix not caught use-after-scope with -O1 (PR sanitize/78106) - - - - --- 2016-10-25 Martin Liška New
Fix not caught use-after-scope with -O1 (PR sanitize/78106) - - - - --- 2016-10-25 Martin Liška New
Add uniform_inside_sphere_distribution - - - - --- 2016-10-25 Ed Smith-Rowland New
[GIMPLE,FE] Split out parser into separate file - - - - --- 2016-10-25 Richard Biener New
Improve vector equality comparisons with SSE4.1 (PR target/78102) - - - - --- 2016-10-25 Jakub Jelinek New
Implement -Wduplicated-branches (PR c/64279) (v3) - - - - --- 2016-10-25 Marek Polacek New
Fix m68k so it builds with current trunk - - - - --- 2016-10-25 Jeff Law New
Fix v850 builds with current trunk - - - - --- 2016-10-25 Jeff Law New
[wwwdocs] Add link to GCC 7 changes.html - - - - --- 2016-10-25 Peter Bergner New
[RFA] Patch to allow SPU port to build with current trunk - - - - --- 2016-10-25 Jeff Law New
Fix PR78060, PR78061, PR78088 - - - - --- 2016-10-25 Michael Matz New
Five patches for std::experimental::filesystem - - - - --- 2016-10-25 Jonathan Wakely New
PING! Re: [PATCH, Fortran] Extension: COTAN and degree-valued trig intrinsics with -fdec-math - - - - --- 2016-10-25 Cesar Philippidis New
[Fortran] Fix initialization of UNIONs with -finit-derived - - - - --- 2016-10-25 Fritz Reese New
[i386] : Backport fixes for PR 78057 and PR 78037 to gcc-6 branch - - - - --- 2016-10-25 Uros Bizjak New
[Fortran] DEC Compatibility: Logical operations on integers become bitwise ops with -fdec - - - - --- 2016-10-25 Fritz Reese New
[PATCHv2,1/7,ARM,V8M] Add support for ARMv8-M's Secure Extensions flag and intrinsics - - - - --- 2016-10-25 Andre Vieira (lists) New
[PATCHv2,2/7,ARM,V8M] Handling ARMv8-M Security Extension's cmse_nonsecure_entry attribute - - - - --- 2016-10-25 Andre Vieira (lists) New
[3/7,ARM,V8M] ARMv8-M Security Extension's cmse_nonsecure_entry: __acle_se label and bxns return - - - - --- 2016-10-25 Andre Vieira (lists) New
[PATCHv2,4/7,ARM,V8M] ARMv8-M Security Extension's cmse_nonsecure_entry: clear registers - - - - --- 2016-10-25 Andre Vieira (lists) New
[PATCHv2,5/7,ARM,V8M] Handling ARMv8-M Security Extension's cmse_nonsecure_call attribute - - - - --- 2016-10-25 Andre Vieira (lists) New
[PATCHv2,6/7,ARM,V8M] ARMv8-M Security Extension's cmse_nonsecure_call: use __gnu_cmse_nonsecure_ca… - - - - --- 2016-10-25 Andre Vieira (lists) New
[7/7,ARM,V8M] Added support for ARMV8-M Security Extension cmse_nonsecure_caller intrinsic - - - - --- 2016-10-25 Andre Vieira (lists) New
sched: Do not reorder RTX_FRAME_RELATED_P insns (PR78029) - - - - --- 2016-10-25 Segher Boessenkool New
[GCC/ARM] Optional -mthumb for Thumb only targets - - - - --- 2016-10-25 Thomas Preudhomme New
[AArch64] Improve SHA1 scheduling - - - - --- 2016-10-25 Wilco Dijkstra New
C++ PATCH for libstdc++ test failure in C++17 mode - - - - --- 2016-10-25 Jason Merrill New
[wwwdocs] Add link to GCC 7 changes.html - - - - --- 2016-10-25 Peter Bergner New
[C++] RFC: implement P0386R2 - C++17 inline variables - - - - --- 2016-10-25 Jakub Jelinek New
[committed] Implement ~line_maps () - - - - --- 2016-10-25 David Malcolm New
[Fortran] DEC Compatibility: New I/O Specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec - - - - --- 2016-10-25 Fritz Reese New
77864 Fix noexcept conditions for map/set default constructors - - - - --- 2016-10-25 François Dumont New
[committed] input.c/libcpp: fix lifetimes of path buffers - - - - --- 2016-10-25 David Malcolm New
[SPARC] Housekeeping work - - - - --- 2016-10-25 Eric Botcazou New
Fix not caught use-after-scope with -O1 (PR sanitize/78106) - - - - --- 2016-10-25 Jakub Jelinek New
MAINTAINERS update - - - - --- 2016-10-25 will schmidt New
Make vax backend -Wfallthru compliant - - - - --- 2016-10-25 Jeff Law New
PR78056: Fix build failure on Power7 - - - - --- 2016-10-26 Kelvin Nilsen New
[GIMPLE,FE] Simplify middle-end changes - - - - --- 2016-10-26 Richard Biener New
[testsuite] Fix linker detection in check_gc_sections_available - - - - --- 2016-10-26 Rainer Orth New
[committed] Work around problem in gen-pass-instances.awk - - - - --- 2016-10-26 Georg-Johann Lay New
RFC [1/3] divmod transform v2 - - - - --- 2016-10-26 Prathamesh Kulkarni New
[GIMPLE,FE] Guard dump changes with TDF_GIMPLE (-gimple) - - - - --- 2016-10-26 Richard Biener New
[committed] Work around problem in gen-pass-instances.awk - - - - --- 2016-10-26 Jakub Jelinek New
libstdc++/78111 fix fallback code for filesystem::canonical - - - - --- 2016-10-26 Jonathan Wakely New
[AArch64] Add a SHA1H pattern - - - - --- 2016-10-26 Wilco Dijkstra New
[PATCHv2,4/7,ARM,V8M] ARMv8-M Security Extension's cmse_nonsecure_entry: clear registers - - - - --- 2016-10-26 Kyrill Tkachov New
[GIMPLE,FE] Fix parsing of switch stmts - - - - --- 2016-10-26 Richard Biener New
« 1 2 ... 602 603 6041265 1266 »