public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v2] Fix __patchable_function_entries section flags
 2019-04-17 18:28 UTC  (4+ messages)

[PATCH][RFC] Improve get_qualified_type linear list walk
 2019-04-17 18:25 UTC  (9+ messages)

[PATCH] Fix up _mm_maskz_f{,n}m{add,sub}_round_s{s,d} at -O0 (PR target/90125)
 2019-04-17 18:18 UTC 

collect2 patch to https in URL
 2019-04-17 18:13 UTC  (2+ messages)

[PATCH] auto-inc-dec: Set alignment properly
 2019-04-17 18:11 UTC  (2+ messages)

[PATCH] Fixup IRA debug dump output
 2019-04-17 18:06 UTC  (3+ messages)

C++ PATCH for c++/90124 - bogus error with incomplete type in decltype
 2019-04-17 17:57 UTC  (2+ messages)

[PATCH] backport r257541, r259936, r260294, r260623, r261098, r261333, r268585
 2019-04-17 17:45 UTC  (4+ messages)

[PATCH] Fix up dg-extract-results.sh
 2019-04-17 17:16 UTC  (2+ messages)

[PATCH 1/3] Fix tests for std::variant to match original intention
 2019-04-17 16:44 UTC  (6+ messages)
` [PATCH 2/3] Remove unnecessary string literals from static_assert in C++17 tests
` [PATCH 3/3] Fix condition for std::variant to be copy constructible

[PATCH][C++] Improve compile-time by ordering expensive checks last
 2019-04-17 15:35 UTC  (2+ messages)

[Patch] [Aarch64] PR rtl-optimization/87763 - this patch fixes gcc.target/aarch64/lsl_asr_sbfiz.c
 2019-04-17 13:44 UTC  (5+ messages)

[PATCH] Add constexpr to std::optional::value_or(U&&)&&
 2019-04-17 13:27 UTC 

[patch] Fix PR 84487, large rodata increase in tonto and other programs
 2019-04-17 13:13 UTC  (19+ messages)

[PATCH] S/390: Fix PR89952 incorrect CFI
 2019-04-17 12:19 UTC 

[PATCH] Fix up RTL DCE find_call_stack_args (PR rtl-optimization/89965)
 2019-04-17 11:53 UTC  (10+ messages)

[PATCH PR90078]Capping comp_cost computation in ivopts
 2019-04-17 11:35 UTC  (4+ messages)

[PATCH] [ARC][COMMITTED] Fix diagnostic messages
 2019-04-17 11:27 UTC  (2+ messages)

Enable BF16 support (Please ignore my former email)
 2019-04-17 11:25 UTC  (8+ messages)

[PATCH] Add support for missing AVX512* ISAs (PR target/89929)
 2019-04-17 10:29 UTC  (14+ messages)

[PATCH] (RFA tree-tailcall) PR c++/82081 - tail call optimization breaks noexcept
 2019-04-17 10:13 UTC  (6+ messages)

[PR 85762, 87008, 85459] Relax MEM_REF check in contains_vce_or_bfcref_p
 2019-04-17 10:03 UTC  (7+ messages)

[PATCH] rs6000: Improve the load/store-with-update patterns (PR17108)
 2019-04-17  9:42 UTC 

[patch,gomp4] make fortran loop variables implicitly private in openacc
 2019-04-17  8:41 UTC  (4+ messages)
` [gomp4] don't error on implicitly private induction variables in gfortran
  ` [PATCH][OpenACC] Don't "
    ` [PR90048] Fortran OpenACC 'private' clause rejected for predetermined private loop iteration variable (was: [patch,gomp4] make fortran loop variables implicitly private in openacc)

[PATCH] Fix up ARM target attribute handling (PR target/89093)
 2019-04-17  8:13 UTC  (7+ messages)
  ` [PATCH] Don't ignore leading whitespace in ARM target attribute/pragma "
    ` [PATCH] Don't ignore leading whitespace in AArch64 "

[PATCH] Fix __builtin_*mul*_overflow* expansion (PR middle-end/90095)
 2019-04-17  7:50 UTC  (7+ messages)
        ` [PATCH] Fix __builtin_*mul*_overflow* expansion (PR middle-end/90095, take 2)

PING [PATCH] fix ICE in __builtin_has_attribute (PR 88383 and 89288)
 2019-04-17  7:05 UTC  (17+ messages)
              ` [PATCH] fix ICEs in c-attribs.c (PR 88383, 89288, 89798, 89797)​

[PATCH, d] Committed fix building on hosts missing _MIN and MAX macros
 2019-04-17  6:13 UTC 

[PATCH] PR libstdc++/90105 make forward_list::sort stable
 2019-04-17  2:40 UTC 

[PATCH, d] Committed use build_exeext suffix for D generator programs
 2019-04-16 22:16 UTC 

[PATCH] Improve implementation of parallel equal()
 2019-04-16 21:17 UTC 

[committed] Add testcase for already fixed PR c++/86953
 2019-04-16 19:39 UTC 

Adding noexcept-specification on tuple constructors (LWG 2899)
 2019-04-16 17:06 UTC  (4+ messages)

[Patch, Darwin] Fix PR bootstrap/89864
 2019-04-16 16:47 UTC  (3+ messages)

[0/4] Addressing modulo-scheduling bugs
 2019-04-16 15:10 UTC  (6+ messages)
` [1/4][PATCH] Fix PR84032
` [2/4][PATCH] Fix PR87979
` [3/4][PATCH] Fix PR90001
` [4/4][PATCH] Discussing PR83507

[PATCH] PR libstdc++/90046 fix build failure on epiphany-elf
 2019-04-16 14:50 UTC  (2+ messages)

Fix false -Wodr warnings
 2019-04-16 14:18 UTC  (5+ messages)

[PATCH rs6000] Fix PR target/84369: gcc.dg/sms-10.c fails on Power9
 2019-04-16 12:41 UTC  (2+ messages)

Patch ping
 2019-04-16 11:54 UTC 

[PATCH wwwdocs] Mention GNU Tools Cauldron in the News section
 2019-04-16 10:54 UTC  (4+ messages)

[PATCH 0/3] [ARC] Improve register elimination, and other LRA
 2019-04-16 10:24 UTC  (10+ messages)
` [PATCH 3/3] [ARC] Remove Rs5 constraint
` [PATCH 2/3] [ARC] Refurb eliminate regs
` [PATCH 1/3] [ARC] Emit blockage regardless to avoid delay slot scheduling

