public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] separate reading past the end from -Wstringop-overflow
 2020-09-02 17:46 UTC  (10+ messages)

[r11-2979 Regression] FAIL: g++.old-deja/g++.abi/cxa_vec.C -std=gnu++98 (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-02 17:42 UTC  (2+ messages)

Deque rotate on current node
 2020-09-02 17:40 UTC  (7+ messages)

dg-options after board/cflags
 2020-09-02 16:47 UTC  (3+ messages)

[committed] libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]
 2020-09-02 16:24 UTC  (2+ messages)

[PATCH] c++: Fix P0960 in member init list and array [PR92812]
 2020-09-02 16:00 UTC  (2+ messages)

[committed] MSP430: Fix -mlarge documentation to indicate size_t is a 20-bit type
 2020-09-02 15:53 UTC 

[committed] libstdc++: Fix three-way comparison for std::array [PR 96851]
 2020-09-02 15:44 UTC  (2+ messages)

[committed] libstdc++: Break header cycle between <new> and <exception>
 2020-09-02 15:43 UTC  (2+ messages)

[Patch] Fortran: Fixes for pointer function call as variable (PR96896)
 2020-09-02 15:02 UTC 

[PATCH 1/3] Support new mallinfo2 function
 2020-09-02 13:29 UTC  (9+ messages)
` [PATCH 2/3] Use MiB unit when displaying memory allocation
` [PATCH 3/3] Use more ONE_? in GGC functions
` [PATCH 4/N] Change timevar memory allocation to MiB

[committed] MSP430: Skip gcc.dg/pr55940.c in the small memory model
 2020-09-02 13:21 UTC 

[PATCH][AVX512]Lower AVX512 vector compare to AVX version when dest is vector
 2020-09-02 12:20 UTC  (2+ messages)

[PATCH] Add if-chain to switch conversion pass
 2020-09-02 11:53 UTC  (9+ messages)

[PATCH] nvptx: Add support for subword compare-and-swap
 2020-09-02 11:48 UTC  (11+ messages)
      ` [patch][nvptx] libgomp: Split testcase in order to XFAIL __sync_val_compare_and_swap_16 (was: [PATCH] nvptx: Add support for subword compare-and-swap)
            ` [RFC][nvptx, libgomp] Add 128-bit atomic support

[PATCH 0/4] IVOPTs consider step cost for different forms when unrolling
 2020-09-02 10:25 UTC  (19+ messages)
` [PATCH 1/4] unroll: Add middle-end unroll factor estimation
  ` PING "
` [PATCH 3/4] ivopts: Consider cost_step on different forms during unrolling
            ` [PATCH 3/4 v2] "
                ` [PATCH 3/4 v3] "

[PATCH, rs6000] Fix Vector long long subtype (PR96139)
 2020-09-02 10:13 UTC  (2+ messages)

[PATCH] [AVX512] [PR87767] Optimize memory broadcast for constant vector under AVX512
 2020-09-02  9:58 UTC  (6+ messages)

[RFC] enable flags-unchanging asms, add_overflow/expand/combine woes
 2020-09-02  9:47 UTC  (2+ messages)

[PATCH] Adjust testcase
 2020-09-02  9:37 UTC  (2+ messages)

[PATCH] rs6000: Expand vec_insert in expander instead of gimple [PR79251]
 2020-09-02  9:30 UTC  (10+ messages)

[PATCH] fortran: Fix o'...' boz to integer/real conversions [PR96859]
 2020-09-02  9:20 UTC  (2+ messages)

[PATCH] middle-end/94301 - map V1x to x when the vector mode is not available
 2020-09-02  8:30 UTC  (6+ messages)

[committed] improve handling of offset wraparound in -Wstringop-overread
 2020-09-02  8:16 UTC  (2+ messages)

[PATCH] bpf: use elfos.h
 2020-09-02  7:29 UTC  (2+ messages)

[COMMITTED] bpf: use the default asm_named_section target hook
 2020-09-02  7:27 UTC 

[r11-2973 Regression] FAIL: gcc.dg/pr89350.c (test for bogus messages, line 16) on Linux/x86_64 (-m64)
 2020-09-02  4:20 UTC 

[r11-2973 Regression] FAIL: gcc.dg/pr89350.c (test for bogus messages, line 16) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-09-02  2:01 UTC 

[PATCH] libgccjit: add some reflection functions in the jit C api
 2020-09-02  1:01 UTC 

[PATCH] hppa: Improve hppa_rtx_costs for shifts by constants
 2020-09-01 23:53 UTC  (2+ messages)

