Show patches with: Archived = No       |   126828 patches
« 1 2 ... 689 690 6911268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
PR libstdc++/81469 deprecate std::uncaught_exception for C++17 PR libstdc++/81469 deprecate std::uncaught_exception for C++17 - - - - --- 2017-09-20 Jonathan Wakely New
Fix failing C++17 test Fix failing C++17 test - - - - --- 2017-09-20 Jonathan Wakely New
libgo patch committed: Work around AIX getsockname bug libgo patch committed: Work around AIX getsockname bug - - - - --- 2017-09-20 Ian Lance Taylor New
libgo patch committed: enable ParseDirent for AIX libgo patch committed: enable ParseDirent for AIX - - - - --- 2017-09-20 Ian Lance Taylor New
Improve x86_64 *movqi_internal at -Os (PR target/82260) Improve x86_64 *movqi_internal at -Os (PR target/82260) - - - - --- 2017-09-20 Jakub Jelinek New
[C++] P0409R2 - allow lambda capture [=, this] [C++] P0409R2 - allow lambda capture [=, this] - - - - --- 2017-09-20 Jakub Jelinek New
C++: underline parameters in mismatching function calls C++: underline parameters in mismatching function calls - - - - --- 2017-09-20 David Malcolm New
C++: tweak wording of explicitly-deleted methods C++: tweak wording of explicitly-deleted methods - - - - --- 2017-09-20 David Malcolm New
toplev: read from /dev/urandom only when needed toplev: read from /dev/urandom only when needed - - - - --- 2017-09-20 Alexander Monakov New
[committed] Fix minor stack-clash failures on x86 [committed] Fix minor stack-clash failures on x86 - - - - --- 2017-09-20 Jeff Law New
[OpenACC] Add support for floating point type in GOMP_MAP_FIRSTPRIVATE_INT [OpenACC] Add support for floating point type in GOMP_MAP_FIRSTPRIVATE_INT - - - - --- 2017-09-20 Cesar Philippidis New
libgo patch committed: Fix build with --enable-static=no libgo patch committed: Fix build with --enable-static=no - - - - --- 2017-09-20 Ian Lance Taylor New
[C++] class member ordering [C++] class member ordering - - - - --- 2017-09-21 Nathan Sidwell New
[committed] Stack clash protection 08/08 - V4 [committed] Stack clash protection 08/08 - V4 - - - - --- 2017-09-21 Jeff Law New
[testsuite,ARM] Backport to GCC 7 branch [testsuite,ARM] Backport to GCC 7 branch - - - - --- 2017-09-21 Christophe Lyon New
[GRAPHITE] Fix IL after codegen errors [GRAPHITE] Fix IL after codegen errors - - - - --- 2017-09-21 Richard Biener New
Fix tests for std::clamp Fix tests for std::clamp - - - - --- 2017-09-21 Jonathan Wakely New
[GRAPHITE] Fix PR71351 [GRAPHITE] Fix PR71351 - - - - --- 2017-09-21 Richard Biener New
Improve stack reuse for addressable args/retval of inlined functions (PR sanitizer/81715) Improve stack reuse for addressable args/retval of inlined functions (PR sanitizer/81715) - - - - --- 2017-09-21 Jakub Jelinek New
Fix PR82276 Fix PR82276 - - - - --- 2017-09-21 Richard Biener New
[RFC,vectorizer] Allow half_type for left shift in vect_operation_fits_smaller_type? [RFC,vectorizer] Allow half_type for left shift in vect_operation_fits_smaller_type? - - - - --- 2017-09-21 Jon Beniston New
[OpenACC] Don't restrict ACC wait arguments to constants in fortran [OpenACC] Don't restrict ACC wait arguments to constants in fortran - - - - --- 2017-09-21 Cesar Philippidis New
Rename existing insn_cost to insn_sched_cost Rename existing insn_cost to insn_sched_cost - - - - --- 2017-09-21 Segher Boessenkool New
[TESTSUITE,ARM,COMMITTED] Invert check to misalign in vect_hw_misalign (PR 78421) [TESTSUITE,ARM,COMMITTED] Invert check to misalign in vect_hw_misalign (PR 78421) - - - - --- 2017-09-21 Tamar Christina New
[GRAPHITE] Strip down dominator recompute, checking and friends [GRAPHITE] Strip down dominator recompute, checking and friends - - - - --- 2017-09-21 Richard Biener New
Remove kludge in bit_from_pos Remove kludge in bit_from_pos - - - - --- 2017-09-21 Eric Botcazou New
[demangler] : Revert and update generic lambda demangling [demangler] : Revert and update generic lambda demangling - - - - --- 2017-09-21 Nathan Sidwell New
[demangler] : eliding template return types [demangler] : eliding template return types - - - - --- 2017-09-21 Nathan Sidwell New
tree-sra: fix compare_access_positions qsort comparator tree-sra: fix compare_access_positions qsort comparator - - - - --- 2017-09-21 Alexander Monakov New
[rs6000] testcase coverage for vector store builtins [rs6000] testcase coverage for vector store builtins - - - - --- 2017-09-21 will schmidt New
libbacktrace patch committed: Fix uninitialized field libbacktrace patch committed: Fix uninitialized field - - - - --- 2017-09-21 Ian Lance Taylor New
[rs6000] folding of vector stores in GIMPLE [rs6000] folding of vector stores in GIMPLE - - - - --- 2017-09-21 will schmidt New
[committed] Fix stack-clash protection failures for x86 Solaris [committed] Fix stack-clash protection failures for x86 Solaris - - - - --- 2017-09-21 Jeff Law New
[version,4,rs6000] Add builtins to convert from float/double to int/long using current rounding mode [version,4,rs6000] Add builtins to convert from float/double to int/long using current rounding mode - - - - --- 2017-09-21 Carl Love New
Add linker plugin API for processing plugin-added input files Add linker plugin API for processing plugin-added input files - - - - --- 2017-09-21 Stephen Crane New
[i386,testsuite,libgcc] Fix build breakage on Mac and test FAILS on Solaris. [i386,testsuite,libgcc] Fix build breakage on Mac and test FAILS on Solaris. - - - - --- 2017-09-22 Daniel Santos New
[RFC,1/4] libstdc++ futex: Use FUTEX_CLOCK_REALTIME for wait Make std::future::wait_* use std::chrono::steady_clock when required - - - - --- 2017-09-22 Mike Crowe New
[RFC,2/4] libstdc++ futex: Support waiting on std::chrono::steady_clock directly Make std::future::wait_* use std::chrono::steady_clock when required - - - - --- 2017-09-22 Mike Crowe New
[RFC,3/4] libstdc++ atomic_futex: Use std::chrono::steady_clock as reference clock Make std::future::wait_* use std::chrono::steady_clock when required - - - - --- 2017-09-22 Mike Crowe New
[RFC,4/4] Extra async tests, not for merging Make std::future::wait_* use std::chrono::steady_clock when required - - - - --- 2017-09-22 Mike Crowe New
[GRAPHITE] Simplify move_sese_in_condition [GRAPHITE] Simplify move_sese_in_condition - - - - --- 2017-09-22 Richard Biener New
[try,2,i386,testsuite,libgcc] Fix build breakage on Mac and test FAILS on Solaris caused by PR82196… [try,2,i386,testsuite,libgcc] Fix build breakage on Mac and test FAILS on Solaris caused by PR82196… - - - - --- 2017-09-22 Daniel Santos New
[PR82163/V2] New interface checking LCSSA for single loop [PR82163/V2] New interface checking LCSSA for single loop - - - - --- 2017-09-22 Bin Cheng New
Fix PR82291 Fix PR82291 - - - - --- 2017-09-22 Richard Biener New
[GRAPHITE] More TLC [GRAPHITE] More TLC - - - - --- 2017-09-22 Richard Biener New
Fix __mulv[dt]i3 and expand_mul_overflow (PR target/82274) Fix __mulv[dt]i3 and expand_mul_overflow (PR target/82274) - - - - --- 2017-09-22 Jakub Jelinek New
libbacktrace patch committed: Replace lstat and readlink if not available libbacktrace patch committed: Replace lstat and readlink if not available - - - - --- 2017-09-22 Ian Lance Taylor New
[committed] v2: C++: underline parameters in mismatching function calls [committed] v2: C++: underline parameters in mismatching function calls - - - - --- 2017-09-22 David Malcolm New
[AArch64] Disable reg offset in quad-word store for Falkor. [AArch64] Disable reg offset in quad-word store for Falkor. - - - - --- 2017-09-22 Jim Wilson New
[arm] (respin) auto-generate arm-isa.h from CPU descriptions [arm] (respin) auto-generate arm-isa.h from CPU descriptions - - - - --- 2017-09-22 Vidya Praveen New
[arm] (respin) Improve error checking in parsecpu.awk [arm] (respin) Improve error checking in parsecpu.awk - - - - --- 2017-09-22 Vidya Praveen New
Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OK Update interface to TARGET_VECTORIZE_VEC_PERM_CONST_OK - - - - --- 2017-09-22 Richard Sandiford New
Change permute index type to unsigned short Change permute index type to unsigned short - - - - --- 2017-09-22 Richard Sandiford New
Optimize x == -1 && y == -1 (PR middle-end/35691) Optimize x == -1 && y == -1 (PR middle-end/35691) - - - - --- 2017-09-22 Jakub Jelinek New
[committed] PR82289: Computing peeling costs for irrelevant drs [committed] PR82289: Computing peeling costs for irrelevant drs - - - - --- 2017-09-22 Richard Sandiford New
[RFA] Stack clash protection 06/08 - V4 [RFA] Stack clash protection 06/08 - V4 - - - - --- 2017-09-22 Jeff Law New
libgo patch committed: Add XCOFF support libgo patch committed: Add XCOFF support - - - - --- 2017-09-22 Ian Lance Taylor New
[v2] libstdc++: istreambuf_iterator keep attached streambuf [v2] libstdc++: istreambuf_iterator keep attached streambuf - - - - --- 2017-09-23 Petr Ovtchenkov New
libstdc++: istreambuf_iterator keep attached streambuf libstdc++: istreambuf_iterator keep attached streambuf - - - - --- 2017-09-23 Petr Ovtchenkov New
Add gen_(const_)vec_duplicate helpers Add gen_(const_)vec_duplicate helpers - - - - --- 2017-09-23 Richard Sandiford New
Add more vec_duplicate simplifications Add more vec_duplicate simplifications - - - - --- 2017-09-23 Richard Sandiford New
Allow vector CONSTs Allow vector CONSTs - - - - --- 2017-09-23 Richard Sandiford New
[try,3,i386,testsuite,libgcc] Fix build breakage on Mac and test FAILS on Solaris caused by PR82196… [try,3,i386,testsuite,libgcc] Fix build breakage on Mac and test FAILS on Solaris caused by PR82196… - - - - --- 2017-09-23 Daniel Santos New
[fortran] Warn about out-of-bounds access with DO subscripts [fortran] Warn about out-of-bounds access with DO subscripts - - - - --- 2017-09-23 Thomas Koenig New
[i386] : Fix PR bootstrap/82306, bootstrap breakage on Darwin [i386] : Fix PR bootstrap/82306, bootstrap breakage on Darwin - - - - --- 2017-09-23 Uros Bizjak New
x32: Encode %esp as %rsp to avoid 0x67 prefix x32: Encode %esp as %rsp to avoid 0x67 prefix - - - - --- 2017-09-23 H.J. Lu New
[fortran,committed] Fix PR 80118 [fortran,committed] Fix PR 80118 - - - - --- 2017-09-24 Thomas Koenig New
[gfortran] PR 61450: ICE in gfc_global_used() [gfortran] PR 61450: ICE in gfc_global_used() - - - - --- 2017-09-24 Dominique d'Humières New
correct attribute ifunc C++ type safety (PR 82301) correct attribute ifunc C++ type safety (PR 82301) - - - - --- 2017-09-25 Martin Sebor New
[fortran,committed] Remove unnecessary fold_convert in gfc_(un)likely [fortran,committed] Remove unnecessary fold_convert in gfc_(un)likely - - - - --- 2017-09-25 Janne Blomqvist New
[Ada] Use the Monotonic Clock on Linux [Ada] Use the Monotonic Clock on Linux - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Improve performance of 'Image with enumeration types. [Ada] Improve performance of 'Image with enumeration types. - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Remove duplicated Has_Null_Abstract_State routines [Ada] Remove duplicated Has_Null_Abstract_State routines - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Spurious visibility error in ASIS mode [Ada] Spurious visibility error in ASIS mode - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Entry family selector not recognised as entity usage [Ada] Entry family selector not recognised as entity usage - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[libstdc++] : Fix another instance of -Werror=attributes bootststrap failure [libstdc++] : Fix another instance of -Werror=attributes bootststrap failure - - - - --- 2017-09-25 Uros Bizjak New
[Ada] Proper qualification of concurrent discriminants [Ada] Proper qualification of concurrent discriminants - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Minor clean up of contract freezing [Ada] Minor clean up of contract freezing - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Use of renamings in pragmas [Ada] Use of renamings in pragmas - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Crash on instantiation with renamed formal package. [Ada] Crash on instantiation with renamed formal package. - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Default to no source locations in non-GCC backend bug boxes [Ada] Default to no source locations in non-GCC backend bug boxes - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Crash on classwide precondition for interface operation [Ada] Crash on classwide precondition for interface operation - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[GRAPHITE] More -fopt-info, do not abort from ISL [GRAPHITE] More -fopt-info, do not abort from ISL - - - - --- 2017-09-25 Richard Biener New
[Ada] Insert explicit dereference in GNATprove mode for pointer analysis [Ada] Insert explicit dereference in GNATprove mode for pointer analysis - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Handle errors and limit simultaneous wait objects number in win32_wait [Ada] Handle errors and limit simultaneous wait objects number in win32_wait - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Do not insert calls to invariant procedure in GNATprove mode [Ada] Do not insert calls to invariant procedure in GNATprove mode - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Warning for ineffective use-type and use-package clauses [Ada] Warning for ineffective use-type and use-package clauses - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[Ada] Crash on an aspect specification with parameter associations [Ada] Crash on an aspect specification with parameter associations - - - - --- 2017-09-25 Pierre-Marie de Rodat New
[nvptx,committed] Add exit after call to noreturn function [nvptx,committed] Add exit after call to noreturn function - - - - --- 2017-09-25 Tom de Vries New
Add VEC_DUPLICATE_{CST,EXPR} and associated optab Add VEC_DUPLICATE_{CST,EXPR} and associated optab - - - - --- 2017-09-25 Richard Sandiford New
Fix PR82285 Fix PR82285 - - - - --- 2017-09-25 Richard Biener New
Add helper to sort sibling loops, do so in GRAPHITE Add helper to sort sibling loops, do so in GRAPHITE - - - - --- 2017-09-25 Richard Biener New
Pretty-print GOACC_REDUCTION arguments Pretty-print GOACC_REDUCTION arguments - - - - --- 2017-09-25 Tom de Vries New
Fix PR80295[aarch64] [7/8 Regression] ICE in __builtin_update_setjmp_buf expander Fix PR80295[aarch64] [7/8 Regression] ICE in __builtin_update_setjmp_buf expander - - - - --- 2017-09-25 Qing Zhao New
[v2,rs6000] Replace swap of a loaded vector constant with load of a swapped vector constant [v2,rs6000] Replace swap of a loaded vector constant with load of a swapped vector constant - - - - --- 2017-09-25 Kelvin Nilsen New
[committed] Stack clash protection 06/08 - V5 [committed] Stack clash protection 06/08 - V5 - - - - --- 2017-09-25 Jeff Law New
[PR79868,aarch64] Fix error calls in aarch64 code so they can be translated (version 2) [PR79868,aarch64] Fix error calls in aarch64 code so they can be translated (version 2) - - - - --- 2017-09-25 Steve Ellcey New
Fix PR82320 Fix PR82320 - - - - --- 2017-09-26 Richard Biener New
[C++] PR 65579 ("gcc requires definition of a static constexpr member...") [C++] PR 65579 ("gcc requires definition of a static constexpr member...") - - - - --- 2017-09-26 Paolo Carlini New
[arm] Fix pr82175 - fix -mcpu=native not working correctly [arm] Fix pr82175 - fix -mcpu=native not working correctly - - - - --- 2017-09-26 Richard Earnshaw (lists) New
« 1 2 ... 689 690 6911268 1269 »