public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH][AArch64] Fix bootstrap due to wide_int .elt (0) uninit warning
 2017-03-03 16:27 UTC 

[PATCH, i386]: Fix a couple of split insn constraints
 2017-03-03 16:23 UTC 

[PATCH] PR libstdc++/79789 fix non-reserved names in headers
 2017-03-03 15:47 UTC 

[PR79793] Fixes interrupt stack alignment
 2017-03-03 15:28 UTC  (2+ messages)

[PATCH] libbacktrace: Fix compile warning building testcase
 2017-03-03 14:47 UTC 

Fix IRA issue, PR79728
 2017-03-03 13:51 UTC 

Fix (work around) LRA infinite loop, PR78911
 2017-03-03 13:36 UTC 

C PATCH to fix c/79758 (ICE-on-invalid with function redefinition and old style decls)
 2017-03-03 13:33 UTC  (3+ messages)

[PATCH,testsuite] MIPS: Fix register mode checking for n64 in pr68273.c
 2017-03-03 13:26 UTC  (3+ messages)

[OBVIOUS] [PATCH] Remove unused variable
 2017-03-03 13:14 UTC  (2+ messages)

[PATCH] Fix IFN_ATOMIC* handling with -fnon-call-exceptions (PR middle-end/79805)
 2017-03-03 13:08 UTC  (4+ messages)

Fix ICE in use-after-scope w/ -fno-tree-dce (PR, sanitize/79783)
 2017-03-03 12:57 UTC  (2+ messages)

[PATCH, testsuite]: Disable some tests on x32
 2017-03-03 12:27 UTC 

[PATCH] Fix -O0 -ffloat-store -mavx ICE (PR target/79807)
 2017-03-03 12:17 UTC  (6+ messages)

[PATCH] Properly handle __cxa_pure_virtual visibility (PR lto/79760)
 2017-03-03 11:57 UTC 

[C++ Patch] PR 70266
 2017-03-03 11:36 UTC  (2+ messages)

[PATCH] Revert part of fixed-value fix
 2017-03-03 11:32 UTC 

GCSE: Use HOST_WIDE_INT instead of int (PR, rtl-optimization/79574)
 2017-03-03 11:04 UTC  (4+ messages)

[PATCH] free MPFR caches in gimple-ssa-sprintf.c (PR 79699)
 2017-03-03 11:02 UTC  (7+ messages)

Add -Wdisabled-optimization to loop prefetching pass (PR, tree-optimization/79803)
 2017-03-03 10:58 UTC  (3+ messages)

[PATCH] S/390: Disable vectorization for loops with few iterations
 2017-03-03 10:55 UTC  (2+ messages)

[PATCH] rs6000: Fix for -mwarn-cell-microcode (PR43763)
 2017-03-03 10:46 UTC 

[PATCH] Avoid peeling for gaps if accesses are aligned
 2017-03-03 10:19 UTC  (12+ messages)

[PATCH][C++] Fix PR79825
 2017-03-03 10:08 UTC 

[wwwdocs] gcc-4.7/changes.html -- "typed DWARF stack"
 2017-03-03 10:07 UTC 

[PATCH, i386]: Fix PR79514, ICE with -m96bit-long-double on x86_64
 2017-03-03  9:20 UTC  (2+ messages)

[PATCH docs] remove Java from GCC 7 release criteria
 2017-03-03  8:55 UTC  (13+ messages)

[RFA PATCH, i386]: Warn for 64-bit values in general-reg asm operands and error out for 8-bit values in invalid GR asm operand
 2017-03-03  7:46 UTC  (11+ messages)

C++ PATCH for C++17 class template argument deduction issues
 2017-03-03  7:31 UTC  (3+ messages)

C++ PATCH to fix -Wpedantic -Werror=write-strings behavior (PR c++/79791)
 2017-03-03  6:35 UTC  (2+ messages)

New Danish PO file for 'gcc' (version 7.1-b20170226)
 2017-03-02 20:02 UTC 

[PATCH] Fix rtl/x86_64 fails with -m32
 2017-03-02 19:33 UTC  (4+ messages)

[PATCH,rs6000] PR79395: Fix compile error with -mcpu=power9 and -mno-vsx and __builtin_vec_cmpne_p
 2017-03-02 19:21 UTC  (5+ messages)

[PATCH, rs6000, committed] Fix bootstrap failures for uninitialized memory
 2017-03-02 19:20 UTC 

[PATCH] PR libstdc++/79789 fix non-reserved names in headers
 2017-03-02 18:59 UTC  (2+ messages)

[PATCH, GCC/x86 mingw32] Add configure option to force wildcard behavior on Windows
 2017-03-02 16:58 UTC  (11+ messages)

[PATCH,testsuite] Skip gcc.dg/lto/pr60449_0.c for mips*-*-elf* targets
 2017-03-02 16:51 UTC  (10+ messages)

[PATCH, GCC/LTO] Fix PR69866: LTO with def for weak alias in regular object file
 2017-03-02 14:52 UTC 

[PATCH] Fix release-checking bootstrap
 2017-03-02 14:33 UTC 

[PATCH] Fix ICE with multiple conditional traps turned into unconditional in one bb (PR rtl-optimization/79780)
 2017-03-02 13:49 UTC  (2+ messages)