[PATCH] c++: Allow new char[4]{"foo"} [PR77841]
 2020-09-01 22:38 UTC  (5+ messages)

[PATCH] libstdc++: Add compile-time checks to__glibcxx_assert [PR 71960]
 2020-09-01 19:55 UTC  (2+ messages)

[PATCH] correct handling of indices into arrays with elements larger than 1 (PR c++/96511)
 2020-09-01 19:22 UTC  (2+ messages)

[PATCH] rs6000: MMA built-in dies with incorrect sharing of tree nodes error
 2020-09-01 18:51 UTC  (3+ messages)

BoF DWARF5 patches
 2020-09-01 18:46 UTC  (6+ messages)
` [PATCH 2/5] Make sure that static data member constexpr isn't optimized away in test

[committed] libstdc++: Constrain chrono::duration conversions [LWG 2094]
 2020-09-01 17:18 UTC 

[PATCH,GCC9]rs6000: Backport fixes for PR92923 and PR93136
 2020-09-01 16:34 UTC  (2+ messages)

[committed] analyzer: fix false NULL deref warning after previous deref [PR96792]
 2020-09-01 15:00 UTC 

[PATCH] Add pattern for pointer-diff on addresses with same base/offset (PR 94234)
 2020-09-01 14:37 UTC  (13+ messages)
            ` [PATCH V2] "
              ` PING: "

[PATCH] VEC_COND_EXPR: fix ICE in gimple_expand_vec_cond_expr
 2020-09-01 14:27 UTC  (3+ messages)

[PATCH, 3/3, OpenMP] Target mapping changes for OpenMP 5.0, libgomp parts [resend]
 2020-09-01 13:37 UTC 

[PATCH, 2/3, OpenMP] Target mapping changes for OpenMP 5.0, middle-end parts and compiler testcases
 2020-09-01 13:16 UTC 

[PATCH, 1/3, OpenMP] Target mapping changes for OpenMP 5.0, front-end parts
 2020-09-01 13:16 UTC 

[PATCH] gcc: Make strchr return value pointers const
 2020-09-01 13:01 UTC 

[PATCH] libgcc: Expose the current instruction pointer in SEH _Unwind_Backtrace
 2020-09-01 13:01 UTC 

[PATCH] Use vec::reserve before vec_safe_grow_cleared is called
 2020-09-01 13:00 UTC  (16+ messages)
          ` [PATCH] Use exact=false for vec_safe_grow{,_cleared} functions
                  ` [PATCH 1/3] vec: add exact argument for various grow functions
                    ` [PATCH 3/3] vec: use inexact growth where possible

[PATCH] Hashtable consider all initializer_list on insertion
 2020-09-01 12:18 UTC 

[committed] doc: Switch valgrind.com to https
 2020-09-01 11:30 UTC  (4+ messages)

[PATCH] c++: Disable -frounding-math during manifestly constant evaluation [PR96862]
 2020-09-01 10:13 UTC  (2+ messages)

[OG10] Backporting of some patches
 2020-09-01  9:58 UTC 

[PATCH] middle-end: Recognize/canonicalize MULT_HIGHPART_EXPR and expand it
 2020-09-01  7:54 UTC  (2+ messages)

[PATCH] PR middle-end/90597: gcc_assert ICE in layout_type
 2020-09-01  7:40 UTC  (2+ messages)

[committed] openmp: Check for PARM_DECL before using C_ARRAY_PARAMETER or DECL_ARRAY_PARAMETER_P [PR96867]
 2020-09-01  7:37 UTC 

[PATCH] rtl-optimization/96812 - remap dependence info on RTL loop unrolling
 2020-09-01  7:09 UTC  (2+ messages)

[PATCH] Check calls before loop unrolling
 2020-09-01  3:33 UTC  (2+ messages)

[PATCH] test/rs6000: Replace test target p8 and p9+
 2020-09-01  3:19 UTC 

[PATCH] test/rs6000: Add Power9 and up as vect_len target
 2020-09-01  2:55 UTC  (5+ messages)

[PATCH] Enable GCC support for AMX
 2020-09-01  1:31 UTC  (4+ messages)

[committed] analyzer: handle __builtin___memset_chk [PR96798]
 2020-08-31 22:39 UTC 

[committed] analyzer: gather builtin/internal fn handling into switch statements
 2020-08-31 22:39 UTC 

[committed] analyzer: fix ICE on unknown index in CONSTRUCTOR [PR96860]
 2020-08-31 22:37 UTC 

[patch] PR tree-optimization/96818 - cast label range to type of switch operand
 2020-08-31 21:20 UTC  (7+ messages)