[PATCH] Fix up/improve x86 needs isa option reporting (PR target/90096)
 2019-04-16  9:33 UTC  (2+ messages)

[PATCH] Fix RTL DCE ICE (PR rtl-optimization/90082)
 2019-04-16  7:57 UTC  (2+ messages)

[PATCH] Fix recip opt ICEs with -fnon-call-exceptions (PR tree-optimization/90090)
 2019-04-16  7:52 UTC  (2+ messages)

[PATCH, libphobos] Committed fix configure test for backtrace-supported.h
 2019-04-16  6:59 UTC 

New French PO file for 'gcc' (version 9.1-b20190414)
 2019-04-16  4:39 UTC 

[committed] Fix various microblaze-linux failures
 2019-04-15 22:02 UTC 

[PATCH, libphobos] Committed merge with upstream druntime
 2019-04-15 20:43 UTC 

[C++ Patch/RFC] PR 89900 ("[9 Regression] ICE: Segmentation fault (in check_instantiated_arg)")
 2019-04-15 20:36 UTC  (3+ messages)

[aarch64][RFA/RFC][rtl-optimization/87763] Add new movk pattern for aarch64
 2019-04-15 16:31 UTC 

[PATCH] Tweak LIM MEM improvements to fix PR56049
 2019-04-15 14:24 UTC 

[Patch, fortran] PRs 89843 and 90022 - C Fortran Interop fixes
 2019-04-15 12:10 UTC  (10+ messages)
  ` AW: "

Fix false -Wodr warnings
 2019-04-15 12:06 UTC  (2+ messages)

[PATCH] combine: Count auto_inc properly (PR89794)
 2019-04-15 11:48 UTC  (2+ messages)

[PR86438] avoid too-long shift in test
 2019-04-15 11:26 UTC  (2+ messages)

[PATCH] Filter out LTO in config/bootstrap-lto-lean.mk
 2019-04-15 11:03 UTC  (2+ messages)

[PATCH] Fix PR88936
 2019-04-15 10:23 UTC  (7+ messages)

[PATCH] Fix PR90071
 2019-04-15 10:06 UTC 

[PATCH] Fix PR90074
 2019-04-15  9:38 UTC 

New Spanish PO file for 'gcc' (version 9.1-b20190414)
 2019-04-15  9:27 UTC 

New template for 'gcc' made available
 2019-04-15  9:07 UTC 

[Patch, fortran] PRs 89843 and 90022 - C Fortran Interop fixes
 2019-04-15  8:48 UTC  (5+ messages)

[PATCH committed] [Bug tree-optimization/90020] [7/8 regression] -O2 -Os x86-64 wrong code generated for GNU Emacs
 2019-04-15  8:30 UTC 

[PATCH] Reset proper type on vector types (PR middle-end/88587)
 2019-04-15  8:11 UTC  (7+ messages)

[PATCH] Filter out LTO in config/bootstrap-lto-lean.mk
 2019-04-15  8:02 UTC 

[libphobos, build] Enable libphobos on Solaris 11/x86
 2019-04-14 20:59 UTC  (8+ messages)

[PATCH, d] Do not add any target_libs dependencies if not using libphobos
 2019-04-14 16:58 UTC 

New Swedish PO file for 'gcc' (version 9.1-b20190324)
 2019-04-14 15:24 UTC 

[libphobos] Work around lack of dlpi_tls_modid before Solaris 11.5
 2019-04-14 10:27 UTC  (4+ messages)

[libphobos] Use sections_elf_shared.d on Solaris 11.5 (PR d/88150)
 2019-04-14 10:21 UTC  (3+ messages)

[PATCH 2/2, d] PR d/87799 Fix build on windows hosts
 2019-04-14 10:16 UTC  (5+ messages)
  ` [PATCH v2, "

[libphobos] Work around Solaris ld bug linking __tls_get_addr on 64-bit x86
 2019-04-13 18:48 UTC  (3+ messages)

[PATCH] D support for RISC-V
 2019-04-13 16:49 UTC  (2+ messages)

[PATCH, libphobos] Committed move rt.sections modules to gcc.sections
 2019-04-13 15:38 UTC 

[patch] PR 79842 - i18n: subword translation in "Can't use the same %smodule"
 2019-04-13 15:29 UTC  (2+ messages)

[C++ PATCH] PR60531 - Wrong error about unresolved overloaded function
 2019-04-13 11:54 UTC 

Go patch committed: Improve type handling for constant string concatenation
 2019-04-13  9:01 UTC 

[PATCH] Uglify identifiers missed in previous commit(s)
 2019-04-13  1:04 UTC  (3+ messages)

[PATCH, libphobos] Committed add subdir-objects to configure script
 2019-04-12 22:34 UTC 

[PATCH] (RFA tree-tailcall) PR c++/82081 - tail call optimization breaks noexcept
 2019-04-12 21:43 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).