public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] c++/modules: Fix instantiation of imported temploid friends [PR114275]
 2024-04-29 22:37 UTC  (11+ messages)
` [PATCH v2 1/2] c++: Standardise errors for module_may_redeclare
` [PATCH v2 2/2] c++/modules: Fix instantiation of imported temploid friends [PR114275]
      ` [PATCH v3 2/2] c++: "
          ` [PATCH v4 "

[PATCH] c++/modules: imported spec befriending class tmpl [PR114889]
 2024-04-29 22:24 UTC  (2+ messages)

[PATCH] c++: ICE with templated sizeof(E1) / sizeof(E2) [PR114888]
 2024-04-29 22:19 UTC  (3+ messages)

[PATCH] libcpp: Adjust __STDC_VERSION__ for C23
 2024-04-29 21:42 UTC  (2+ messages)

libgo patch commited: Dump register on Solaris
 2024-04-29 18:40 UTC 

[PATCH] Fortran: fix issues with class(*) assignment [PR114827]
 2024-04-29 18:39 UTC 

[PATCH] libgcc: Don't use weakrefs for glibc 2.34
 2024-04-29 18:32 UTC  (5+ messages)
  ` [PATCH] libgcc: Do use weakrefs for glibc 2.34 on GNU Hurd

libgo patch committed: Use <stdbool.h> in runtime/runtime.h
 2024-04-29 17:59 UTC 

[PATCH] Add widening expansion of MULT_HIGHPART_EXPR for integral modes
 2024-04-29 16:11 UTC 

[PATCH] Minor tweaks to code computing modular multiplicative inverse
 2024-04-29 15:52 UTC  (3+ messages)

[PATCH] Don't assert for IFN_COND_{MIN,MAX} in vect_transform_reduction
 2024-04-29 15:28 UTC  (2+ messages)

[PATCH] Remove m_nloops field from loop_versioning
 2024-04-29 15:22 UTC  (2+ messages)

[PATCH v1] RTL: Bugfix ICE after allow vector type in DSE
 2024-04-29 15:20 UTC  (16+ messages)
` [PATCH v2] DSE: Bugfix ICE after allow vector type in get_stored_val

[PATCH][Backport][GCC13] match.pd: Only merge truncation with conversion for -fno-signed-zeros
 2024-04-29 15:10 UTC 

[PATCH][Backport][GCC12] match.pd: Only merge truncation with conversion for -fno-signed-zeros
 2024-04-29 15:10 UTC 

[PATCH] arm: [MVE intrinsics] Fix support for predicate constants [PR target/114801]
 2024-04-29 13:43 UTC  (3+ messages)

[PATCH] rust: Add rust.install-dvi and rust.install-html rules
 2024-04-29 13:30 UTC  (3+ messages)

[PATCH] regalloc: Ignore '^' in early costing [PR114766]
 2024-04-29 12:59 UTC 

[PATCH] RISC-V: Refine the condition for add additional vars in RVV cost model
 2024-04-29 11:26 UTC  (4+ messages)
` [PATCH v2] "

[Patch, fortran] PR114859 - [14/15 Regression] Seeing new segmentation fault in same_type_as since r14-9752
 2024-04-29 11:25 UTC  (4+ messages)

[PATCH] libstdc++: Implement ranges::concat_view from P2542R7
 2024-04-29  9:11 UTC  (2+ messages)

enable __ieee128 for p9vector tests
 2024-04-29  8:59 UTC  (11+ messages)
      ` ppc: testsuite: prune float128 partial support warnings
        ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128 (was: Re: ppc: testsuite: prune float128 partial support warnings)
              ` [PATCH] ppc: testsuite: pr79004 needs -mlong-double-128

adjust vectorization expectations for ppc costmodel 76b
 2024-04-29  8:56 UTC  (7+ messages)
` [PATCH] "

[PATCH v1] RISC-V: Fix ICE for legitimize move on subreg const_poly_move
 2024-04-29  8:33 UTC  (8+ messages)
` [PATCH v2] RISC-V: Fix ICE for legitimize move on subreg const_poly_int [PR114885]

[PATCH] libstdc++: Update Solaris baselines for GCC 14.0
 2024-04-29  8:14 UTC  (2+ messages)

[PATCH] libstdc++: Update Solaris baselines for GCC 13.2
 2024-04-29  8:13 UTC  (2+ messages)

[PATCH][gcc-13] LoongArch: Fix eh_return epilogue for normal returns
 2024-04-29  8:09 UTC 

[PATCH][gcc-12] LoongArch: Fix eh_return epilogue for normal returns
 2024-04-29  8:09 UTC 

[PATCH v1] Internal-fn: Introduce new internal function SAT_ADD
 2024-04-29  7:53 UTC  (4+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH] c++: Implement C++26 P0609R3 - Attributes for Structured Bindings [PR114456]
 2024-04-29  7:11 UTC 

[PATCH] RISC-V: Fix parsing of Zic* extensions
 2024-04-29  7:09 UTC  (3+ messages)

[PATCH] PHIOPT: Value-replacement check undef
 2024-04-29  6:52 UTC 

[PATCH v3] MIPS: Add MIN/MAX.fmt instructions support for MIPS R6
 2024-04-29  3:52 UTC  (2+ messages)

[PATCH v2] MIPS: Add MIN/MAX.fmt instructions support for MIPS R6
 2024-04-29  3:38 UTC  (4+ messages)

[PATCH] config-ml.in: Fix multi-os-dir search
 2024-04-29  3:15 UTC  (3+ messages)

[PATCH] Silence two instances of -Wcalloc-transposed-args
 2024-04-28 23:46 UTC 

[PATCH v3 1/2] Driver: Add new -truncate option
 2024-04-28 23:27 UTC  (3+ messages)
` [PATCH v3 2/2] lto-wrapper: Truncate files using -truncate driver option [PR110710]

[PATCH] Minor range type fixes for IPA in preparation for prange
 2024-04-28 20:09 UTC 

[PATCH 00/16] prange supporting patchset
 2024-04-28 19:05 UTC  (17+ messages)
` [COMMITTED 01/16] Make vrange an abstract class
` [COMMITTED 02/16] Add a virtual vrange destructor
` [COMMITTED 03/16] Make some Value_Range's explicitly integer
` [COMMITTED 04/16] Add tree versions of lower and upper bounds to vrange
` [COMMITTED 05/16] Move bitmask routines to vrange base class
` [COMMITTED 06/16] Remove GTY support for vrange and derived classes
` [COMMITTED 07/16] Make fold_cond_with_ops use a boolean type for range_true/range_false
` [COMMITTED 08/16] Change range_includes_zero_p argument to a reference
` [COMMITTED 09/16] Verify that reading back from vrange_storage doesn't drop bits
` [COMMITTED 10/16] Accept a vrange in get_legacy_range
` [COMMITTED 11/16] Move get_bitmask_from_range out of irange class
` [COMMITTED 12/16] Make some integer specific ranges generic Value_Range's
` [COMMITTED 13/16] Accept any vrange in range_includes_zero_p
` [COMMITTED 14/16] Move print_irange_* out of vrange_printer class
` [COMMITTED 15/16] Remove range_zero and range_nonzero
` [COMMITTED 16/16] Callers of irange_bitmask must normalize value/mask pairs

[PATCH] expmed: TRUNCATE value1 if needed in store_bit_field_using_insv
 2024-04-28 18:37 UTC 

[PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t
 2024-04-28 18:16 UTC  (11+ messages)
` [PATCH 4/4] libbacktrace: get debug information for loaded dlls
      ` [PATCH 5/4] libbacktrace: improve getting "

re:info
 2024-04-28 16:14 UTC 

[pushed] doc: Update David Binderman's entry in contrib.texi
 2024-04-28 11:43 UTC 

[PATCH] PR tree-opt/113673: Avoid load merging from potentially trapping additions
 2024-04-28  9:11 UTC 

[PATCH] make -freg-struct-return visibly a negative alias of -fpcc-struct-return
 2024-04-28  8:23 UTC 

[PATCH] [x86] Adjust alternative *k to ?k for avx512 mask in zero_extend patterns
 2024-04-28  8:18 UTC  (2+ messages)

enable sqrt insns for cdce3.c
 2024-04-28  7:40 UTC  (9+ messages)
` [PATCH v2] [testsuite] require sqrt_insn effective target where needed

xfail fetestexcept test - ppc always uses fcmpu
 2024-04-28  7:35 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] ppc: testsuite: vec-mul requires vsx runtime
 2024-04-28  7:33 UTC  (4+ messages)

[PATCH 1/2] MATCH: change single_non_singleton_phi_for_edges for singleton phis
 2024-04-28  6:30 UTC  (2+ messages)
` [PATCH 2/2] PHI-OPT: speed up value_replacement slightly

[PATCH] [x86] Optimize 64-bit vector permutation with punpcklqdq + 128-bit vector pshuf
 2024-04-28  6:03 UTC 

[PATCH 1/2] [x86] Support dot_prod optabs for 64-bit vector
 2024-04-28  5:58 UTC  (2+ messages)
` [PATCH 2/2] Extend usdot_prodv*qi with vpmaddwd when AVXVNNI/AVX512VNNI is not available

[PATCH] Update libbid according to the latest Intel Decimal Floating-Point Math Library
 2024-04-28  5:50 UTC 

Trophy Sale
 2024-04-28  0:23 UTC 

Bottle Sale
 2024-04-28  0:23 UTC 

[PATCH 1/1] gcc-14: document P1689R5 scanning output support
 2024-04-27 23:39 UTC  (4+ messages)
  ` [PATCH wwwdocs "

[PATCH] arm: Zero/Sign extends for CMSE security
 2024-04-27 14:13 UTC  (7+ messages)
        ` [PATCH] testsuite: Verify r0-r3 are extended with CMSE

[PATCH] libiberty/buildargv: POSIX behaviour for backslash handling
 2024-04-27  9:48 UTC  (3+ messages)
` [PATCHv2 0/2] Changes to libiberty buildargv

[PATCH] LoongArch: Add constraints for bit string operation define_insn_and_split's [PR114861]
 2024-04-27  5:18 UTC  (3+ messages)
  ` Pushed: "

[PATCH] RISC-V: Add -X to link spec
 2024-04-27  0:34 UTC  (2+ messages)

[PATCH 1/2] Add verification of gimple_assign_nontemporal_move_p [PR112976]
 2024-04-26 23:03 UTC  (2+ messages)
` [PATCH 2/2] Remove support for nontemporal stores with ssa_names on lhs [PR112976]

[PATCH] vax: resolve long-standing documentation bugs re floating-point codegen [PR79646]
 2024-04-26 22:38 UTC  (2+ messages)

[PATCH] aarch64: Use cinc for small constants instead of just add [PR112304]
 2024-04-26 17:37 UTC 

[PATCH] aarch64: Fix normal returns inside functions which use eh_returns [PR114843]
 2024-04-26 17:07 UTC 

[PATCH] i386: Fix array index overflow in pr105354-2.c
 2024-04-26 16:16 UTC  (3+ messages)

[committed] libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
 2024-04-26 15:03 UTC 

[PATCH] libgccjit: Add ability to get CPU features
 2024-04-26 13:51 UTC  (9+ messages)
    ` Frontend access to target features (was Re: [PATCH] libgccjit: Add ability to get CPU features)

[PATCH] middle-end/114734 - wrong code with expand_call_mem_ref
 2024-04-26 13:50 UTC 

[PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension}
 2024-04-26 13:31 UTC  (6+ messages)

[COMMITTED] gcc-14: Add Ada changes
 2024-04-26 13:25 UTC  (3+ messages)

[PATCH] c++: fix source printing for "required from here" message
 2024-04-26 11:52 UTC  (5+ messages)

[committed] libstdc++: Adjust whitespace in status tables in manual
 2024-04-26 11:00 UTC  (3+ messages)
` [committed,gcc-13] libstdc++: Update status tables to refer to GCC 13 not mainline
` [committed,gcc-14] libstdc++: Update status tables to refer to GCC 14 "

[PATCH] amdgcn: Add gfx90c target
 2024-04-26 10:42 UTC  (4+ messages)
  ` [wwwdocs] gcc-14/changes.html (AMD GCN): Mention gfx90c support

[PATCH][GCC] aarch64: Fix SCHEDULER_IDENT for Cortex-A510
 2024-04-26  9:20 UTC  (3+ messages)

[PATCH] PR middle-end/111701: signbit(x*x) vs -fsignaling-nans
 2024-04-26  8:17 UTC 

[PATCH V2 0/4] Add DF_LIVE_SUBREG data and apply to IRA and LRA
 2024-04-25 20:56 UTC  (3+ messages)
` [PATCH 2/4] df: Add DF_LIVE_SUBREG problem

[PATCH] Fix overwriting files with fs::copy_file on windows
 2024-04-25 20:16 UTC  (2+ messages)

[PATCH] bpf: set PREFERRED_DEBUGGING_TYPE to BTF_DEBUG
 2024-04-25 18:45 UTC  (2+ messages)

[PATCH] c++: Retry the aliasing of base/complete cdtor optimization at import_export_decl time [PR113208]
 2024-04-25 18:42 UTC  (13+ messages)
` [PATCH] c++, v2: "
        ` [PATCH] c++, v3: "
                ` [PATCH] c++, v4: "
                      ` [PATCH] c++, v5: "

[PATCH] c++: Fix constexpr evaluation of parameters passed by invisible reference [PR111284]
 2024-04-25 18:38 UTC  (5+ messages)
    ` [PATCH] c++, v2: "

[committed] openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tree-nested decl copy [PR114825]
 2024-04-25 18:16 UTC 

[gcc-13 PATCH 0/2] Replace libstdc++_libbacktrace.a with libstdc++exp.a
 2024-04-25 17:58 UTC  (6+ messages)
` [gcc-13 PATCH 1/2] libstdc++: Fix libstdc++exp.a so it really does contain Filesystem TS symbols
` [gcc-13 PATCH 2/2] libstdc++: Add libstdc++_libbacktrace.a to libstdc++exp
    ` [gcc-13 PATCH 2/2 v3] "

[PATCH] bpf: avoid issues with CO-RE and -gtoggle
 2024-04-25 17:46 UTC  (2+ messages)

[committed] libstdc++: Rename man pages to use '::' instead of '_'
 2024-04-25 17:44 UTC 

[committed] libstdc++: Fix typo in Doxygen comment
 2024-04-25 17:44 UTC 

[committed] libstdc++: Fix run_doxygen for Doxygen 1.10 man page format
 2024-04-25 17:44 UTC 

[committed] libstdc++: Update Doxygen config for new headers
 2024-04-25 17:44 UTC 

[committed] libstdc++: Add comment to #include in <variant>
 2024-04-25 17:43 UTC 

[SPARC] Fix PR target/114416
 2024-04-25 17:38 UTC  (2+ messages)

[COMMITTED BPF] bpf: default to using pseudo-C assembly syntax by default
 2024-04-25 15:35 UTC 

[patch] [gcn][nvptx] Add warning to mkoffload for 32bit host code
 2024-04-25 15:07 UTC  (2+ messages)

[PATCH v2 0/3] Allow flexible array members in unions and alone in structures [PR53548]
 2024-04-25 14:21 UTC  (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] C and C++ FE changes
` [PATCH v2 3/3] Add testing cases for flexible array members in unions and alone in structures

[PATCH v1] RISC-V: Revert RVV wv instructions overlap and xfail tests
 2024-04-25 14:16 UTC  (6+ messages)
      `  "

[PATCH] tree-optimization/114792 - order loops to unloops in CH
 2024-04-25 13:19 UTC 

[wwwdocs] Porting-to-14: Mention new pragma GCC Target behavior
 2024-04-25 12:41 UTC  (2+ messages)

[PATCH] RISC-V: Add testcase for PR114749
 2024-04-25 12:04 UTC  (2+ messages)

[PATCH v1] RISC-V: Add test cases for insn does not satisfy its constraints [PR114714]
 2024-04-25 10:30 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).