public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 0/3] Update -fpatchable-function-entry implementation
 2020-05-02  1:23 UTC  (10+ messages)
` [PATCH 2/3] Add patch_area_size and patch_area_entry to cfun
    ` [PATCH] Add patch_area_size and patch_area_entry to crtl

[PATCH] libiberty: Make strstr.c in libiberty ANSI compliant
 2020-05-02  0:06 UTC 

[PATCH] PowerPC -mcpu=future tests, Introduction
 2020-05-01 23:33 UTC  (12+ messages)
` [PATCH] PowerPC -mcpu=future Patch 1 of 7, add target supports for -mpcrel and -mprefixed
` [PATCH] PowerPC -mcpu=future Patch 2 of 7, Add PLI/PADDI tests
` [PATCH] PowerPC -mcpu=future Patch 3 of 7, Add test for generating prefixed load/store

[PATCH] libstdc++: Fix tuple and optional construction from {aggregate_member_value} (libstdc++/94890)
 2020-05-01 22:54 UTC  (2+ messages)

[PATCH] rs6000, fix vec_first_match_index for nulls
 2020-05-01 21:52 UTC  (3+ messages)
` [PATCH] rs6000, pr 94833: "

[committed] wwwdocs: Move processors.wiki.ti.com to https
 2020-05-01 20:33 UTC 

[PATCH] c++: Parenthesized-init of aggregates accepts invalid code [PR94885]
 2020-05-01 20:29 UTC  (2+ messages)

[PATCH] c++: Member template function lookup failure [PR94799]
 2020-05-01 20:12 UTC  (4+ messages)
  ` [PATCH v2] "

[committed] wwwdocs: Update blackfin documentation link
 2020-05-01 20:11 UTC 

Should ARMv8-A generic tuning default to -moutline-atomics
 2020-05-01 20:08 UTC  (10+ messages)

[PATCH] c++: Missing SFINAE with inaccessible static data member [PR90880]
 2020-05-01 20:07 UTC  (2+ messages)

[committed] Darwin: Fix bootstrap break from libsanitizer changes
 2020-05-01 19:52 UTC  (2+ messages)

[PATCH] testsuite:analyzer: Fix header include for FreeBSD
 2020-05-01 19:49 UTC 

[pushed] c++: Local class DMI using local static [PR90479]
 2020-05-01 17:58 UTC 

[pushed] c++: -fmerge-all-constants vs. destructors [PR91529]
 2020-05-01 17:58 UTC 

[pushed] c++: generic lambda and -fsanitize=vla-bound [PR93822]
 2020-05-01 17:57 UTC 

[PATCH] handle initialized flexible array members in __builtin_object_size [PR92815]
 2020-05-01 17:01 UTC  (4+ messages)

[PATCH] libsanitizer: Add missign file and regen Makefile.in
 2020-05-01 15:23 UTC  (3+ messages)

[patch, fortran][8/9/10 Regression] PR59107 Fortran : Spurious warning message with -Wsurprising
 2020-05-01 14:45 UTC  (4+ messages)

[committed] wwwdocs: Convert a link to wg21.link to https
 2020-05-01 14:33 UTC 

Ping: [PATCH] wwwdocs: Document support for extended identifiers added to GCC 10
 2020-05-01 14:27 UTC  (4+ messages)

[RFA] Require powerpc_vsx_ok in gcc.target/powerpc/pr71763.c
 2020-05-01 14:26 UTC  (2+ messages)
` Ping: "

[committed] libstdc++: Replace reserved identifier _T with _Tp (PR 94901)
 2020-05-01 13:50 UTC  (4+ messages)

[PATCH] libstdc++: Replace deduced return type in ranges::iter_move (PR 92894)
 2020-05-01 13:47 UTC  (3+ messages)

[patch, fortran, testsuite] Subdirectory for -fsanitize=address tests
 2020-05-01 12:14 UTC 

arm: Fix vfp_operand_register for VFP HI regs
 2020-05-01 10:57 UTC  (4+ messages)

[PATCH] rtl cse: Fix PR94740, ICE on testsuite/gcc.dg/sso/t5.c with -mcpu=future -mpcrel -O1
 2020-04-30 23:26 UTC  (23+ messages)

[PATCH][AARCH64] Fix for PR86901
 2020-04-30 23:15 UTC  (8+ messages)

[PATCH] diagnostics: get_option_html_page fixes
 2020-04-30 22:40 UTC  (6+ messages)

[PATCH] coroutines: Fix handling of artificial vars [PR94886]
 2020-04-30 20:52 UTC  (3+ messages)

