public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[committed] Fix -Wmissing-attributes warning in libstdc++ (PR libstdc++/89402)
 2019-02-22  1:47 UTC  (4+ messages)

[PATCH 8/9]: C++ P0482R5 char8_t: Updates to existing standard library tests
 2019-02-22  1:42 UTC  (3+ messages)

[PATCH 9/9]: C++ P0482R5 char8_t: Updates to gdb pretty printing support
 2019-02-22  1:23 UTC  (2+ messages)

[PATCH 6/9]: C++ P0482R5 char8_t: A small correction to a common testsuite header file
 2019-02-22  1:21 UTC  (2+ messages)

C++ PATCH for c++/88294 - ICE with non-constant noexcept-specifier
 2019-02-22  1:15 UTC  (6+ messages)

アラート:別のデバイスからログインしたApple IDログイン
 2019-02-22  1:10 UTC 

libgo patch committed: Remove unixgram test sockets
 2019-02-22  0:57 UTC 

libgo patch committed: remove work directory on usage error
 2019-02-22  0:55 UTC 

[Patch] [aarch64] PR target/89324 Handle stack pointer for SUBS/ADDS instructions
 2019-02-22  0:48 UTC  (2+ messages)

C++ PATCH for c++/89420 - ICE with CAST_EXPR in explicit-specifier
 2019-02-22  0:42 UTC 

[PATCH] x86: (Reapply) Move AESNI generation to Skylake and Goldmont
 2019-02-21 23:35 UTC  (2+ messages)

[C++ PATCH] PR c++/89422 - ICE with -g and lambda in default arg in template
 2019-02-21 23:25 UTC 

[C++ PATCH] PR c++/88419 - C++17 ICE with class template arg deduction
 2019-02-21 23:10 UTC 

[PATCH] fix ICE in __builtin_has_attribute (PR 88383 and 89288)
 2019-02-21 23:07 UTC  (8+ messages)
` PING "

[PATCH] avoid -Wabsolute-value in dead subexpressions (PR 89425)
 2019-02-21 23:07 UTC 

[PATCH, GCC, AArch64] Fix a couple of bugs in BTI
 2019-02-21 23:00 UTC  (2+ messages)

Patch RFC: Avoid recursive insert into const_desc_htab
 2019-02-21 22:56 UTC  (3+ messages)

[PATCH 1/2][GCC][AArch64] Update Armv8.4-a's FP16 FML intrinsics
 2019-02-21 22:52 UTC  (2+ messages)

[PATCH][AArch64] Add support for Neoverse E1
 2019-02-21 22:51 UTC  (2+ messages)

[PATCH][AArch64] Add support for Neoverse N1
 2019-02-21 22:43 UTC  (2+ messages)

[PATCH][GCC][AArch64] Fix command line options canonicalization version #2. (PR target/88530)
 2019-02-21 22:42 UTC  (2+ messages)

[PATCH, testsuite] Enable vect_usad_char effective target for PowerPC and fix up SAD_EXPR testcases
 2019-02-21 22:39 UTC  (3+ messages)

[PATCH] Fix PR89437
 2019-02-21 22:35 UTC  (5+ messages)

[PATCH] Remove unused extern variables from debug (PR debug/86964)
 2019-02-21 21:45 UTC  (4+ messages)

[C++ PATCH] Ensure constexpr evaluation is done on pre-cp_fold_function bodies (PR c++/89285)
 2019-02-21 21:36 UTC  (9+ messages)
    ` [C++ PATCH] Ensure constexpr evaluation is done on pre-cp_fold_function bodies (PR c++/89285, take 2)
      ` [C++ PATCH] Ensure constexpr evaluation is done on pre-cp_fold_function bodies (PR c++/89285, take 3)
          ` [C++ PATCH] Ensure constexpr evaluation is done on pre-cp_fold_function bodies (PR c++/89285, take 4)

[PATCH] Fix up norm2 simplification (PR middle-end/88074)
 2019-02-21 21:22 UTC  (3+ messages)
