[PATCH] c++: -Wmissing-field-initializers and empty class [PR110064]
2023-07-19 19:40 UTC (3+ messages)
[PATCH] libstdc++: Define _GLIBCXX_HAS_BUILTIN_TRAIT
2023-07-19 19:32 UTC (4+ messages)
` [PATCH v2] "
[PATCH] c++: fix ICE with designated initializer [PR110114]
2023-07-19 19:24 UTC (4+ messages)
[PATCH] testsuite: fix allocator-opt1.C FAIL with old ABI
2023-07-19 19:22 UTC (2+ messages)
[PATCH] Use strtol instead of std::stoi in gensupport.cc
2023-07-19 18:59 UTC
[V1][PATCH 0/3] New attribute "element_count" to annotate bounds for C99 FAM(PR108896)
2023-07-19 18:52 UTC (14+ messages)
[PATCH] aarch64: Remove architecture dependencies from intrinsics
2023-07-19 18:35 UTC (5+ messages)
` [GCC 13 PATCH] "
[PATCH] c++: passing partially inst tmpl as ttp [PR110566]
2023-07-19 18:08 UTC (2+ messages)
[pushed][LRA]: Check and update frame to stack pointer elimination after stack slot allocation
2023-07-19 17:59 UTC
[PATCH 0/8] Tweak predicate macros in tree
2023-07-19 17:27 UTC (11+ messages)
` [PATCH 1/8] c++, tree: Move TYPE_REF_P to tree.h
` [PATCH 2/8] gcc: Use TYPE_REF_P
` [PATCH 3/8] c++, tree: Move TYPE_PTR_P to tree.h
` [PATCH 4/8] c++, tree: Move INDIRECT_TYPE_P "
` [PATCH 5/8] gcc: Use INDIRECT_TYPE_P instead of POINTER_TYPE_P
` [PATCH 6/8] tree: Remove POINTER_TYPE_P
` [PATCH 7/8] tree: Define TYPE_REF_IS_LVALUE
` [PATCH 8/8] c++, lto: Use TYPE_REF_IS_LVALUE
[PATCH V2] rs6000: Don't allow AltiVec address in movoo & movxo pattern [PR110411]
2023-07-19 16:46 UTC
[committed] libstdc++: Fix formatting of negative chrono::hh_mm_ss
2023-07-19 15:52 UTC
[committed] libstdc++: Fix locale-specific duration formatting [PR110719]
2023-07-19 15:51 UTC
[PATCH] core: Support heap-based trampolines
2023-07-19 15:18 UTC (6+ messages)
[PATCH 1/2][frontend] Add novector C++ pragma
2023-07-19 15:16 UTC (2+ messages)
` [PATCH 2/2][frontend]: Add novector C pragma
[PATCH] Add __builtin_iseqsig()
2023-07-19 14:48 UTC (7+ messages)
[PATCH 0/3] testsuite: Exclude vector tests for unsupported targets
2023-07-19 14:34 UTC (11+ messages)
` [PATCH 2/3] testsuite: Require 128-bit vectors for bb-slp-pr95839.c
` [PATCH 3/3] testsuite: Require vectors of doubles for pr97428.c
[PATCH] RISC-V: Refactor RVV machine modes
2023-07-19 14:28 UTC (2+ messages)
[PATCH v3] Implement new RTL optimizations pass: fold-mem-offsets
2023-07-19 14:16 UTC (9+ messages)
[PATCH] c++: fix ICE with is_really_empty_class [PR110106]
2023-07-19 14:11 UTC (2+ messages)
[PATCH] middle-end/61747 - conditional move expansion and constants
2023-07-19 13:39 UTC (4+ messages)
[PATCH] VECT: Add mask_len_fold_left_plus for in-order floating-point reduction
2023-07-19 13:37 UTC (3+ messages)
[PATCH] match.pd: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]
2023-07-19 13:17 UTC (5+ messages)
[OG13][committed] libgomp.fortran/map-subarray-5.f90: Fix for shared-mem device/host
2023-07-19 12:59 UTC
[GCC 13 PATCH] PR target/109973: CCZmode and CCCmode variants of [v]ptest
2023-07-19 12:33 UTC (3+ messages)
[OG13][committed] gfortran.dg/gomp/affinity-clause-1.f90: Fix scan-tree-dump
2023-07-19 12:27 UTC
[PATCH v2] Store_bit_field_1: Use SUBREG instead of REG if possible
2023-07-19 12:22 UTC (14+ messages)
[committed] tree-switch-conversion: Fix a comment typo
2023-07-19 11:53 UTC
vectorizer: Avoid an OOB access from vectorization
2023-07-19 11:52 UTC (3+ messages)
[committed] libstdc++: Avoid warning in std::format
2023-07-19 11:38 UTC
[committed] libstdc++: Implement correct locale-specific chrono formatting [PR110719]
2023-07-19 11:37 UTC
[PATCH] wide-int: Fix up wi::divmod_internal [PR110731]
2023-07-19 11:37 UTC (2+ messages)
[committed] testsuite: Add 64-bit vector variant for bb-slp-pr95839.c
2023-07-19 11:02 UTC
[PATCH] Implement Bit-field lowering
2023-07-19 10:56 UTC (2+ messages)
[PATCH] [i386] Support type _Float16/__bf16 independent of SSE2
2023-07-19 10:51 UTC (7+ messages)
` [PATCH 1/2] "
[patch] OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 [PR107424]
2023-07-19 10:48 UTC (3+ messages)
` [committed] - "
[PATCH 0/5] Recognize Zicond extension
2023-07-19 10:11 UTC (6+ messages)
` [PATCH 1/5] [RISC-V] "
` [PATCH 2/5] [RISC-V] Generate Zicond instruction for basic semantics
` [PATCH 3/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to 0
` [PATCH 4/5] [RISC-V] Generate Zicond instruction for select pattern with condition eq or neq to non-zero
` [PATCH 5/5] [RISC-V] Generate Zicond instruction for conditional execution
[committed] libstdc++: Check for multiple modifiers in chrono format string [PR110708]
2023-07-19 10:11 UTC
[committed 1/3] libstdc++: Check autoconf macros for strtof and strtold [PR110653]
2023-07-19 10:05 UTC (3+ messages)
` [committed 2/3] libstdc++: Define std::stof fallback in terms of std::stod [PR110653]
` [committed 3/3] libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653]
[PATCH v2] tree-optimization/110279- Check for nested FMA chains in reassoc
2023-07-19 9:05 UTC (5+ messages)
[PATCH] Adjust the symbol for SECTION_LINK_ORDER linked_to section [PR99889]
2023-07-19 8:49 UTC (9+ messages)
` PING^1 "
` PING^2 "
[RFC/RFT 0/3] Add compiler support for Control Flow Integrity
2023-07-19 8:41 UTC (5+ messages)
` [RFC/RFT,V2 0/3] Add compiler support for Kernel "
[PATCH] Provide -fcf-protection=branch,return
2023-07-19 8:37 UTC (5+ messages)
` [PATCH V2] "
[PATCH 1/2] Add flow_sensitive_info_storage and use it in gimple-fold
2023-07-19 8:33 UTC (4+ messages)
` [PATCH 2/2] [PATCH] Fix tree-opt/110252: wrong code due to phiopt using flow sensitive info during match
[PATCH] vect: Handle demoting FLOAT and promoting FIX_TRUNC
2023-07-19 8:28 UTC (6+ messages)
` [PATCH v2] "
[PATCH] mklog: fix bugs of --append option
2023-07-19 8:21 UTC
[PATCH V2] RISC-V: Throw compilation error for unknown sub-extension or supervisor extension
2023-07-19 8:16 UTC (3+ messages)
[PATCH] Fix PR110726: a | (a == b) can sometimes produce wrong code
2023-07-19 8:14 UTC (4+ messages)
[PATCH] RISC-V: Fix testcase failed when default -mcmodel=medany
2023-07-19 7:20 UTC (3+ messages)
[PATCH V2] rs6000: Change GPR2 to volatile & non-fixed register for function that does not use TOC [PR110320]
2023-07-19 6:43 UTC (2+ messages)
[PATCH v2] RISC-V: Support CALL for RVV floating-point dynamic rounding
2023-07-19 6:37 UTC (2+ messages)
[PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding
2023-07-19 6:30 UTC (3+ messages)
[PATCH v7, rs6000] Implemented f[min/max]_optab by xs[min/max]dp [PR103605]
2023-07-19 5:48 UTC (3+ messages)
` Ping "
[PATCH] AArch64: Do not increase the vect reduction latency by multiplying count [PR110625]
2023-07-19 4:33 UTC
[PATCH] Store_bit_field_1: Use SUBREG instead of REG if possible
2023-07-19 4:14 UTC
rs6000: Fix expected counts powerpc/p9-vec-length-full
2023-07-19 3:10 UTC (3+ messages)
[PATCH-2, rs6000] Don't widen shift mode when target has rotate/mask instruction on original mode [PR93738]
2023-07-19 3:06 UTC
[PATCH-1, combine] Don't widen shift mode when target has rotate/mask instruction on original mode [PR93738]
2023-07-19 3:06 UTC
[PATCH, rs6000] Generate mfvsrwz for all platforms and remove redundant zero extend [PR106769]
2023-07-19 3:00 UTC (2+ messages)
[PATCH v2 0/8] Add Loongson SX/ASX instruction support to LoongArch target
2023-07-19 1:14 UTC (9+ messages)
` [PATCH v2 2/8] LoongArch: Added Loongson SX base instruction support
` [PATCH v2 4/8] LoongArch: Added Loongson ASX vector directive compilation framework
` [PATCH v2 5/8] LoongArch: Added Loongson ASX base instruction support
` [PATCH v2 6/8] LoongArch: Added Loongson ASX directive builtin function support
` [PATCH v2 7/8] LoongArch: Add Loongson SX directive test cases
` [PATCH v2 8/8] LoongArch: Add Loongson ASX "
[PATCH v5 0/5] P1689R5 support
2023-07-19 0:01 UTC (9+ messages)
` [PATCH v5 4/5] c++modules: report imported CMI files as dependencies
Ping^3: [PATCH] libcpp: Handle extended characters in user-defined literal suffix [PR103902]
2023-07-18 20:33 UTC (3+ messages)
` [PATCH v2] "
Fix profile update in scale_profile_for_vect_loop
2023-07-18 19:29 UTC (2+ messages)
[PATCH RESEND] c: add -Wmissing-variable-declarations [PR65213]
2023-07-18 19:14 UTC
[PATCH v2 0/2] ifcvt: Allow if conversion of arithmetic in basic blocks with multiple sets
2023-07-18 18:38 UTC (4+ messages)
[PATCH] Read global value/mask in IPA
2023-07-18 17:37 UTC (2+ messages)
[pushed] c++: Add tests for P2621, no UB in lexer [PR110340]
2023-07-18 17:33 UTC
[PATCH] testsuite: fix dwarf2/utf-1.C with DWARF4
2023-07-18 16:54 UTC (2+ messages)
[PATCH] c++: redundant targ coercion for var/alias tmpls
2023-07-18 16:52 UTC (11+ messages)
[committed] dwarf2: Change return type of predicate functions from int to bool
2023-07-18 16:49 UTC
[PATCH RFA (fold)] c++: constexpr bit_cast with empty field
2023-07-18 16:26 UTC (3+ messages)
[PATCH] c++: deducing empty type vs non-type argument pack
2023-07-18 16:26 UTC (2+ messages)
[PATCH releases/gcc-13 1/2] libgcc: Fix eh_frame fast path in find_fde_tail
2023-07-18 14:56 UTC (3+ messages)
` [PATCH releases/gcc-13 2/2] libgcc: Fix -Wint-conversion warning "
[PATCH] tree-optimization/88540 - FP x > y ? x : y if-conversion without -ffast-math
2023-07-18 14:52 UTC
[PATCH]AArch64 fix regexp for live_1.c sve test
2023-07-18 14:43 UTC
[PATCH v1|GCC-13] RISC-V: Bugfix for riscv-vsetvl pass
2023-07-18 14:06 UTC (3+ messages)
[PATCH V5 1/2] Add overflow API for plus minus mult on range
2023-07-18 14:05 UTC (2+ messages)
` [PATCH V5 2/2] Optimize '(X - N * M) / N' to 'X / N - M' if valid
[PATCH] aarch64: remove useless pairs of rev instructions
2023-07-18 13:38 UTC (3+ messages)
[PATCH v8] tree-ssa-sink: Improve code sinking pass
2023-07-18 13:33 UTC
[RFC] analyzer: Add optional trim of the analyzer diagnostics going too deep [PR110543]
2023-07-18 13:30 UTC
[COMMITTED] ada: Use new typedefs in gcc-interface
2023-07-18 13:13 UTC
[COMMITTED] ada: Constraint_Error caused by 'Image applied to interface type
2023-07-18 13:13 UTC
[COMMITTED] ada: Avoid iterator conflicts in container aggregates
2023-07-18 13:13 UTC
[COMMITTED] ada: Apply correct element type for container aggregates
2023-07-18 13:13 UTC
[COMMITTED] ada: Fix expanding container aggregates with Iterator specification
2023-07-18 13:13 UTC
[COMMITTED] ada: Improve error message for ambiguous subprogram call
2023-07-18 13:13 UTC
[COMMITTED] ada: Constraint_Error caused by interface conversion
2023-07-18 13:13 UTC
[COMMITTED] ada: Tweak CPU affinity handling on Linux
2023-07-18 13:13 UTC
[COMMITTED] ada: Fix internal error on aggregates of self-referencing types
2023-07-18 13:13 UTC
[COMMITTED] ada: Fix assertion failure introduced by latest change
2023-07-18 13:13 UTC
[COMMITTED] ada: Expose expected_throw attribute
2023-07-18 13:13 UTC
[COMMITTED] ada: Refactor s-pack* units to remove multiple returns
2023-07-18 13:13 UTC
[COMMITTED] ada: Allow warnings with explain code
2023-07-18 13:13 UTC
[COMMITTED] ada: Fix Valid_Scalars attribute applied to types from limited with
2023-07-18 13:13 UTC
[PATCH v7] tree-ssa-sink: Improve code sinking pass
2023-07-18 11:44 UTC (5+ messages)
` PING^1 "
[RFC, WIP] introduce attribute exalias
2023-07-18 11:37 UTC (6+ messages)
` [PATCH] "
` [PATCH v3] Introduce attribute reverse_alias
page: next (older) | prev (newer) | 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).