[wwwdocs] Improve ugly formatting for std::atomic<floating point>
 2020-04-30 19:55 UTC 

[PATCH] c: Fix ICE with _Atomic side-effect in nested fn param decls [PR94842]
 2020-04-30 18:25 UTC  (2+ messages)

[PATCH] var-tracking.c: Fix possible use of uninitialized variable pre
 2020-04-30 16:33 UTC  (6+ messages)

[PR c+ 94827]: template parm with default requires
 2020-04-30 15:29 UTC  (5+ messages)

[committed] libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)
 2020-04-30 15:15 UTC 

[PATCH] ipa: Cgraph verification fix (PR 94856)
 2020-04-30 14:50 UTC  (2+ messages)

[PATCH] aarch64: prefer using csinv, csneg in zero extend contexts
 2020-04-30 14:49 UTC  (5+ messages)

[committed] diagnostics: Fix spelling in comment
 2020-04-30 13:53 UTC 

[PATCH] coroutines: Fix handling of target cleanup exprs [PR94883]
 2020-04-30 13:43 UTC  (2+ messages)

[PATCH] coroutines: Fix cases where proxy variables are used [PR94879]
 2020-04-30 13:40 UTC  (2+ messages)

[PATCH] wwwdocs: Added mentioning of TX3 chip to the list of the processors
 2020-04-30 13:21 UTC  (5+ messages)

[PATCH] match.pd: Optimize (x < 0) != (y < 0) into (x ^ y) < 0 [PR94718]
 2020-04-30 13:11 UTC  (2+ messages)

[PATCH] tree: Don't reuse types if TYPE_USER_ALIGN differ [PR94775]
 2020-04-30 13:00 UTC  (3+ messages)

[committed] d: Fix documentation of -defaultlib= and -debuglib=
 2020-04-30 10:28 UTC 

[committed] d: Merge upstream dmd 934df6f8c, druntime 7bdd83d7 (PR90719, PR94825)
 2020-04-30 10:17 UTC 

[OpenMP, gimplifier] 'inform' after 'error' diagnostic
 2020-04-30 10:14 UTC  (2+ messages)

[PATCH] diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi diagnostcs
 2020-04-30  9:45 UTC  (16+ messages)
  ` [PATCH v2] "
  ` [PATCH] --with-{documentation,changes}-root-url tweaks

[PATCH] Add value range info for affine combination to improve store motion (PR83403)
 2020-04-30  7:53 UTC  (6+ messages)
        ` [PATCH v2] Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow in affine combination(PR83403)

[Patch][OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments
 2020-04-30  7:17 UTC  (8+ messages)
` [Patch, Fortran] OpenMP/OpenACC – fix more issues with OPTIONAL

[PATCH v5 GCC] libffi/test: Fix compilation for build sysroot
 2020-04-29 20:48 UTC  (5+ messages)

[committed] libstdc++: Fix outdated comment about std::string instantiations (PR 94854)
 2020-04-29 18:03 UTC 

introduce target tmpnam and require it in tests relying on it
 2020-04-29 17:18 UTC  (10+ messages)

[PATCH] contrib/vimrc: Reduce textwidth for commit messages
 2020-04-29 17:14 UTC  (3+ messages)

[PATCH] rs6000, Fix header comment for intrinsic function
 2020-04-29 17:12 UTC  (2+ messages)

[PATCH] toplev.c: Check for null argument to fprintf
 2020-04-29 17:05 UTC  (2+ messages)

[PATCH] match.pd: Decrease number of nop conversions around bitwise ops [PR94718]
 2020-04-29 16:49 UTC  (6+ messages)

[PATCH] arm: Remove duplicate entries in isr_attribute_args [PR target/57002]
 2020-04-29 16:18 UTC  (3+ messages)
