public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
gcc.dg testsuite glitches
 2020-05-07 17:34 UTC  (3+ messages)

[PATCH] c++: Fix spelling of non-static
 2020-05-07 17:24 UTC  (4+ messages)

[PATCH] tree-ssa-structalias.c: Fix comments
 2020-05-07 17:21 UTC  (3+ messages)

[PATCH] tree-pretty-print: Handle boolean types
 2020-05-07 17:02 UTC  (2+ messages)

[PATCH PR94026] combine missed opportunity to simplify comparisons with zero
 2020-05-07 16:51 UTC  (13+ messages)

[PATCH] c++: explain fn template argument type/value mismatch failures
 2020-05-07 16:47 UTC 

[PATCH] match.pd: Simplify unsigned A - B - 1 >= A to B >= A [PR94913]
 2020-05-07 16:42 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] libstdc++: Implement integer-class types as defined in [iterator.concept.winc]
 2020-05-07 16:29 UTC  (4+ messages)

[PATCH] OpenACC reference count consistency checking
 2020-05-07 16:11 UTC  (3+ messages)

avoid infinite loops in rpo fre
 2020-05-07 16:00 UTC 

[PATCH] implement pre-c++20 contracts
 2020-05-07 15:56 UTC  (3+ messages)

[PATCH] aarch64: prefer using csinv, csneg in zero extend contexts
 2020-05-07 15:51 UTC  (7+ messages)

[PATCH] match.pd: Canonicalize (X + (X >> (prec - 1))) ^ (X >> (prec - 1)) to abs (X) [PR94783]
 2020-05-07 15:40 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] match.pd: Optimize ffs of known non-zero arg into ctz + 1 [PR94956]
 2020-05-07 15:37 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: ICE with -Wall and constexpr if [PR94937]
 2020-05-07 14:55 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] tree: Fix up get_narrower [PR94724]
 2020-05-07 14:36 UTC  (5+ messages)
    ` [PATCH] tree: Avoid variable sharing in "

[PATCH] wwwdocs: Add D front-end section for GCC 10 changes
 2020-05-07 14:04 UTC  (3+ messages)
` Ping: "

[PATCH][DOC] Fix optindex entries for 2 options
 2020-05-07 13:59 UTC 

[PATCH][RFC] extend DECL_GIMPLE_REG_P to all types
 2020-05-07 13:40 UTC  (5+ messages)

[Patch] (general Fortran + OpenMP) [Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)
 2020-05-07 13:11 UTC 

[PR C++/94946] ambiguous overload regression
 2020-05-07 12:50 UTC  (4+ messages)
` [PATCH] testsuite: Improve g++.dg/ext/attr-parm-1.C testcase [PR94946]

[PATCH 2/2] ipa/94947 - avoid using externally_visible_p ()
 2020-05-07 12:42 UTC 

[PATCH] tree-optimization/94865 - combine BIT_INSERT_EXPR of BIT_FIELD_REF
 2020-05-07 12:40 UTC  (5+ messages)

[PATCH] c-family: Fix error-recovery ICE on __builtin_speculation_safe_value [PR94968]
 2020-05-07 12:25 UTC  (3+ messages)

[PATCH] libstdc++: Update Solaris baselines for GCC 10.1
 2020-05-07 11:53 UTC  (18+ messages)
      ` [PATCH] libstdc++: Update Solaris baselines for GCC 9.4
