public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[Patch 0/5] rs6000, 128-bit Binary Integer Operations
 2020-09-21 21:17 UTC 

[PATCH] correct handling of indices into arrays with elements larger than 1 (PR c++/96511)
 2020-09-21 21:17 UTC  (6+ messages)
        ` [PING][PATCH] "

[PATCH] libstdc++: Remove overzealous static_asserts from std::span
 2020-09-21 21:17 UTC  (3+ messages)

[PATCH] config/i386/t-rtems: Change from mtune to march for multilibs
 2020-09-21 21:15 UTC 

[committed] adjust ipa-sra tests to avoid using array parameters
 2020-09-21 21:01 UTC 

PING [Patch][Middle-end]Add -fzero-call-used-regs=[skip|used-gpr|all-gpr|used|all]
 2020-09-21 20:58 UTC  (27+ messages)

[PATCH] c++: DR 1722: Make lambda to function pointer conv noexcept [PR90583]
 2020-09-21 19:57 UTC 

[PATCH] c++: Implement -Wctad-maybe-unsupported
 2020-09-21 19:57 UTC  (3+ messages)
  ` [PATCH v2] "

[r11-3315 Regression] FAIL: g++.dg/ext/timevar2.C -std=gnu++98 (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-21 19:43 UTC  (2+ messages)

libsanitizer patch committed: Update for libbacktrace changes
 2020-09-21 19:05 UTC  (2+ messages)

c++: ts_lambda is not needed
 2020-09-21 18:52 UTC 

[PATCH 0/5] add checking of function array parameters (PR 50584)
 2020-09-21 18:45 UTC  (18+ messages)
` [PATCH 2/5] C front end support to detect out-of-bounds accesses to array parameters
                  ` [PING][PATCH "
                    ` [PING 2][PATCH "

[pushed] Darwin, testsuite : Skip a test that requires ELF
 2020-09-21 18:39 UTC 

[r11-3315 Regression] FAIL: g++.dg/ext/timevar2.C -std=gnu++98 (test for excess errors) on Linux/x86_64 (-m64)
 2020-09-21 18:20 UTC 

[PATCH] libstdc++: Rebase include/pstl to current upstream
 2020-09-21 17:39 UTC  (5+ messages)

[PATCH] gcov: fix TOPN streaming from shared libraries
 2020-09-21 17:38 UTC  (3+ messages)

[PATCH] IBM Z: Try to make use of load-and-test instructions
 2020-09-21 16:51 UTC  (2+ messages)

[PATCH] [arm] gcc.target/arm/cs*: Use dg-add-options arm_arch_v8_1m_main
 2020-09-21 15:56 UTC 

[RS6000] rtx_costs
 2020-09-21 15:56 UTC  (13+ messages)
` [RS6000] rs6000_rtx_costs cost IOR
` [RS6000] rs6000_rtx_costs reduce cost for SETs
` [RS6000] rotate and mask constants

[PATCH] warn for integer overflow in allocation calls (PR 96838)
 2020-09-21 15:13 UTC  (9+ messages)

[PATCH] libstdc++: Mark some more algorithms constexpr for C++20
 2020-09-21 15:01 UTC  (5+ messages)
` [PATCH] libstdc++: Fix division by zero in std::sample

[PATCH] tree-optimization/97139 - fix BB SLP live lane extraction
 2020-09-21 14:53 UTC 

[PATCH] Fix overflow handling in std::align
 2020-09-21 14:50 UTC  (8+ messages)

[PATCH] irange_pool class
 2020-09-21 14:14 UTC  (17+ messages)

[PATCH] dwarf: Multi-register CFI address support
 2020-09-21 13:51 UTC  (3+ messages)

[PATCH] doc: gcc.c: Update documentation for spec files
 2020-09-21 13:45 UTC  (2+ messages)
` *PING* "

[committed] libstdc++: Relax constraints on transform_view and elements_view iterators
 2020-09-21 13:31 UTC 

[committed] libstdc++: Make std::assume_aligned a constexpr function [PR 97132]
 2020-09-21 13:30 UTC 

[PATCH] Cygwin/MinGW: Do not version lto plugins
 2020-09-21 13:23 UTC  (12+ messages)

[PATCH] x86: Require MMX for __builtin_ia32_maskmovq
 2020-09-21 13:09 UTC  (2+ messages)

[PATCH] aarch64: Do not alter value on a force_reg returned rtx expanding __jcvt
 2020-09-21 12:13 UTC  (4+ messages)

[PATCH] tree-optimization/97135 - fix dependence check in store-motion
 2020-09-21 12:06 UTC 

[PATCH] Fix ICE in tree-switch-conversion
 2020-09-21 11:34 UTC  (2+ messages)

[PATCH] POLY_INT_CST: remove extra space in dump
 2020-09-21 10:47 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/avx-vandnpd-1.c execution test on Linux/x86_64 (-m64)
 2020-09-21  9:41 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/avx-vandnps-1.c execution test on Linux/x86_64 (-m64)
 2020-09-21  9:41 UTC 

[PATCH] Add if-chain to switch conversion pass
 2020-09-21  8:55 UTC  (10+ messages)

[PATCH] aarch64: Fix ICE on fpsr fpcr getters [PR96968]
 2020-09-21  8:42 UTC  (6+ messages)
  ` [PATCH V2] "

[PATCH] vect/test: Don't check for epilogue loop [PR97075]
 2020-09-21  8:32 UTC  (7+ messages)

[PATCH v2 1/2] IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPR
 2020-09-21  8:31 UTC  (5+ messages)
` [PATCH v2 2/2] rs6000: Expand vec_insert in expander instead of gimple [PR79251]

Fix sse2-andnpd-1.c, avx-vandnps-1.c and sse-andnps-1.c testscases
 2020-09-21  8:12 UTC  (2+ messages)

New modref/ipa_modref optimization passes
 2020-09-21  8:10 UTC  (11+ messages)

[RFC Patch] mklog.py: Parse first 10 lines for PR/DR number
 2020-09-21  8:05 UTC  (4+ messages)

[COMMITTED] config: Sync largefile.m4 from binutils-gdb
 2020-09-21  8:04 UTC  (2+ messages)

[PATCH] CSE negated multiplications and divisions
 2020-09-21  7:16 UTC  (4+ messages)

Enable GCC support for Intel Key Locker extension
 2020-09-21  5:30 UTC 

[PATCH] c++: Detect deduction guide redeclaration [PR97099]
 2020-09-21  5:04 UTC  (2+ messages)

[committed] libstdc++: Fix noexcept-specifier for std::bind_front [PR 97101]
 2020-09-20 23:20 UTC 

[PATCH] c: Fix -Wduplicated-branches ICE [PR97125]
 2020-09-20 23:08 UTC 

[PATCH] PR fortran/90903 [part2] Add runtime checking for the MVBITS intrinsic
 2020-09-20 20:09 UTC  (3+ messages)
` *PING* "

[PATCH] hppa: Fix linkage with -nodefaultlibs option
 2020-09-20 20:01 UTC 

[pushed] c++: Add test for PR90199
 2020-09-20 19:28 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/sse2-andnpd-1.c execution test on Linux/x86_64 (-m64)
 2020-09-20 18:01 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/sse-andnps-1.c execution test on Linux/x86_64 (-m64)
 2020-09-20 18:00 UTC 

[r11-3308 Regression] FAIL: gfortran.dg/assumed_type_9.f90 -Os execution test on Linux/x86_64 (-m64)
 2020-09-20 18:00 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/avx-vandnpd-1.c execution test on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20 16:42 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/avx-vandnps-1.c execution test on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20 16:41 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/sse2-andnpd-1.c execution test on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20 16:41 UTC 

[r11-3308 Regression] FAIL: gcc.target/i386/sse-andnps-1.c execution test on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20 16:41 UTC 

[r11-3308 Regression] FAIL: gfortran.dg/assumed_type_9.f90 -Os execution test on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20 16:40 UTC 

[committed] wwwdocs: Replace reference to gccupc.org with the new site on Github
 2020-09-20 14:22 UTC 

[r11-3303 Regression] FAIL: gcc.dg/atomic/pr65345-4.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) on Linux/x86_64 (-m64)
 2020-09-20  6:02 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-12.c scan-ipa-dump-times sra "Will split parameter" 2 on Linux/x86_64 (-m64)
 2020-09-20  6:02 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-13.c scan-ipa-dump-times sra "Will split parameter" 2 on Linux/x86_64 (-m64)
 2020-09-20  6:02 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-15.c scan-ipa-dump-times sra "Will split parameter" 2 on Linux/x86_64 (-m64)
 2020-09-20  6:01 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-1.c scan-ipa-dump sra "Will split parameter" on Linux/x86_64 (-m64)
 2020-09-20  6:01 UTC 

[r11-3306 Regression] FAIL: gcc.dg/Warray-bounds-66.c (test for warnings, line 122) on Linux/x86_64 (-m32)
 2020-09-20  6:00 UTC 

[r11-3303 Regression] FAIL: gcc.dg/atomic/pr65345-4.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20  4:42 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-12.c scan-ipa-dump-times sra "Will split parameter" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20  4:41 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-13.c scan-ipa-dump-times sra "Will split parameter" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20  4:41 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-15.c scan-ipa-dump-times sra "Will split parameter" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20  4:41 UTC 

[r11-3303 Regression] FAIL: gcc.dg/ipa/ipa-sra-1.c scan-ipa-dump sra "Will split parameter" on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-20  4:40 UTC 

[r11-3306 Regression] FAIL: gcc.dg/Warray-bounds-66.c (test for warnings, line 122) on Linux/x86_64 (-m32 -march=cascadelake)
 2020-09-20  4:20 UTC 

[PATCH] c++: CTAD and explicit deduction guides for copy-list-init [PR90210]
 2020-09-19 21:33 UTC 

[PATCH] c++: Return only in-scope tparms in keep_template_parm [PR95310]
 2020-09-19 19:49 UTC 

[PATCH] amdgcn, nvptx: Disable OMP barriers in nested teams
 2020-09-19 18:30 UTC  (2+ messages)

[PATCH] Increase rtx_cost of sse_to_integer in skylake_cost
 2020-09-19 17:02 UTC  (4+ messages)

[PATCH v5 0/8] std::future::wait_* and std::condition_variable improvements
 2020-09-19 10:50 UTC  (7+ messages)
` [PATCH v5 6/8] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_* [PR91486]
        ` libstdc++: Fix chrono::__detail::ceil to work with C++11 (was Re: [PATCH v5 6/8] libstdc++ atomic_futex: Avoid rounding errors in std::future::wait_* [PR91486])

[PATCH PR96757] aarch64: ICE during GIMPLE pass: vect
 2020-09-19  8:06 UTC  (3+ messages)

[PATCH] c++: Fix self-mapping in map_arguments [PR96531, PR97103]
 2020-09-19  4:41 UTC  (5+ messages)

[Patch 0/5] rs6000, 128-bit Binary Integer Operations
 2020-09-19  0:25 UTC  (3+ messages)
` [Patch 5/5] rs6000, Conversions between 128-bit integer and floating point values

[PATCH] bpf: use xBPF signed div, mod insns when available
 2020-09-18 23:15 UTC  (5+ messages)

[PATCH] PR fortran/97036 - [F2018] Allow ELEMENTAL RECURSIVE procedure prefix
 2020-09-18 22:14 UTC  (2+ messages)

[committed] analyzer: fix warning_event::get_desc for global state changes
 2020-09-18 21:41 UTC 

[committed] analyzer: handle strdup and strndup
 2020-09-18 21:41 UTC 

[PATCH] generalized range_query class for multiple contexts
 2020-09-18 20:40 UTC  (2+ messages)

[PATCH] c++: Fix P0846 (ADL and function templates) in template [PR97010]
 2020-09-18 20:05 UTC  (2+ messages)

[PATCH] c++: std::is_constant_evaluated inside a constraint [PR97051]
 2020-09-18 19:59 UTC  (2+ messages)

[pushed] c++: Layout decls with newly-complete type
 2020-09-18 18:11 UTC  (3+ messages)

[OG10] Backporting + merge of GCC 10 into branch + pre-applying (OpenMP: Handle cpp_implicit_alias in declare-target discovery)
 2020-09-18 17:51 UTC  (2+ messages)

[PATCH v2] builtins: rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193]
 2020-09-18 17:32 UTC  (2+ messages)

[PATCH] LRA: Make fixed eliminable registers live
 2020-09-18 17:21 UTC  (6+ messages)
  ` [PATCH] IRA: Don't make a global register eliminable
        ` [GCC 10] "

[PATCH] aarch64: Don't generate invalid zero/sign-extend syntax
 2020-09-18 16:15 UTC  (3+ messages)

BoF DWARF5 patches
 2020-09-18 15:21 UTC  (7+ messages)
  ` BoF DWARF5 patches (25% .debug section size reduction)
        ` [PATCH] debug: Pass --gdwarf-N to assembler if fixed gas is detected during configure

[PATCH] tree-optimization/97081 - fix wrong-code with vectorized shift
 2020-09-18 13:12 UTC  (3+ messages)

[PATCH] aarch64: Add extend-as-extract-with-shift pattern [PR96998]
 2020-09-18 12:57 UTC  (5+ messages)

[PATCH] libiberty/pex-win32.c: Initialize orig_err
 2020-09-18 12:33 UTC  (3+ messages)

[committed] amdgcn: Remove omp_gcn pass
 2020-09-18 10:27 UTC 

[PATCH] tree-optimization/97095 - fix typo in vectorizable_live_operation
 2020-09-18  9:36 UTC 

[PATCH] Enable GCC support for AMX
 2020-09-18  8:31 UTC  (6+ messages)

[PATCH] optabs: Don't reuse target for multi-word expansions if it overlaps operand(s) [PR97073]
 2020-09-18  8:30 UTC 

[PATCH 1/2] tree-optimization/97089 - fix bogus unsigned division replacement
 2020-09-18  8:02 UTC 

[PATCH] tree-optimization/97098 - fix compile-time hog in SLP live
 2020-09-18  7:02 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).