public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Tree-level fix for PR 69526
 2016-09-20 15:31 UTC  (6+ messages)

[PATCH GCC][v2]Simplify alias check code generation in vectorizer
 2016-09-20 15:30 UTC 

[PATCH 0/9] RFC: selftests based on RTL dumps
 2016-09-20 15:26 UTC  (27+ messages)
` [PATCH 8/9] final.c selftests
` [PATCH 9/9] cse.c selftests
` [PATCH 5/9] Introduce class function_reader
            ` Register numbers in RTL dumps (was Re: [PATCH 0/9] RFC: selftests based on RTL dumps)

[PATCHv3, resent] Add a warning for suspicious use of conditional expressions in boolean context
 2016-09-20 15:25 UTC  (12+ messages)

[C++ PATCH] Fix parser ICE with [[...]] and [[unused,...]] (PR c++/77637)
 2016-09-20 15:20 UTC  (2+ messages)

[C++ PATCH] Fix ICE on operator"" template (PR c++/77638)
 2016-09-20 15:18 UTC  (2+ messages)

[C++ PATCH] Fix ICE with class fields with invalid types (PR c++/77626)
 2016-09-20 15:04 UTC  (2+ messages)

[C++ PATCH] Fix C++ violation in g++.jason/init3.C (PR testsuite/63299)
 2016-09-20 15:03 UTC  (2+ messages)

[PATCH] Remove support for INITIAL_FRAME_POINTER_OFFSET
 2016-09-20 15:02 UTC  (6+ messages)
` [BUILDROBOT] vax-netbsdelf / vax-linux: ‘ELIMINABLE_REGS’ was not declared in this scope (was: [PATCH] Remove support for INITIAL_FRAME_POINTER_OFFSET)
  ` [BUILDROBOT] vax-netbsdelf / vax-linux: ‘ELIMINABLE_REGS’ was not declared in this scope

Report DejaGnu ERROR messages in compare_tests
 2016-09-20 14:57 UTC  (2+ messages)

Report DejaGnu ERROR messages in dg-extract-results
 2016-09-20 14:57 UTC  (2+ messages)

[PATCH 0/8] make next_*_insn take rtx_insn * arguments
 2016-09-20 14:54 UTC  (20+ messages)
` [PATCH 3/8] make next/prev _nonnote_insn take rtx_insn *
` [PATCH 7/8] make next/prev active_insn and active_insn_p "
` [PATCH 6/8] make next/prev nonnote_nondebug_insn "
` [PATCH 5/8] make prev_real_insn "

[PATCH] Optimise the fpclassify builtin to perform integer operations when possible
 2016-09-20 14:52 UTC  (5+ messages)

Implement -Wimplicit-fallthrough (version 8)
 2016-09-20 14:42 UTC  (4+ messages)

PR35503 - warn for restrict pointer
 2016-09-20 14:34 UTC  (19+ messages)

[PATCH][ARM][v2] Use snprintf rather than sprintf
 2016-09-20 14:20 UTC  (3+ messages)

[v3 PATCH] PR libstdc++/77619
 2016-09-20 14:13 UTC  (2+ messages)

PR77661 - Fix: --enable-maintainer-mode causes in-tree-build of MPC to fail
 2016-09-20 14:11 UTC  (2+ messages)

[GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics
 2016-09-20 13:28 UTC  (5+ messages)

[PATCH][simple-object] Early LTO debug "debug copier"
 2016-09-20 13:21 UTC 

[PATCH] manual: _Bool has trap representations
 2016-09-20 13:12 UTC  (4+ messages)

[PATCH, 5.x/6.x/7.x] Be more conservative in early inliner if FDO is enabled
 2016-09-20 13:10 UTC  (17+ messages)
                    `  "

[accaf, fortran, 4/4] Allocatable components support in derived typed coarrays
 2016-09-20 13:10 UTC  (4+ messages)

[PATCH 0/3] S/390: Improved risbg usage
 2016-09-20 12:53 UTC  (4+ messages)
` [PATCH 1/3] S/390: Mode attrs "bitoff[_plus]" simplify risbg instructions
` [PATCH 2/3] S/390: Enable wraparound in s390_contiguous_bitmask_p
` [PATCH 3/3] S/390: Improved risbg usage

[PATCH] Handle VECTOR_CST in integer_nonzerop()
 2016-09-20 12:37 UTC  (5+ messages)

[PATCH] Fix PR77646
 2016-09-20 12:20 UTC 

[PR72835] Incorrect arithmetic optimization involving bitfield arguments
 2016-09-20 12:01 UTC  (16+ messages)

[patch,avr] Fix PR77326: CC_NONE might clobber condition code
 2016-09-20 11:29 UTC 

[PATCH] libstdc++/77645 fix deque and vector xmethods for Python 3
 2016-09-20 10:38 UTC  (6+ messages)

[PATCH, GCC/LRA] Teach LRA to not use same register value for multiple output operands of an insn
 2016-09-20  9:26 UTC  (3+ messages)

debug container mutex association
 2016-09-20  9:20 UTC  (7+ messages)

Early jump threading
 2016-09-20  8:41 UTC  (10+ messages)

[PATCH] Fix ICE with __atomic_{always,is}_lock_free (PR middle-end/77624)
 2016-09-20  8:37 UTC  (2+ messages)

[PATCH] Fix PR tree-optimization/77550
 2016-09-20  8:17 UTC  (4+ messages)

[RFC][IPA-VRP] IPA VRP Implementation
 2016-09-20  5:48 UTC  (20+ messages)
` [RFC][IPA-VRP] Early "

[PATCH], Use VMRGEW on PowerPC power8/power9 to construct V4SFmode
 2016-09-20  2:05 UTC  (5+ messages)

patch to fix PR77416
 2016-09-19 21:40 UTC 

[PATCH] Fix PR64078
 2016-09-19 21:34 UTC  (20+ messages)

Define TS 18661-1 CR_DECIMAL_DIG in <float.h>
 2016-09-19 20:54 UTC  (3+ messages)
` Ping "

[PATCH] libstdc++/77641 fix std::variant for literal types
 2016-09-19 20:31 UTC  (2+ messages)

C/C++ PATCH to implement -Wpointer-compare warning (PR c++/64767)
 2016-09-19 19:51 UTC  (4+ messages)

C/C++ PATCH to implement -Wbool-operation (PR c/77490)
 2016-09-19 19:18 UTC  (4+ messages)

[C++ PATCH] Fix constexpr switch handling (PR c++/77467)
 2016-09-19 18:49 UTC  (4+ messages)

[PATCH, wwwdocs, committed] Update gcc-7/changes.html for LRA
 2016-09-19 18:41 UTC  (3+ messages)

[PATCH] More trivial bits from early LTO debug merge
 2016-09-19 17:35 UTC  (2+ messages)

Make regcprop to eliminate noop moves better
 2016-09-19 17:31 UTC  (2+ messages)

[build] Fix race condition during libgcc build
 2016-09-19 17:25 UTC  (2+ messages)

[fw@deneb.enyo.de: [PATCH] ada/77535: GNAT.Perfect_Hash_Generators for non-1-based strings]
 2016-09-19 17:25 UTC  (2+ messages)

[PATCH] Fix PR c++/77639 (ICE during error recovery)
 2016-09-19 17:25 UTC  (4+ messages)

[patch] Fix ICE on ACATS test for Aarch64 at -O
 2016-09-19 17:14 UTC  (2+ messages)

[PATCH 5/9] regrename: Don't run if function was separately shrink-wrapped
 2016-09-19 17:11 UTC  (11+ messages)

Make max_align_t respect _Float128
 2016-09-19 17:11 UTC  (5+ messages)
` Make max_align_t respect _Float128 [version 2]
  ` Make max_align_t respect _Float128 [version 3]
    ` Ping "

[PATCH] Allow FP to be used as a call-saved registe
 2016-09-19 16:56 UTC  (6+ messages)

[PATCH test]Revise gcc.dg/vect/pr57558-1.c by using int instead of long
 2016-09-19 16:29 UTC  (2+ messages)

[PATCH][simplify-rtx] (GTU (PLUS a C) (C - 1)) --> (LTU a -C)
 2016-09-19 16:26 UTC  (5+ messages)

[PATCH] Define pretty printers for C++17 library components
 2016-09-19 16:03 UTC  (2+ messages)

[Fortran, Patch] First patch for coarray FAILED IMAGES (TS 18508)
 2016-09-19 15:58 UTC  (12+ messages)

[PATCH] libstdc++/77645 Fix xmethods for std::list
 2016-09-19 15:58 UTC 

[PATCH 0/3] Default LRA to "on"
 2016-09-19 15:55 UTC  (8+ messages)
` [PATCH 1/3] Put a TARGET_LRA_P into every target

Do not drom MEM_EXPR when accessing structure fields
 2016-09-19 15:05 UTC  (6+ messages)

[PATCH 4/4] [MIPS] Add tests for MSA
 2016-09-19 14:54 UTC  (4+ messages)

[PATCH 2/2][AArch64] Add missing support for poly64x1_t
 2016-09-19 13:46 UTC  (5+ messages)

Implement C _FloatN, _FloatNx types
 2016-09-19 13:22 UTC  (23+ messages)
` Implement C _FloatN, _FloatNx types [version 2]
` Implement C _FloatN, _FloatNx types [version 3]
  ` Ping "
    ` Implement C _FloatN, _FloatNx types [version 4]
      ` Implement C _FloatN, _FloatNx types [version 5]
            ` Implement C _FloatN, _FloatNx types [version 6]
                  ` Advice sought for debugging a lto1 ICE (was: Implement C _FloatN, _FloatNx types [version 6])
                        ` [PR lto/77458] Avoid ICE in offloading with differing _FloatN, _FloatNx types (was: Advice sought for debugging a lto1 ICE (was: Implement C _FloatN, _FloatNx types [version 6]))

Do not drom MEM_EXPR when accessing structure fields
 2016-09-19 12:37 UTC  (2+ messages)

[PATCH, PR71602] Give error for invalid va_list argument to va_arg
 2016-09-19 11:25 UTC  (7+ messages)
  ` [PATCH, PR71602, 4/4] Make canonical_va_list_type more strict

[PATCH][Libiberty] Support empty arguments in pex-win32
 2016-09-19 11:02 UTC  (2+ messages)

Fortran, committed: segfault with allocate and stat for derived types with default initialization (pr 68078)
 2016-09-19 10:03 UTC  (3+ messages)

[PATCH][ARM] -mpure-code option for ARM
 2016-09-19  9:25 UTC  (7+ messages)
  ` [PATCHv2][ARM] "
    ` [PATCHv2, PING][ARM] "
      ` [PATCHv2, PING 2][ARM] "
        ` [PATCHv2, PING 3][ARM] "
          ` [PATCHv2, PING 4][ARM] "

[PATCH] Fix PR77514
 2016-09-19  7:53 UTC  (4+ messages)

[patch, libgomp, OpenACC] Additional enter/exit data map handling
 2016-09-19  7:02 UTC  (3+ messages)

[PATCH, docs] invoke.texi: random copy-editing
 2016-09-18 17:17 UTC  (4+ messages)

[PATCH, i386, AVX-512] Fix test expected result
 2016-09-18 16:19 UTC  (2+ messages)

I found U
 2016-09-18 12:46 UTC 

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).