Show patches with: State = Action Required       |    Archived = No       |   126730 patches
« 1 2 ... 677 678 6791267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Fix gcc.dg/fold-reassoc-2.c - - - - --- 2016-09-15 Richard Biener New
Partially improve scalability of the unwinder (PR libgcc/71744) - - - - --- 2016-09-15 Jakub Jelinek New
Fix PR77514 - - - - --- 2016-09-15 Richard Biener New
PR fortran/77420 -- take two - - - - --- 2016-09-14 Steve Kargl New
libgo patch committed: Fix typo in libgo/configure.ac - - - - --- 2016-09-14 Ian Lance Taylor New
Verify package integrity of downloaded prerequisites (partially fixes 61439) - - - - --- 2016-09-14 Moritz Klammler New
[committed] Infer architecture from ABI for mips-img* and mips-mti* - - - - --- 2016-09-14 Matthew Fortune New
[8/8] make next_cc0_user take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[7/8] make next/prev active_insn and active_insn_p take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[6/8] make next/prev nonnote_nondebug_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[5/8] make prev_real_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[4/8] make next/prev nondebug_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[3/8] make next/prev _nonnote_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[2/8] use rtx_insn * more - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[1/8] change a few rtx_insn * to rtx_jump_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
Fix incorrect setting of edge probability in loop unroller - - - - --- 2016-09-14 Pat Haugen New
accept flexible arrays in struct in unions (c++/71912 - [6/7 regression]) - - - - --- 2016-09-14 Martin Sebor New
Verify package integrity of downloaded prerequisites (partially fixes 61439) - - - - --- 2016-09-14 Moritz Klammler New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-14 Jason Merrill New
[updated] Add a warning for suspicious use of conditional expressions in boolean context - - - - --- 2016-09-14 Bernd Edlinger New
C++ PATCH to forbid use of bool with the ++ operator - - - - --- 2016-09-14 Marek Polacek New
PR c++/77539 - - - - --- 2016-09-14 Nathan Sidwell New
C/C++ PATCH to change {cp,}build_unary_op's parameter - - - - --- 2016-09-14 Marek Polacek New
[libstdc++-v3] Fix dg-require before dg-run directives in testsuite. - - - - --- 2016-09-14 Christophe Lyon New
Tree-level fix for PR 69526 - - - - --- 2016-09-14 Richard Biener New
Ping: Re: [PATCH 1/2] gcc: Remove unneeded global flag. - - - - --- 2016-09-14 Andrew Burgess New
[1/3] Put a TARGET_LRA_P into every target - - - - --- 2016-09-14 Segher Boessenkool New
[0/9] RFC: selftests based on RTL dumps - - - - --- 2016-09-14 Bernd Schmidt New
[C++] Fix ICE in C++ lookup_name_fuzzy (PR c++/77549, take 2) - - - - --- 2016-09-14 Jakub Jelinek New
[libgfortran] PR48298 DTIO implementation for Internal Units - - - - --- 2016-09-14 Jerry DeLisle New
fix-it hints for warn_uninit - - - - --- 2016-09-14 David Malcolm New
debug container mutex association - - - - --- 2016-09-13 François Dumont New
[C++] Fix ICE in C++ lookup_name_fuzzy (PR c++/77549) - - - - --- 2016-09-13 Jakub Jelinek New
Fix cond updating in tree-ssa-dom (PR tree-optimization/77454) - - - - --- 2016-09-13 Jakub Jelinek New
[C++] Implement P0028R4, C++17 using attribute namespaces without repetition - - - - --- 2016-09-13 Jakub Jelinek New
C++ PATCH to forbid use of bool with the ++ operator - - - - --- 2016-09-13 Marek Polacek New
Improve string::clear() performance - - - - --- 2016-09-13 Cong Wang New
[Committed] PR fortran/77420 -- revert previous commit - - - - --- 2016-09-13 Steve Kargl New
[committed] fix-it hints: insert_before vs insert_after - - - - --- 2016-09-13 David Malcolm New
Add braces to a condition in predict.c (PR middle-end/77574) - - - - --- 2016-09-13 Martin Liška New
[rs6000] Remove optimize_insn_for_speed_p check on divide -> recip splitter - - - - --- 2016-09-13 Pat Haugen New
[c++,PR77427] Set TYPE_STRUCTURAL_EQUALITY for sysv_abi va_list - - - - --- 2016-09-13 Tom de Vries New
RFC: PATCH to consider MAX_OFILE_ALIGNMENT for targetm.absolute_biggest_alignment - - - - --- 2016-09-13 Jason Merrill New
[Fortran] Test for implied sequence in structures in common blocks - - - - --- 2016-09-13 Jim MacArthur New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-13 Jason Merrill New
[2/2,AArch64] Add missing support for poly64x1_t - - - - --- 2016-09-13 Tamar Christina New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-13 Jason Merrill New
[1/2,AArch64] Add missing support for poly64x1_t - - - - --- 2016-09-13 Tamar Christina New
Verify package integrity of downloaded prerequisites (partially fixes 61439) - - - - --- 2016-09-13 Moritz Klammler New
[C++] Implement P0028R4, C++17 using attribute namespaces without repetition - - - - --- 2016-09-13 Jakub Jelinek New
[C++] Fix constexpr POINTER_PLUS_EXPR handling (PR c++/77553) - - - - --- 2016-09-13 Jakub Jelinek New
Fix cond updating in tree-ssa-dom (PR tree-optimization/77454) - - - - --- 2016-09-13 Jakub Jelinek New
[c++,PR77427] Set TYPE_STRUCTURAL_EQUALITY for sysv_abi va_list - - - - --- 2016-09-13 Jason Merrill New
[committed] Simplify edited_file::print_diff - - - - --- 2016-09-13 David Malcolm New
[3/3] Delete TARGET_LRA_P from those targets that set it to "true" - - - - --- 2016-09-12 Segher Boessenkool New
[2/3] Change the default of TARGET_LRA_P to true - - - - --- 2016-09-12 Segher Boessenkool New
[1/3] Put a TARGET_LRA_P into every target - - - - --- 2016-09-12 Segher Boessenkool New
[v3] Implement P0040R3, Extending memory management tools. - - - - --- 2016-09-12 Ville Voutilainen New
[Bug,target/77570] New: [msp430-elf] Wrong assembly in delay_cycles_32x insn declaration - - - - --- 2016-09-12 DJ Delorie New
[PATCH/AARCH64] Improve ThunderX code generation slightly with load/store pair - - - - --- 2016-09-12 Andrew Pinski New
Add a warning for suspicious use of conditional expressions in boolean context - - - - --- 2016-09-12 Bernd Edlinger New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-12 Jason Merrill New
[RFC] COMDAT Safe Module Level Multi versioning - - - - --- 2016-09-12 Sriraman Tallam New
RFC: PATCH to consider MAX_OFILE_ALIGNMENT for targetm.absolute_biggest_alignment - - - - --- 2016-09-12 Jason Merrill New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-12 Jason Merrill New
Make max_align_t respect _Float128 [version 3] - - - - --- 2016-09-12 Joseph Myers New
unbreak libsanitizer build on sparc-linux (PR 67899) - - - - --- 2016-09-12 Mikael Pettersson New
Optimise the fpclassify builtin to perform integer operations when possible - - - - --- 2016-09-12 Tamar Christina New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-12 Jonathan Wakely New
[v2,AArch64] Fix symbol offset limit - - - - --- 2016-09-12 Wilco Dijkstra New
[AArch64,-,v3] Simplify eh_return implementation - - - - --- 2016-09-12 Wilco Dijkstra New
Fix aarch64 fallout of [PATCH, LRA] Fix PR rtl-optimization 77289, LRA matching constraint problem - - - - --- 2016-09-12 Bernd Edlinger New
Fix libgo syscall test on Solaris - - - - --- 2016-09-12 Rainer Orth New
- improve sprintf buffer overflow detection (middle-end/49905) - - - - --- 2016-09-12 Martin Sebor New
[v3] Implement C++17 string searchers. - - - - --- 2016-09-11 Ville Voutilainen New
Add -Wshadow-local and -Wshadow-compatible-local. - - - - --- 2016-09-11 Mark Wielaard New
libgo patch committed: add runtime/internal/sys package - - - - --- 2016-09-11 Ian Lance Taylor New
Add -Wshadow-local and -Wshadow-compatible-local. - - - - --- 2016-09-11 Mark Wielaard New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-11 Jonathan Wakely New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-11 Jonathan Wakely New
[C] Tidy build_unary_op - - - - --- 2016-09-10 Marek Polacek New
C/C++ PATCH to implement -Wpointer-compare warning (PR c++/64767) - - - - --- 2016-09-10 Marek Polacek New
[1/1,netbsd] when building shared, link against libc - - - - --- 2016-09-10 Maya Rashish New
C/C++ PATCH to implement -Wpointer-compare warning (PR c++/64767) - - - - --- 2016-09-10 Marek Polacek New
libgo patch committed: update to Go 1.7.1 release - - - - --- 2016-09-10 Ian Lance Taylor New
libgo patch committed: add runtime/internal/atomic package - - - - --- 2016-09-10 Ian Lance Taylor New
[DOC] Boolean -> boolean changes - - - - --- 2016-09-10 Marek Polacek New
Go patch committed: remove unused function - - - - --- 2016-09-10 Ian Lance Taylor New
Go patch committed: remove useless #include - - - - --- 2016-09-10 Ian Lance Taylor New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-10 Jonathan Wakely New
[c++,PR77427] Set TYPE_STRUCTURAL_EQUALITY for sysv_abi va_list - - - - --- 2016-09-10 Tom de Vries New
[5.x/6.x/7.x] Be more conservative in early inliner if FDO is enabled - - - - --- 2016-09-10 Yuan, Pengfei New
[Committed] PR fortran/77420 - - - - --- 2016-09-10 Steve Kargl New
Fix -Wshadow warning in libiberty/cp-demangle.c - - - - --- 2016-09-10 Mark Wielaard New
[gomp4] Fix PR74600 - - - - --- 2016-09-09 Cesar Philippidis New
Remove support for INITIAL_FRAME_POINTER_OFFSET - - - - --- 2016-09-09 Bernd Edlinger New
RFA (libstdc++): PATCH to implement C++17 over-aligned new - - - - --- 2016-09-09 Jason Merrill New
Define TS 18661-1 CR_DECIMAL_DIG in <float.h> - - - - --- 2016-09-09 Joseph Myers New
Go patch committed: increase buffer size to avoid -Wformat-length warning - - - - --- 2016-09-09 Ian Lance Taylor New
PR fortran/77429 - - - - --- 2016-09-09 Steve Kargl New
« 1 2 ... 677 678 6791267 1268 »