` [PATCH] libstdc++: Update {x86_64,i?86,powerpc64,s390x,aarch64}-linux baselines for GCC 10.1
      ` [PATCH] x32: Update baseline_symbols.txt
  ` [PATCH] libstdc++: Update {x86_64, i?86, powerpc64, s390x, aarch64}-linux baselines for GCC 10.1

AArch32: fix bootstrap failure
 2020-05-07 10:36 UTC  (2+ messages)

[PATCH] csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961]
 2020-05-07 10:31 UTC  (6+ messages)
` [PATCH] csa: Fix --enable-checking=yes, df "
      ` [PATCH v2] "

[PATCH] wwwdocs: Document the C++ ABI changes in GCC 10
 2020-05-07 10:26 UTC  (2+ messages)

[PATCH] libgcc: aarch64: Get hwcap for FreeBSD
 2020-05-07  8:37 UTC  (4+ messages)

[PATCH] lto-wrapper: split arguments of getenv ("MAKE")
 2020-05-07  7:37 UTC  (5+ messages)

[PATCH] Add caveat about parsing of .gcda and .gcno files
 2020-05-07  7:32 UTC 

[PATCH] PR preprocessor/94657: use $AR, not 'ar',
 2020-05-07  7:18 UTC  (2+ messages)

[PATCH] Extend std::copy/std::copy_n char* overload to deque iterator
 2020-05-07  7:12 UTC 

[PATCH 0/4] rs6000: setbnc and friends [pu]
 2020-05-07  1:34 UTC  (9+ messages)
` [PATCH 1/4] rs6000: New insns setbc and setbcr
` [PATCH 2/4] rs6000: Tests for setbc
` [PATCH 3/4] rs6000: New insns setnbc and setnbcr
` [PATCH 4/4] rs6000: Tests for setnbc

[PATCH] False-positive -Warray-bounds for char[1] on a non-zero offset in a referenced buffer
 2020-05-07  0:18 UTC  (2+ messages)

[committed] d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959
 2020-05-06 22:01 UTC 

[PATCH] c++: Missing SFINAE with lookup_fnfields [PR78446]
 2020-05-06 21:48 UTC 

[PATCH] c++: Avoid strict_aliasing_warning on dependent types or expressions [PR94951]
 2020-05-06 21:28 UTC  (2+ messages)

[PATCH] c++: ICE in value_dependent_expression_p in C++98 mode [PR94938]
 2020-05-06 21:27 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] c++: Don't synthesize sfk_comparison method multiple times [PR94907]
 2020-05-06 21:22 UTC  (2+ messages)

[committed] i386: Use generic division to generate INEXACT exception
 2020-05-06 21:03 UTC 

[PATCH] testsuite:analyzer: Fix header include for FreeBSD
 2020-05-06 20:33 UTC  (12+ messages)

[committed] combine: Don't replace SET_SRC with REG_EQUAL note content if SET_SRC has side-effects [PR94873]
 2020-05-06 20:33 UTC  (2+ messages)

[PATCH] c++: ICE when shortening right shift [PR94955]
 2020-05-06 20:31 UTC 

[PATCH] coroutines: Improve error recovery [PR94817, PR94829]
 2020-05-06 19:37 UTC  (2+ messages)

[PATCH] Improve std::fill for vector<bool>
 2020-05-06 19:35 UTC  (2+ messages)

[pushed] coroutines: Remove references to n4849 (NFC)
 2020-05-06 19:10 UTC 

[PATCH][x86][1/3]: Add -mzero-caller-saved-regs=[skip|used-gpr|all-gpr|used|all]
 2020-05-06 18:54 UTC  (5+ messages)
` PING[STAGE 1][PATCH][x86][1/3]: "

[PATCH][gcc][PR94230]provide an option to change the size limitation for -Wmisleading-indent
 2020-05-06 18:40 UTC  (11+ messages)
` PING "
          ` [Version 2][PATCH][gcc][PR94230]provide "
              ` [Version 3][PATCH][gcc][PR94230]provide "
                  ` Committed "

[PATCH] PowerPC -mcpu=future tests, Introduction
 2020-05-06 17:25 UTC  (6+ messages)
` [PATCH] PowerPC -mcpu=future Patch 3 of 7, Add test for generating prefixed load/store

[committed] i386: Use ADD to implement compares with negated operand [PR94913]
 2020-05-06 15:40 UTC 

[PATCH][AArch64] Use __getauxval instead of getauxval in LSE detection code in libgcc
 2020-05-06 15:24 UTC  (17+ messages)

[PATCH] tsan: Add optional support for distinguishing volatiles
 2020-05-06 14:33 UTC  (5+ messages)

[PATCH] c++: template instantiation during fold_for_warn [PR94038]
 2020-05-06 14:07 UTC  (4+ messages)

[PATCH] Prepare removal of SLP_INSTANCE_GROUP_SIZE
 2020-05-06 13:26 UTC 

[PATCH] tree-optimization/57359 - rewrite SM code
 2020-05-06 13:14 UTC  (2+ messages)

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

[patch] Fix a few DWARF bugs with -fgnat-encodings=minimal
 2020-05-06 12:04 UTC  (2+ messages)

[PATCH] c-attribs.c: Fix use of uninitialized variable nunits
 2020-05-06 12:02 UTC  (9+ messages)

[PATCH] aarch64: fix conflicting declarations
 2020-05-06 11:43 UTC  (2+ messages)

[PATCH] middle-end/94964 - avoid EH loop entry with CP_SIMPLE_PREHEADERS
 2020-05-06 10:38 UTC 

[PATCH] tree-optimization/94963 - avoid bogus uninit warning with store-motion
 2020-05-06 10:35 UTC 

[PATCH 0/4] Fix various minor issues seen with cppcheck
 2020-05-06 10:01 UTC  (10+ messages)
` [PATCH 3/4] Put index check before use
` [PATCH 4/4] Use const for template argument
` [PATCH 2/4] Use const for some function arguments
` [PATCH 1/4] Remove 2 dead variables in bid_internal.h

[PATCH] Add enqcmd,avx512bf16,avx512vp2intersect to funcspec-56.inc
 2020-05-06  9:49 UTC  (2+ messages)
` [PATCH] Add enqcmd, avx512bf16, avx512vp2intersect "