[wwwdocs] cxx-status: Use C++20 instead of C++2a
 2020-08-31 20:33 UTC 

[committed] analyzer: fix ICE on RANGE_EXPR in CONSTRUCTORs [PR96763]
 2020-08-31 20:11 UTC 

[committed] analyzer: fix ICE on casting float to pointer [PR96764]
 2020-08-31 20:10 UTC 

[PATCH] c++: Fix resolving the address of overloaded pmf [PR96647]
 2020-08-31 19:48 UTC  (3+ messages)

[PATCH] c++: Implement P1009: Array size deduction in new-expressions
 2020-08-31 19:43 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] doc: Update documentation on MODE_PARTIAL_INT subregs
 2020-08-31 16:59 UTC 

[Patch] OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE (PR86470)
 2020-08-31 16:34 UTC  (5+ messages)

[PATCH] rs6000, vec_popcntd is improperly defined in altivec.h
 2020-08-31 16:25 UTC  (4+ messages)

[Patch, fortran] PR fortran/96870 - Class name on error message
 2020-08-31 16:09 UTC 

[Patch] OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)
 2020-08-31 15:53 UTC  (2+ messages)

[PATCH v3] libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCS
 2020-08-31 15:26 UTC  (11+ messages)

[committed] d: Fix ICEs in the front-end when pointer size is 16-bit
 2020-08-31 14:32 UTC 

[WIP][PATCH] RISC-V: Add `-mgprel' option for GP-relative addressing
 2020-08-31 14:09 UTC 

[r11-1851 Regression] FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using SLP" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-31 12:35 UTC  (3+ messages)

[PATCH 0/6] Parallelize Intra-Procedural Optimizations using the LTO Engine
 2020-08-31 11:44 UTC  (12+ messages)
` [PATCH 2/6] Implement a new partitioner for parallel compilation
` [PATCH 3/6] Implement fork-based parallelism engine

[PATCH] tree-optimization/96854 - SLP reduction of two-operator is broken
 2020-08-31 11:39 UTC 

[PATCH 3/n] ipa: Simplify interface of ipa_call_context::estimate_size_and_time
 2020-08-31 11:39 UTC  (6+ messages)

[PATCH] Fix ICE in ipa-cp due to cost addition overflow (PR 96806)
 2020-08-31 11:11 UTC  (7+ messages)

[Patch, fortran] PR96495 - [gfortran] Composition of user-defined operators does not copy ALLOCATABLE property of derived type
 2020-08-31 10:27 UTC  (2+ messages)

[PATCH] [AVX512] [PR87767] Optimize memory broadcast for constant vector under AVX512
 2020-08-31  8:18 UTC  (12+ messages)

[PATCH] c: Silently ignore pragma region [PR85487]
 2020-08-31  8:06 UTC  (4+ messages)

[PATCH] [AVX512]For vector compare to mask register, UNSPEC is needed instead of comparison operator [PR96243]
 2020-08-31  7:53 UTC  (10+ messages)

[PATCH] sra: Avoid SRAing if there is an aout-of-bounds access (PR 96820)
 2020-08-31  7:15 UTC  (2+ messages)

[PATCH] RISC-V/libgcc: Use `-fasynchronous-unwind-tables' for LIB2_DIVMOD_FUNCS
 2020-08-31  6:38 UTC  (2+ messages)

[PATCH] testsuite: Update some vect cases for partial vectors
 2020-08-31  3:50 UTC  (7+ messages)
      ` [PATCH v2] "

[committed] use get_size_range instead of get_range to obtain range of valid sizes
 2020-08-30 21:20 UTC 

[OG10] [committed 0/2]
 2020-08-30 19:46 UTC  (3+ messages)
` [OG10] [committed 1/2] Clean up loop variable extraction in OpenACC kernels loop annotation
` [OG10] [committed 2/2] Relax some restrictions on the loop bound in "

[r10-8433 Regression] FAIL: gcc.dg/vect/slp-46.c scan-tree-dump-times vect "vectorizing stmts using SLP" 2 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30 18:48 UTC 

[r10-8599 Regression] FAIL: gcc.target/i386/pr92865-1.c scan-assembler-times vmovdq[au]8[\t ] 6 on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30 18:46 UTC 

[r10-8599 Regression] FAIL: gcc.target/i386/vectorize8.c (test for excess errors) on Linux/x86_64 (-m64 -march=cascadelake)
 2020-08-30 18:44 UTC 

[PATCH] x86: Fix up ssse3_pshufbv8qi splitter
 2020-08-30  9:52 UTC  (2+ 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).