` [PATCH] Minimum version of mpfr? (was Re: [PATCH] Fix up norm2 simplification (PR middle-end/88074))

[PATCH] libstdc++/89130 and libstdc++/89090 fixes for vector relocation
 2019-02-21 20:59 UTC  (2+ messages)

[PATCH] sched-ebb.c: avoid moving table jumps (PR rtl-optimization/88423)
 2019-02-21 20:27 UTC  (11+ messages)

PING^1: [PATCH] driver: Also prune joined switches with negation
 2019-02-21 19:54 UTC  (13+ messages)
              ` V2 "
                    ` PING^1: "

[PATCH] avoid 4095/INT_MAX warning for fprintf (PR 88993)
 2019-02-21 19:08 UTC  (4+ messages)
  ` PING "

[PATCH 1/1] Move AESNI generation to Skylake and Goldmont
 2019-02-21 18:52 UTC  (5+ messages)

[PATCH] PR c++/88690 - C++17 ICE with empty base in aggregate
 2019-02-21 18:35 UTC 

[COMMITTED] Fix pr88850 test
 2019-02-21 18:31 UTC  (7+ messages)

[PATCH][arm] Add support for Neoverse N1
 2019-02-21 18:15 UTC 

V2 [PATCH] i386: Add pass_remove_partial_avx_dependency
 2019-02-21 17:43 UTC  (12+ messages)
    ` V3 "
              ` PING ^1: "
                ` [PATCH] [8/9 Regression] "

[PATCH] Fix 89437, incorrect result for sinl ( atanl (x))
 2019-02-21 17:09 UTC 

[PATCH] i386: Check -mindirect-branch/-mfunction-return with -fcf-protection
 2019-02-21 17:00 UTC  (4+ messages)
` PING^1: "

[PATCH 2/2][GCC][Arm] Update Armv8.4-a's FP16 FML intrinsics
 2019-02-21 17:00 UTC  (2+ messages)

[Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes
 2019-02-21 13:05 UTC  (12+ messages)
                  ` [Patch] [arm] Fix 88714, Arm LDRD/STRD peepholes - remove q constraint

libgo patch committed: Run examples
 2019-02-21 12:02 UTC  (6+ messages)

[PATCH][C++] Fix ICE with VTV
 2019-02-21  9:57 UTC  (5+ messages)

[C++ PATCH] Don't ICE on invalid scoped enum E::~E (PR c++/89390)
 2019-02-21  8:14 UTC  (6+ messages)
` [PATCH] Capture source location of dtors "
    ` [PATCH v2] "

[PATCH, asmcons] Fix PR rtl-optimization/89313: ICE in process_alt_operands, at lra-constraints.c:2962
 2019-02-21  7:08 UTC 

[PATCH 0/2] RISC-V: Support ELF attribute for GCC
 2019-02-21  6:03 UTC  (5+ messages)
` [PATCH 1/2] RISC-V: Accept version, supervisor ext and more than one NSE for -march
` [PATCH 2/2] RISC-V: Support ELF attribute

C++ PATCH for c++/87921, wrong error with inline static data member
 2019-02-21  2:40 UTC 

libgo patch committed: Add S/390 support to internal/cpu package
 2019-02-21  1:45 UTC  (5+ messages)

[C++ PATCH] Fix -fsyntax-only (PR c++/89403)
 2019-02-21  1:42 UTC  (2+ messages)

[C++ PATCH] Fix -fno-weak ICE with inline vars (PR c++/89405)
 2019-02-21  1:06 UTC  (2+ messages)

[PATCH] Fix decode_field_reference ICE (PR middle-end/89091)
 2019-02-20 23:59 UTC  (2+ messages)

[PATCH] Fix ICE with _Complex type punning expansion (PR middle-end/89412)
 2019-02-20 23:53 UTC  (2+ messages)

[PATCH] Fix PR88074
 2019-02-20 22:55 UTC  (16+ messages)
      ` [PATCH] Fix PR88074 - take 2

[PR fortran/83057, patch] - OPEN without a filename and without STATUS='SCRATCH' could produce a warning
 2019-02-20 22:46 UTC 

[patch] Add baseline for SPARC64/Linux
 2019-02-20 22:25 UTC 

[PATCH, i386]: Fix PR 89397, ICE in build_call_expr_loc_array at gcc/tree.c
 2019-02-20 22:22 UTC 

[PATCH, alpha]: Avoid warning: assignment to ‘struct sigcontext *’ from incompatible pointer type ‘mcontext_t *’
 2019-02-20 22:10 UTC 

[patch, fortran] Implement debug() for some Fortran data structures
 2019-02-20 21:52 UTC  (4+ messages)

Move -Wmaybe-uninitialized to -Wextra
 2019-02-20 21:12 UTC  (21+ messages)

[C++ PATCH] Fix cxx_eval_store_expression (PR c++/89336)
 2019-02-20 21:12 UTC  (9+ messages)

[patch, fortran] Fix PR 86119, spurios warning for len(classtype) with -Wconversion
 2019-02-20 21:08 UTC  (2+ messages)

[committed] Fix ICE with #line directive (PR c/89410)
 2019-02-20 20:31 UTC 

[PATCH][RFC] Extend locations where to seach for Fortran pre-include
 2019-02-20 20:11 UTC  (14+ messages)

Go patch committed: Fix comment typo
 2019-02-20 20:08 UTC 

[C++ PATCH] PR c++/87513 - 'sorry' mangling PMF template-id
 2019-02-20 20:00 UTC 

[C++ PATCH] PR c++/88380 - wrong-code with flexible array and NSDMI
 2019-02-20 19:14 UTC 

[LTO PATCH RFA] PR c++/88049 - ICE with undefined destructor and anon namespace
 2019-02-20 18:59 UTC  (3+ messages)

[C++ PATCH] preview: Fix braces around scalar initializer (C++/88572) Inbox x
 2019-02-20 18:29 UTC  (5+ messages)

[PATCH] rs6000: Fix PR 88100, range check for vec_splat_{su}{8,16,32}
 2019-02-20 16:58 UTC  (8+ messages)

[PATCH] libsanitizer: Restore internal_readlink for x32
 2019-02-20 16:33 UTC  (2+ messages)

[PATCH] 386: Set ix86_fpmath to FPMATH_387 without SSE
 2019-02-20 16:21 UTC  (8+ messages)
      ` [PATCH] i386: Require SSE for SSE FP math

[Patch, Aarch64] Implement TARGET_GET_MULTILIB_ABI_NAME for aarch64 (for use in Fortran vector header file)
 2019-02-20 13:22 UTC  (7+ messages)

[PATCH 6/7, OpenACC, libgomp, v5, stage1] Async re-work, testsuite changes
 2019-02-20 11:08 UTC  (2+ messages)

[PATCH, OpenACC, og8] OpenACC kernels control flow analysis bug fix
 2019-02-20  9:38 UTC  (2+ messages)

[PATCH] Construct ipa_reduced_postorder always for overwritable (PR ipa/89009)
 2019-02-20  9:10 UTC  (9+ messages)
          ` [PATCH, stage1] "

[PATCH, libvtv] Fix testsuite issue
 2019-02-20  8:16 UTC  (2+ messages)

[C++ PATCH] PR c++/88368 - wrong 'use of deleted function'
 2019-02-20  2:00 UTC 

[PATCH] luoxhu - backport from trunk r255555, r257253 and r258137
 2019-02-20  1:40 UTC  (3+ messages)

[PATCH] Teach evrp that main's argc argument is always non-negative for C family (PR tree-optimization/89350)
 2019-02-20  0:56 UTC  (5+ messages)

[PATCH] document __builtin_is_constant_evaluated
 2019-02-20  0:42 UTC  (4+ messages)

[patch, fortran] Fix PR 87689, wrong decls / ABI violation on POWER
 2019-02-19 22:44 UTC  (3+ messages)

[C++ Patch] PR 84536 ("[7/8/9 Regression] ICE with non-type template parameter")
 2019-02-19 21:29 UTC  (10+ messages)

[PATCH v2][rs6000] PR89338, PR89339: Fix compat vector intrinsics for BE and 32-bit
 2019-02-19 21:04 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).