[PATCH] match.pd: Optimize ~(~X +- Y) into (X -+ Y) [PR94921]
 2020-05-06  9:04 UTC  (2+ messages)

[PATCH] tree-optimization/94965 - fix typo in vec_info * passing
 2020-05-06  8:47 UTC 

[committed] riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950]
 2020-05-06  7:56 UTC  (2+ messages)

[PATCH] Enable GCC support for TSXLDTRK
 2020-05-06  6:42 UTC  (4+ messages)

[PATH] Enable GCC support for SERIALIZE
 2020-05-06  6:39 UTC  (4+ messages)

[PATCH] Adjust integer <-> pointer conversion IL checking
 2020-05-06  6:39 UTC  (3+ messages)

[cris-decc0 0/14] A set of compare-elimination-fixes
 2020-05-05 21:55 UTC  (3+ messages)

[1/6 CRIS cc0-preparations] try to generate zero-based comparisons
 2020-05-05 21:44 UTC  (2+ messages)

[pushed] c++: CWG2235 partial ordering and non-dependent types
 2020-05-05 21:40 UTC 

[pushed] c++: constexpr and lambda capture [PR90212]
 2020-05-05 21:40 UTC 

[PATCH] config/debuginfod.m4: Use PKG_CHECK_MODULES
 2020-05-05 21:23 UTC  (3+ messages)

[PATCH] match.pd: Canonicalize (x + (x << cst)) into (x * cst2) [PR94800]
 2020-05-05 20:52 UTC  (2+ messages)

libgomp: Allow overriding via 'GOMP_OFFLOAD_PLUGINS' the configured set of libgomp plugins
 2020-05-05 20:28 UTC  (2+ messages)
` [ping] "

[Patch] PR fortran/93366 - ICE on invalid, reject invalid use of NULL() as argument
 2020-05-05 20:27 UTC  (3+ messages)
  ` Aw: "

[libitm] eh specifications are lax
 2020-05-05 20:08 UTC 

[libitm] testsuite tweak
 2020-05-05 19:53 UTC 

[pushed] coroutines: Replace extra checks for co_yield with asserts
 2020-05-05 19:46 UTC 

wwwdocs: Add symver and -fprofile-prefix-path to changes.html
 2020-05-05 19:33 UTC  (2+ messages)

[PATCH] tree-optimization: Fix use of uninitialized variables warnings [PR94952]
 2020-05-05 18:16 UTC 

[PATCH v2 0/5] Updates for PRU backend
 2020-05-05 17:57 UTC  (3+ messages)

[Patch][Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690)
 2020-05-05 16:38 UTC  (2+ messages)
` *ping* | "

[Patch][OpenMP] Fix 'omp exit data' for Fortran arrays (PR 94635)
 2020-05-05 16:36 UTC  (5+ messages)
    ` Follow-up Patch – "
      ` *ping* | "

[PATCH 1/4] matcher-1.m: Change return type to int
 2020-05-05 16:29 UTC  (2+ messages)

[PATCH] doc: Update install.texi for GCC 10 on Solaris
 2020-05-05 16:25 UTC  (2+ messages)

[committed] i386: Use "clobber (scratch)" in expanders
 2020-05-05 16:04 UTC 

[PATCH] wwwdocs: Document OpenMP changes in gcc-10/changes.html
 2020-05-05 15:51 UTC  (2+ messages)

[PR 94807] Consistently name lambda fn's this pointer
 2020-05-05 14:58 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).