Show patches with: State = Action Required       |    Archived = No       |   126616 patches
« 1 2 ... 682 683 6841266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/3] Fold BUILT_IN_STRNCASECMP - - - - --- 2016-08-17 Martin Liška New
[v3] Implement LWG 2729 for pair. - - - - --- 2016-08-17 Ville Voutilainen New
[1/4,Ada,DJGPP] Ada support for DJGPP - - - - --- 2016-08-17 Andris Pavēnis New
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code - - - - --- 2016-08-17 Kugan Vivekanandarajah New
[RFC,IPA-VRP] splits out the update_value_range calls from vrp_visit_stmt - - - - --- 2016-08-17 Kugan Vivekanandarajah New
Repeated use of the OpenACC routine directive - - - - --- 2016-08-17 Thomas Schwinge New
Use verify_oacc_routine_clauses for C/C++ - - - - --- 2016-08-17 Thomas Schwinge New
Use correct location information for OpenACC shape and simple clauses in C/C++ - - - - --- 2016-08-17 Thomas Schwinge New
[PR72817/PR73450] Fix wrong code caused by niter analyzer for NE_EXPR exit cond. - - - - --- 2016-08-16 Jakub Jelinek New
Update soft-fp from glibc (PR libgcc/77265) - - - - --- 2016-08-16 Joseph Myers New
[PR,fortran/77260] Patch - - - - --- 2016-08-16 Steve Kargl New
[i386] : Split shifts with useless masked count operand to a normal shift - - - - --- 2016-08-16 Uros Bizjak New
[i386] : Fix PR72867, incorrect optimization of VMINPS/VMAXPS at compile time - - - - --- 2016-08-16 Jakub Jelinek New
Speed up ix86_expand_builtin - - - - --- 2016-08-16 Jakub Jelinek New
Fix ICE with FRE devirtualization (PR middle-end/77259) - - - - --- 2016-08-16 Jakub Jelinek New
Fix UB in expand_mult_const (PR middle-end/67485) - - - - --- 2016-08-16 Jakub Jelinek New
Don't use section anchors for declarations that don't fit in a single anchor range - - - - --- 2016-08-16 Tamar Christina New
[3/3] Test folding of strn{case}cmp and memchr - - - - --- 2016-08-16 Martin Liška New
[2/3] Smarter folding of __builtin_memchr - - - - --- 2016-08-16 Martin Liška New
[1/3] Fold BUILT_IN_STRNCASECMP - - - - --- 2016-08-16 Martin Liška New
[RFC] ipa bitwise constant propagation - - - - --- 2016-08-16 Prathamesh Kulkarni New
[v3] Implement LWG 2758. - - - - --- 2016-08-16 Jonathan Wakely New
Detect whether target can use -fprofile-update=atomic - - - - --- 2016-08-16 Martin Liška New
gcov: add new option (--hash-names) (PR gcov-profile/36412). - - - - --- 2016-08-16 Martin Liška New
Add mark_spam.py script - - - - --- 2016-08-16 Martin Liška New
[COMMITTED] Add branch_changer.py script to maintainer-scripts - - - - --- 2016-08-16 Martin Liška New
PR 72847 Prevent double-free in std::vector<bool> - - - - --- 2016-08-16 Jonathan Wakely New
Fix PR76783 - - - - --- 2016-08-16 Richard Biener New
[HSA] HSA configure: add conditionally slash to HSA_RUNTIME_LIB - - - - --- 2016-08-16 Martin Liška New
[libgfortran] Improve PRNG seed scrambling - - - - --- 2016-08-16 Janne Blomqvist New
[wwwdocs] PATCH for Re: GCC Coding Conventions typo - - - - --- 2016-08-16 Gerald Pfeifer New
[libgfortran] Always seed the PRNG from the OS - - - - --- 2016-08-16 Janne Blomqvist New
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code - - - - --- 2016-08-16 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Early VRP Implementation - - - - --- 2016-08-16 Kugan Vivekanandarajah New
[RFC,IPA-VRP] splits out the update_value_range calls from vrp_visit_stmt - - - - --- 2016-08-16 Kugan Vivekanandarajah New
[committed] Backport r238728 testsuite g++.dg/init/elide5.C fix (PR testsuite/77034) - - - - --- 2016-08-16 Jakub Jelinek New
[WIP,PR,fortran/72741] Rework Fortran OpenACC routine clause handling - - - - --- 2016-08-16 Cesar Philippidis New
[fortran,committed] Set deferred flag on typespec for temporary strings - - - - --- 2016-08-15 Thomas Koenig New
[i386] : Fix PR72867, incorrect optimization of VMINPS/VMAXPS at compile time - - - - --- 2016-08-15 Uros Bizjak New
libgo patch committed: fix go test -i with gccgo - - - - --- 2016-08-15 Ian Lance Taylor New
[wwwdocs] Improve example at https://gcc.gnu.org/gcc-6/porting_to.html#flifetime-dse - - - - --- 2016-08-15 Jonathan Wakely New
[hsa-branch] Fix ICE in binds_to_current_def_p - - - - --- 2016-08-15 Martin Jambor New
[hsa-branch] Fix issues with firstbit and popcount source types - - - - --- 2016-08-15 Martin Jambor New
[v3] Implement LWG 2744 and LWG 2754. - - - - --- 2016-08-15 Ville Voutilainen New
Handle preprocessor constants with -fdump-ada-spec - - - - --- 2016-08-15 Eric Botcazou New
[COMMITTED] Add branch_changer.py script to maintainer-scripts - - - - --- 2016-08-15 Martin Liška New
gcov: add new option (--hash-names) (PR gcov-profile/36412). - - - - --- 2016-08-15 Martin Liška New
[PR70895] Add copy mapping for reductions on OpenACC loop directives - - - - --- 2016-08-15 Chung-Lin Tang New
Fix val-prof-7.c on --target_board 'unix/-m32' - - - - --- 2016-08-15 Martin Liška New
Some timevar fixes - - - - --- 2016-08-15 Richard Biener New
Fix early debug regression with DW_AT_string_length (PR debug/71906) - - - - --- 2016-08-15 Jakub Jelinek New
[OpenACC] Fix reduction lowering segfault in omp-low - - - - --- 2016-08-15 Chung-Lin Tang New
PR71752 - SLP: Maintain operand ordering when creating vec defs - - - - --- 2016-08-15 Alan Hayward New
Add mark_spam.py script - - - - --- 2016-08-15 Martin Liška New
[doc] Document GNU make version for libjava on Solaris - - - - --- 2016-08-15 Eric Botcazou New
[libstdc++] Fixed PR72840: dg-error syntax in 20_util/ratio/cons/cons_overflow_neg.cc as obvious - - - - --- 2016-08-15 Thomas Preudhomme New
[committed] Fix typo in my recent const_with_all_bytes_same fix (PR tree-optimization/72824) - - - - --- 2016-08-15 Jakub Jelinek New
[v3] Implement C++17 make_from_tuple. - - - - --- 2016-08-14 Ville Voutilainen New
[COMMITTED] Add branch_changer.py script to maintainer-scripts - - - - --- 2016-08-14 Gerald Pfeifer New
[wwwdocs] PATCH for Re: New CA mirror - - - - --- 2016-08-14 Gerald Pfeifer New
[Fortran] Fix PR 71902 - - - - --- 2016-08-14 Thomas Koenig New
[i386] : Fix PR76342, rename _mm512_undefined_si512 to _mm512_undefined_epi32 - - - - --- 2016-08-14 Uros Bizjak New
Add mark_spam.py script - - - - --- 2016-08-13 Martin Liška New
New hpux fix to add noreturn attribute to longjmp declarations in setjmp.h - - - - --- 2016-08-13 John David Anglin New
RFC [1/2] divmod transform - - - - --- 2016-08-13 Prathamesh Kulkarni New
RFC [1/2] divmod transform - - - - --- 2016-08-13 Prathamesh Kulkarni New
libgo patch committed: Change build procedure to use build tags - - - - --- 2016-08-13 Ian Lance Taylor New
libgo patch committed: Change build procedure to use build tags - - - - --- 2016-08-13 Ian Lance Taylor New
Go patch committed to GCC 6 branch - - - - --- 2016-08-13 Ian Lance Taylor New
Add mark_spam.py script - - - - --- 2016-08-12 Martin Liška New
[gomp4] Extend libgomp's fortran test coverage of host_data - - - - --- 2016-08-12 Cesar Philippidis New
Fix suggestions for non-trivial Wformat type cases (PR c/72858) - - - - --- 2016-08-12 David Malcolm New
Add source information to -fverbose-asm - - - - --- 2016-08-12 David Malcolm New
lra: A multiple_sets is not a simple_move_p (PR73650) - - - - --- 2016-08-12 Segher Boessenkool New
[v2] Extend -falign-FOO=N to N[,M]: the second number is max padding - - - - --- 2016-08-12 Denys Vlasenko New
Remove "at least 8 byte alignment" code from x86 targets - - - - --- 2016-08-12 Denys Vlasenko New
[PR,fortran/72741] Handle intrinsic functions specified in !$ACC ROUTINE ( NAME ) - - - - --- 2016-08-12 Thomas Schwinge New
Fix ubsan EH updating (PR c/71512) - - - - --- 2016-08-12 Jakub Jelinek New
[C] Fix set_nonincremental_init_from_string (PR c/67410) - - - - --- 2016-08-12 Jakub Jelinek New
Implement -Wswitch-fallthrough - - - - --- 2016-08-12 Marek Polacek New
[testsuite] : Fix PR71008, FAIL: gcc.target/i386/avx512f-vprord-1.c scan-assembler-times vprord - - - - --- 2016-08-12 Uros Bizjak New
[PR56974] output DWARF-5 markers for ref_qualifiers - - - - --- 2016-08-12 Alexandre Oliva New
[COMMITTED] Add branch_changer.py script to maintainer-scripts - - - - --- 2016-08-12 Martin Liška New
Fix PR57326 - - - - --- 2016-08-12 Richard Biener New
Fix invalid memory access in gcc.c (driver/72765) - - - - --- 2016-08-12 Martin Liška New
divmod transform: add test-cases - - - - --- 2016-08-12 Prathamesh Kulkarni New
libgo patch committed: Change build procedure to use build tags - - - - --- 2016-08-12 Andreas Krebbel New
Properly propagate into PHIs in forwprop - - - - --- 2016-08-12 Richard Biener New
Fix 4 avx512* mask reg constraints - - - - --- 2016-08-12 Jakub Jelinek New
[RFC,IPA-VRP] Early VRP Implementation - - - - --- 2016-08-12 Richard Biener New
RFC: A few more fallthrus - - - - --- 2016-08-12 Marek Polacek New
Refactor doloop by moving cheaper checks earlier. - - - - --- 2016-08-12 Bin Cheng New
[committed] Fix up tsan on aarch64 (PR sanitizer/71042) - - - - --- 2016-08-12 Jakub Jelinek New
[RFC] Add the ability to record sub-timevars (-ftime-report-details) - - - - --- 2016-08-12 Richard Biener New
[RFC,PR61839] Convert CST BINOP COND_EXPR to COND_EXPR ? (CST BINOP 1) : (CST BINOP 0) - - - - --- 2016-08-12 Kugan Vivekanandarajah New
- improve sprintf buffer overflow detection (middle-end/49905) - - - - --- 2016-08-12 Martin Sebor New
, Patch #4, Improve vector int/long initialization on PowerPC - - - - --- 2016-08-11 Michael Meissner New
[gomp4] Extend libgomp's fortran test coverage of host_data - - - - --- 2016-08-11 Cesar Philippidis New
[preapproved] Disable DF_VERIFY_SCHEDULED at end of df_verify (PR72855) - - - - --- 2016-08-11 Bill Schmidt New
libgo patch committed: Change build procedure to use build tags - - - - --- 2016-08-11 Ian Lance Taylor New
« 1 2 ... 682 683 6841266 1267 »