Show patches with: State = Action Required       |    Archived = No       |   127965 patches
« 1 2 ... 677 678 6791279 1280 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
PING! Re: [PATCH, Fortran] Extension: COTAN and degree-valued trig intrinsics with -fdec-math - - - - --- 2016-10-25 Cesar Philippidis New
Five patches for std::experimental::filesystem - - - - --- 2016-10-25 Jonathan Wakely New
Fix PR78060, PR78061, PR78088 - - - - --- 2016-10-25 Michael Matz New
[RFA] Patch to allow SPU port to build with current trunk - - - - --- 2016-10-25 Jeff Law New
[wwwdocs] Add link to GCC 7 changes.html - - - - --- 2016-10-25 Peter Bergner New
Fix v850 builds with current trunk - - - - --- 2016-10-25 Jeff Law New
Fix m68k so it builds with current trunk - - - - --- 2016-10-25 Jeff Law New
Implement -Wduplicated-branches (PR c/64279) (v3) - - - - --- 2016-10-25 Marek Polacek New
Improve vector equality comparisons with SSE4.1 (PR target/78102) - - - - --- 2016-10-25 Jakub Jelinek New
[GIMPLE,FE] Split out parser into separate file - - - - --- 2016-10-25 Richard Biener New
Add uniform_inside_sphere_distribution - - - - --- 2016-10-25 Ed Smith-Rowland 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
Fix 2 typos in IPA ICF pass - - - - --- 2016-10-25 Martin Liška New
[4/4] Simplify (cond (cmp x c1) (op x c2) c3) -> (op (minmax x c1) c2) - - - - --- 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
[2/4] Simplify (cond (cmp (convert (x), c1), x, c2)) into (minmax (x, c)) - - - - --- 2016-10-25 Bin Cheng New
[1/4] Simplify (convert1 (minmax ((convert2 (x) c)))) into minmax (x c) - - - - --- 2016-10-25 Bin Cheng New
combine: Improve change_zero_ext (fixes PR71847) - - - - --- 2016-10-25 Segher Boessenkool New
[AArch64,-,v3] Simplify eh_return implementation - - - - --- 2016-10-25 Wilco Dijkstra New
[v2,AArch64] Fix symbol offset limit - - - - --- 2016-10-25 Wilco Dijkstra New
[RFC] Handle unary pass-through jump functions for ipa-vrp - - - - --- 2016-10-24 Kugan Vivekanandarajah New
[IPCP] Remove unreachable code - - - - --- 2016-10-24 Kugan Vivekanandarajah New
[Committed] PF fortran/71895 -- remove assert - - - - --- 2016-10-24 Steve Kargl New
Five patches for std::experimental::filesystem - - - - --- 2016-10-24 Jonathan Wakely New
[Fortran,pr78053,v1,OOP] SELECT TYPE on CLASS(*) component for deferred length char arrays ICEs for… - - - - --- 2016-10-24 Andre Vehreschild New
[AArch64] Cleanup add expander - - - - --- 2016-10-24 Wilco Dijkstra New
GIMPLE store merging pass - - - - --- 2016-10-24 Kyrill Tkachov New
Use VAR_P (x) instead of TREE_CODE () == VAR_DECL in fortran 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
[C++] Use VAR_P (x) instead of TREE_CODE () == VAR_DECL in C++ FE - - - - --- 2016-10-24 Jakub Jelinek New
Emit DWARF5 DW_AT_reference and DW_AT_rvalue_reference - - - - --- 2016-10-24 Jakub Jelinek New
[ARM] Avoid partial overlaps in DImode shifts - - - - --- 2016-10-24 Wilco Dijkstra New
[AArch64] Expand DImode constant stores to two SImode stores when profitable - - - - --- 2016-10-24 Kyrill Tkachov New
[Fortran] Four small DEC extensions - - - - --- 2016-10-24 Fritz Reese New
[C++] Fix postfix-expression parsing (PR c++/78089) - - - - --- 2016-10-24 Jakub Jelinek New
Implement -Wduplicated-branches (PR c/64279) (v2) - - - - --- 2016-10-24 Marek Polacek New
[ARM,4/4] Enable _Float16 - - - - --- 2016-10-24 James Greenhalgh New
[3/4] Half to double precision conversions - - - - --- 2016-10-24 James Greenhalgh New
[2/4,libgcc] Add double to half conversions. - - - - --- 2016-10-24 James Greenhalgh New
[1/4,libgcc,ARM] Generalise float-to-half conversion function. - - - - --- 2016-10-24 James Greenhalgh New
Fix PR71491 - - - - --- 2016-10-24 Richard Biener New
Make vector::data() return type consistent in C++98 - - - - --- 2016-10-24 Jonathan Wakely New
[RFC] Speed-up -fprofile-update=atomic - - - - --- 2016-10-24 Martin Liška New
[fortran] PR77828 Linking gfortran-7 compiled program with libgfortran of 5.x allowed but crashes - - - - --- 2016-10-24 Jerry DeLisle New
Fix PHI optimization issue with boolean types - - - - --- 2016-10-24 Eric Botcazou New
Use SCEV in EVRP, fix single predecessor discovery - - - - --- 2016-10-24 Richard Biener New
[avr] Fix PR71676 / PR71678: casesi not working for SImode / Dimode - - - - --- 2016-10-24 Georg-Johann Lay New
Fix PR78076 - - - - --- 2016-10-24 Richard Biener New
[GCC/ARM,2/2,ping] Allow combination of aprofile and rmprofile multilibs - - - - --- 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
[ARM,7/7,ping3] Enable ARMv8-M atomic and synchronization support for 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,4/7,ping3] Adapt atomic compare and swap 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,2/7,ping3] Adapt atomic and exclusive load and store to ARMv8-M Baseline - - - - --- 2016-10-24 Thomas Preudhomme New
[v3] Cross-port exception-safety and move fixes of std::any to std::experimental::any. - - - - --- 2016-10-23 Ville Voutilainen New
[3/5,AARCH64] Fix part num and implement dependency - - - - --- 2016-10-23 Andrew Pinski New
[Committed] PR fortran/77763 -- STRUCTURE in BLOCK DATA - - - - --- 2016-10-23 Steve Kargl New
[SPARC] Cosmetic fixes for v3pipe attribute - - - - --- 2016-10-23 Eric Botcazou New
PR fortran/78033 -- This was a REAL pain - - - - --- 2016-10-23 Steve Kargl New
PING! [Fortran, Patch, PR72832, v1] [6/7 Regression] [OOP] ALLOCATE with SOURCE fails to allocate r… - - - - --- 2016-10-23 Andre Vehreschild New
Extend -Wint-in-bool-context to warn for multiplications - - - - --- 2016-10-23 Bernd Edlinger New
[SPARC] Fix pasto in config/sparc/sparc-c.c - - - - --- 2016-10-23 Eric Botcazou New
[testsuite] UnXFAIL gcc.dg/tree-ssa/pr71347.c on SPARC - - - - --- 2016-10-22 Eric Botcazou New
[v3] Cross-port the latest resolution of LWG2756 and some bug-fixes to experimental::optional. - - - - --- 2016-10-22 Ville Voutilainen New
[fortran] Fix PR 78021 - - - - --- 2016-10-22 Thomas Koenig New
Three patches for std::experimental::filesystem - - - - --- 2016-10-22 Jonathan Wakely New
Extend -Wint-in-bool-context to warn for multiplications - - - - --- 2016-10-22 Bernd Edlinger New
[2/5,AARCH64] Change IMP and PART over to integers from strings. - - - - --- 2016-10-22 Andrew Pinski New
PR fortran/78033 -- This was a REAL pain - - - - --- 2016-10-22 Steve Kargl New
relax rule for flexible array members in 6.x (78039 - fails to compile glibc tests) - - - - --- 2016-10-21 Martin Sebor New
[rs6000] Add support for signed overflow arithmetic - - - - --- 2016-10-21 Eric Botcazou New
[RFC] Fix PR71915, PR71490: Handle casts on strides consistently - - - - --- 2016-10-21 Bill Schmidt New
[RFA,PR,tree-optimization/72785] Avoid duplicating blocks with b_c_p or b_o_s calls. - - - - --- 2016-10-21 Jeff Law New
libgo patch committed: Rewrite interface code into Go - - - - --- 2016-10-21 Ian Lance Taylor New
libgo patch committed: Fix int64 alignment on 32-bit SPARC - - - - --- 2016-10-21 Ian Lance Taylor New
Minor testsuite fixes for 71947 tests - - - - --- 2016-10-21 Jeff Law New
PR debug/77315 - use DW_OP_form_tls_address - - - - --- 2016-10-21 Tom Tromey New
print_rtx: implement support for reuse IDs - - - - --- 2016-10-21 David Malcolm New
Extend -Wint-in-bool-context to warn for multiplications - - - - --- 2016-10-21 Bernd Edlinger New
libgo patch committed: Copy lfstack code from Go 1.7 runtime - - - - --- 2016-10-21 Ian Lance Taylor New
C++ PATCH to debug_tree of TEMPLATE_PARM_INDEX - - - - --- 2016-10-21 Jason Merrill New
C++ PATCH for c++/77656 (bogus warning with non-type template parameters) - - - - --- 2016-10-21 Jason Merrill New
DWARF5 .debug_info headers, .debug_types -> .debug_info DW_UT_type - - - - --- 2016-10-21 Jakub Jelinek New
Use version namespace in normal mode - - - - --- 2016-10-21 François Dumont New
[COMMITED] PR78055 Many new gfortran test failures - - - - --- 2016-10-21 Jerry DeLisle New
Start adding target-specific selftests - - - - --- 2016-10-21 David Malcolm New
PR debug/77315 - use DW_OP_form_tls_address - - - - --- 2016-10-21 Tom Tromey New
Three patches for std::experimental::filesystem - - - - --- 2016-10-21 Jonathan Wakely New
[libstdc++] Optimize selection sampling by using generator to get two values at once - - - - --- 2016-10-21 Jonathan Wakely New
RFC: Split <functional> into smaller pieces - - - - --- 2016-10-21 Jonathan Wakely New
Formatting fixes for some x86 intrin headers - - - - --- 2016-10-21 Jakub Jelinek New
Also fold bmi/bmi2/tbm bextr/bextri/bzhi/pext/pdep builtins - - - - --- 2016-10-21 Jakub Jelinek New
Fold __builtin_ia32_[tl]zcnt_u{16,32,64} (PR target/78057) - - - - --- 2016-10-21 Jakub Jelinek New
[testsuite,i386] Work around 32-bit i386 STV testcases failing with -mstackrealign (PR target/77483) - - - - --- 2016-10-21 Rainer Orth New
S/390: Add support for arch<n> arch/tune options. - - - - --- 2016-10-21 Andreas Krebbel New
[ada,testsuite] Parallelize check-gnat - - - - --- 2016-10-21 Rainer Orth New
[PATCHv2] do not throw in std::make_exception_ptr - - - - --- 2016-10-21 Jonathan Wakely New
[rtl] PR middle-end/78016, keep REG_NOTE order during insn copy - - - - --- 2016-10-21 Bernd Schmidt New
« 1 2 ... 677 678 6791279 1280 »