[PATCH] Fix PR79345, better uninit warnings for memory
 2017-03-02 13:40 UTC  (6+ messages)
` [PATCH] Avoid UB in insn-emit.c (PR tree-optimization/79345)

[patch, fortran] Enable FMA for AVX2 and AVX512F for matmul
 2017-03-02 13:01 UTC  (17+ messages)

[PATCH] Fix ICE with -Walloca-larger-than=[>INT_MAX] (PR middle-end/79809)
 2017-03-02 12:47 UTC  (2+ messages)

[PATCH] Fix libgfortran build for mingw*
 2017-03-02 11:12 UTC 

[PATCH] Suppress compiler warning in libgcc/unwind-seh.c
 2017-03-02 11:05 UTC  (2+ messages)

[RFC PATCH libiberty] Fix infinite recursion in demangler
 2017-03-02 10:11 UTC  (2+ messages)

[PATCH][C] Fix PR79756
 2017-03-02 10:11 UTC  (2+ messages)

[PATCH] Fix rtl/x86_64 fails with -m32
 2017-03-02  8:19 UTC 

[PATCH] Fix PR79777
 2017-03-02  7:52 UTC 

[PATCH] S/390: Change 2-byte NOPs
 2017-03-02  7:46 UTC 

[C++ PATCH] Fix -Wunused-but-set-parameter in ctors of some abstract classes (PR c++/79746)
 2017-03-02  7:18 UTC  (6+ messages)
    ` [C++ PATCH] -Wunused-but-set-parameter fix followup (PR c++/79782)

Disable some concept checks in C++11
 2017-03-02  5:52 UTC  (2+ messages)

[PATCH] PR 79798 Fix incorrect use of std::result_of in std::bind
 2017-03-02  5:17 UTC 

[PATCH] avoid using upper bound of width and precision in -Wformat-overlow (PR 79692)
 2017-03-01 23:48 UTC  (3+ messages)

[PATCH] handling address mode changes inside extract_bit_field
 2017-03-01 22:06 UTC 

[PATCH, rs6000] Document default code model for 64-bit Linux
 2017-03-01 21:17 UTC  (2+ messages)

New Spanish PO file for 'gcc' (version 7.1-b20170226)
 2017-03-01 20:27 UTC 

[PATCH] -Wduplicated-branches -fopenmp ICE in inchash::add_expr (PR c++/79672)
 2017-03-01 19:09 UTC 

[PATCH], PR target/79434, fix PowerPC recursive calls that can replaced at runtime
 2017-03-01 18:37 UTC  (3+ messages)

[PATCH rs6000 testsuite] Additional test in pr79544.c
 2017-03-01 18:21 UTC 

[wwwdocs] RISC-V readings and features
 2017-03-01 17:37 UTC  (5+ messages)

C++ PATCH to fix wrong-code with pointer-to-data-members (PR c++/79687)
 2017-03-01 15:17 UTC  (5+ messages)

[PATCH v3] add -fprolog-pad=N,M option
 2017-03-01 13:36 UTC  (14+ messages)
  ` [PATCH v4] "
      ` [PATCH v5] "
              ` [PATCH v6] "
                  ` Poll for option name (Was: [PATCH v6] add -fprolog-pad=N,M option)

[wwwdocs+doc] Adjust doxygen.org links
 2017-03-01 12:55 UTC 

[PATCH,testsuite] MIPS: Force O32 ABI for inline-memcpy-3.c
 2017-03-01 12:37 UTC 

[PATCH] Add wide_int_storage::operator=
 2017-03-01 12:18 UTC  (3+ messages)

[PATCH PR66768]Skip address type iv_use if base object can't be determined
 2017-03-01 12:14 UTC  (2+ messages)

[PATCH] Some more translation related tweaks
 2017-03-01 11:14 UTC  (8+ messages)

[PATCH] For broken exception handling in GDB on AIX platform
 2017-03-01  8:03 UTC  (2+ messages)

PR79715: Special case strcpy/strncpy for dse
 2017-03-01  7:54 UTC  (5+ messages)

[PATCH] Fix vector lowering of VEC_COND_EXPR with VECTOR_BOOLEAN_TYPE_P with scalar mode (PR tree-optimization/79734)
 2017-03-01  7:53 UTC  (2+ messages)

ARC options documentation questions
 2017-03-01  4:35 UTC  (3+ messages)

[PATCH][PR target/79752] fix rs6000 power9 peephole2 for udiv/umod
 2017-03-01  0:37 UTC  (2+ messages)

libgo patch committed: Fix quoting in mksigtab.sh
 2017-02-28 22:44 UTC  (3+ messages)

[Ada] PR target/79749
 2017-02-28 22:31 UTC 

PR79697: Delete calls to strdup, strndup, realloc if there is no lhs
 2017-02-28 22:02 UTC  (3+ messages)

Fwd: [Bug fortran/79739] [7 Regression] ICE with some interesting code
 2017-02-28 20:08 UTC 

Merge from trunk to gccgo branch
 2017-02-28 19:35 UTC 

[PATCH] Add tabulars for options with enum values
 2017-02-28 18:47 UTC  (4+ messages)
` [PATCH 2/3] Introduce =<number> for couple of options

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).