` [PATCH] arm: Warn if IRQ handler is not compiled with -mgeneral-regs-only [PR target/94743]

[PATCH] s390: Fix up -Wpsabi diagnostcs + analysis [PR94704]
 2020-04-29 15:58 UTC  (4+ messages)

[PATCH 1/1] IBM Z: vec_store_len_r/vec_load_len_r fix
 2020-04-29 15:48 UTC 

[committed] Fix a couple more instruction length issues on the H8 port
 2020-04-29 14:20 UTC 

[PATCH] rs6000: Fix rs6000_atomic_assign_expand_fenv [PR94826]
 2020-04-29 13:29 UTC  (2+ messages)

[wwwdocs] Correct status and macro for P1907R1
 2020-04-29 13:04 UTC  (2+ messages)

[PATCH]use vnode->get_constructor () to get intial in lto[PR94822]
 2020-04-29 12:55 UTC  (4+ messages)

[PATCH][GCC-8][Aarch64]: Backport Force TImode values into even registers
 2020-04-29 12:37 UTC  (2+ messages)

[PATCH] x86: Allow -fcf-protection with external thunk
 2020-04-29 12:18 UTC  (4+ messages)

[PATCH, PR94769] fortran/io.c: Fix use of uninitialized variable num
 2020-04-29 12:04 UTC  (5+ messages)

[PATCH] x86: Fix -O0 remaining intrinsic macros [PR94832]
 2020-04-29 11:13 UTC  (2+ messages)

[PATCH] x86: Fix -O0 intrinsic *gather*/*scatter* macros [PR94832]
 2020-04-29 11:12 UTC  (2+ messages)

[committed] doc: Add missing arm_arch_v8a_hard_ok anchor
 2020-04-29 11:08 UTC 

[committed] aarch64: Fix parameter passing for [[no_unique_address]]
 2020-04-29 10:56 UTC  (4+ messages)

[PATCH] coroutines: Improve error recovery [PR94817, PR94829]
 2020-04-29 10:50 UTC 

[PATCH] arm: Fix parameter passing for [[no_unique_address]]
 2020-04-29 10:42 UTC  (2+ messages)

[PATCH] arm: Extend the PR94780 fix to arm
 2020-04-29 10:33 UTC  (2+ messages)

[PATCH] lto/94822 - fix ICE in component_ref_size
 2020-04-29 10:26 UTC 

[committed] testsuite: Save dg-do-what-default in mve.exp
 2020-04-29  9:40 UTC 

Add OpenACC 2.6 `acc_get_property' support
 2020-04-29  9:19 UTC  (4+ messages)
  ` [PATCH] "

[committed] Simplify omp-device-properties.h creation (PR bootstrap/92314)
 2020-04-29  9:07 UTC  (2+ messages)
` Harden and adjust 'gcc/configure' parsing of '--enable-offload-targets' (was: [committed] Simplify omp-device-properties.h creation (PR bootstrap/92314))

[Patch][AMD GCN][OpenMP] Add gcc/config/gcn/t-omp-device for OpenMP declare variant kind/arch/isa
 2020-04-29  8:55 UTC  (5+ messages)

[committed] libphobos: Fix KERNEL_VERSION condition in libphobos testsuite
 2020-04-29  8:48 UTC 

[committed] d: Merge bug fix from upstream dmd 06160ccae
 2020-04-29  8:45 UTC 

[Patch, RTL] Eliminate redundant vec_select moves
 2020-04-29  8:44 UTC  (17+ messages)
                        ` [rtl] Harden 'set_noop_p' for non-constant selectors [PR94279] (was: [Patch, RTL] Eliminate redundant vec_select moves)
                          ` [rtl] Harden 'set_noop_p' for non-constant selectors [PR94279]

[committed] libphobos: Add power*-*-linux* as a supported target
 2020-04-29  8:41 UTC  (3+ messages)

[PATCH] amdgcn: Add stub personality function
 2020-04-29  8:35 UTC  (4+ messages)
    ` [gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282] (was: [PATCH] amdgcn: Add stub personality function)

[PATCH v3 00/10] AMD GCN Port v3
 2020-04-29  8:30 UTC  (6+ messages)
` [PATCH v3 04/10] GCN machine description
` [PATCH v3 06/10] GCN back-end config
  ` [Patch] ./configure.ac – build libgomp by default for amdgcn*-*-*
    ` [gcn] Don't default to building target-libstdc++-v3 [PR92713] (was: [PATCH v3 06/10] GCN back-end config)

[PATCH 4/7 libgomp,amdgcn] GCN libgomp port
 2020-04-29  8:08 UTC  (5+ messages)
` [committed, amdgcn/openacc] Rename acc_device_gcn to acc_device_radeon
  ` [AMD GCN] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE' (was: [committed, amdgcn/openacc] Rename acc_device_gcn to acc_device_radeon)
    ` [AMD GCN] Use 'radeon' for the environment variable 'ACC_DEVICE_TYPE'

[Patch][OpenMP][Fortran] Support absent optional args with use_device_{ptr,addr} (+ OpenACC's use_device clause)
 2020-04-29  8:03 UTC  (6+ messages)
        ` [Patch][OpenMP][Fortran] Support absent optional args with use_device_{ptr, addr} "

[PATCH PR94708] [8/9/10 Regression] pr94780.c fails with ICE on aarch64
 2020-04-29  7:40 UTC  (3+ messages)

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