Show patches with: State = Action Required       |   131619 patches
« 1 2 3 41316 1317 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[PUSHED] Fix pr116588.c for -m32 [PUSHED] Fix pr116588.c for -m32 - - - - --- 2024-09-07 Andrew Pinski New
[pushed] c++: exception spec and stdlib specialization [pushed] c++: exception spec and stdlib specialization - - - - --- 2024-09-07 Jason Merrill New
[v2] Add new warning Wmissing-designated-initializers [PR39589] [v2] Add new warning Wmissing-designated-initializers [PR39589] - - - - --- 2024-09-07 Peter Frost New
[PUSHED] split-path: Fix dump wording about duplicating too many statements [PUSHED] split-path: Fix dump wording about duplicating too many statements - - - - --- 2024-09-07 Andrew Pinski New
PR tree-optimization/116588 - Before running fast VRP, make sure all edges have, EXECUTABLE set. PR tree-optimization/116588 - Before running fast VRP, make sure all edges have, EXECUTABLE set. - - - - --- 2024-09-07 Andrew MacLeod New
c++, coroutines: Fix handling of bool await_suspend() [PR115905]. c++, coroutines: Fix handling of bool await_suspend() [PR115905]. - - - - --- 2024-09-07 Iain Sandoe New
gimple-fold: Move optimizing memcpy to memset to fold_stmt from fab gimple-fold: Move optimizing memcpy to memset to fold_stmt from fab - - - - --- 2024-09-06 Andrew Pinski New
libstdc++: Adjust std::span::iterator to be ADL-proof libstdc++: Adjust std::span::iterator to be ADL-proof - - - - --- 2024-09-06 Jonathan Wakely New
[committed] libstdc++: Fix std::chrono::parse for TAI and GPS clocks [committed] libstdc++: Fix std::chrono::parse for TAI and GPS clocks - - - - --- 2024-09-06 Jonathan Wakely New
[pushed] c++: adjust testcase to reveal failure [PR107919] [pushed] c++: adjust testcase to reveal failure [PR107919] - - - - --- 2024-09-06 Jason Merrill New
libiberty: Fix up > 64K section handling in simple_object_elf_copy_lto_debug_section [PR116614] libiberty: Fix up > 64K section handling in simple_object_elf_copy_lto_debug_section [PR116614] - - - - --- 2024-09-06 Jakub Jelinek New
c++, v3: Fix get_member_function_from_ptrfunc with -fsanitize=bounds [PR116449] c++, v3: Fix get_member_function_from_ptrfunc with -fsanitize=bounds [PR116449] - - - - --- 2024-09-06 Jakub Jelinek New
c++: Fix up pedantic handling of alignas [PR110345] c++: Fix up pedantic handling of alignas [PR110345] - - - - --- 2024-09-06 Jakub Jelinek New
[v4] RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for XTheadVector [v4] RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for XTheadVector - - - - --- 2024-09-06 Jin Ma New
RISC-V: Fix ICE for rvv in lto RISC-V: Fix ICE for rvv in lto - - - - --- 2024-09-06 Jin Ma New
vect: Do not try to duplicate_and_interleave one-element mode. vect: Do not try to duplicate_and_interleave one-element mode. - - - - --- 2024-09-06 Robin Dapp New
[v3] GCC Driver : Enable very long gcc command-line option [v3] GCC Driver : Enable very long gcc command-line option - - - - --- 2024-09-06 Deepthi.Hemraj@windriver.com New
middle-end: check that the lhs of a COND_EXPR is an SSA_NAME in cond_store recognition [PR116628] middle-end: check that the lhs of a COND_EXPR is an SSA_NAME in cond_store recognition [PR116628] - - - - --- 2024-09-06 Tamar Christina New
match: Change (A * B) + (-C) to (B - C/A) * A, if C multiple of A [PR109393] match: Change (A * B) + (-C) to (B - C/A) * A, if C multiple of A [PR109393] - - - 1 --- 2024-09-06 Konstantinos Eleftheriou New
x86-64: Don't use temp for argument in a TImode register x86-64: Don't use temp for argument in a TImode register - - - - --- 2024-09-06 H.J. Lu New
Fix SLP double-reduction support Fix SLP double-reduction support - - - - --- 2024-09-06 Richard Biener New
[v2,9/9] aarch64: Handle alignment when it is bigger than BIGGEST_ALIGNMENT SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,8/9] Add LTO support SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
c++, v2: Implement for static locals CWG 2867 - Order of initialization for structured bindings [PR… c++, v2: Implement for static locals CWG 2867 - Order of initialization for structured bindings [PR… - - - - --- 2024-09-06 Jakub Jelinek New
[v2,7/9] aarch64: Disable the anchors SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,6/9] aarch64: Use symbols without offset to prevent relocation issues SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,5/9] aarch64: Multiple adjustments to support the SMALL code model correctly SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,4/9] aarch64: Exclude symbols using GOT from code models SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,3/9] aarch64: Add minimal C++ support SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,2/9] aarch64: Add debugging information SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2,1/9] Support weak references SMALL code model fixes, optimization fixes, LTO and minimal C++ enablement - - - - --- 2024-09-06 Evgeny Karpov New
[v2] RISC-V: Fixed incorrect semantic description in DF to DI pattern in the Zfa extension on rv32. [v2] RISC-V: Fixed incorrect semantic description in DF to DI pattern in the Zfa extension on rv32. - - - - --- 2024-09-06 Jin Ma New
c++: Properly mangle CONST_DECL without a INTEGER_CST value [PR116511] c++: Properly mangle CONST_DECL without a INTEGER_CST value [PR116511] - - - - --- 2024-09-06 Simon Martin New
RISC-V: Fixed incorrect semantic description in DF to DI pattern in the Zfa extension on rv32. RISC-V: Fixed incorrect semantic description in DF to DI pattern in the Zfa extension on rv32. - - - - --- 2024-09-06 Jin Ma New
RISC-V: Add more vector-vector extract cases. RISC-V: Add more vector-vector extract cases. - - - - --- 2024-09-06 Robin Dapp New
[reload] PR116326: Add #define IN_RELOAD1_CC [reload] PR116326: Add #define IN_RELOAD1_CC - - - - --- 2024-09-06 Georg-Johann Lay New
[v2] testsuite: Sanitize pacbti test cases for Cortex-M [v2] testsuite: Sanitize pacbti test cases for Cortex-M - - - - --- 2024-09-06 Torbjörn SVENSSON New
[v3] RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for XTheadVector [v3] RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for XTheadVector - - - - --- 2024-09-06 Jin Ma New
[v2] RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for XTheadVector [v2] RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for XTheadVector - - - - --- 2024-09-06 Jin Ma New
ada: Fix gcc-interface/misc.cc compilation on SPARC ada: Fix gcc-interface/misc.cc compilation on SPARC - - - - --- 2024-09-06 Rainer Orth New
fab: Factor out the main folding part of pass_fold_builtins::execute [PR116601] fab: Factor out the main folding part of pass_fold_builtins::execute [PR116601] - - - - --- 2024-09-06 Andrew Pinski New
RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for xtheadvector RISC-V: Fix illegal operands "th.vsetvli zero, 0, e32, m8" for xtheadvector - - - - --- 2024-09-06 Jin Ma New
gimple ssa: Don't use __builtin_popcount in switch exp transform [PR116616] gimple ssa: Don't use __builtin_popcount in switch exp transform [PR116616] - - - - --- 2024-09-06 Filip Kastl New
[v3,2/2,APX,CFCMOV] Support APX CFCMOV in backend [v3,1/2,APX,CFCMOV] Support APX CFCMOV in if_convert pass - - - - --- 2024-09-06 Kong, Lingling New
[v3,1/2,APX,CFCMOV] Support APX CFCMOV in if_convert pass [v3,1/2,APX,CFCMOV] Support APX CFCMOV in if_convert pass - - - - --- 2024-09-06 Kong, Lingling New
RISC-V: Add missing insn types for XiangShan Nanhu scheduler model RISC-V: Add missing insn types for XiangShan Nanhu scheduler model - - - - --- 2024-09-06 Zhao Dingyi New
doc: Enhance Intel CPU documentation doc: Enhance Intel CPU documentation - - - - --- 2024-09-06 Haochen Jiang New
Git ignores .vscode Git ignores .vscode - - - - --- 2024-09-06 YunQiang Su New
c++: ICE with structured bindings and m-d array [PR102594] c++: ICE with structured bindings and m-d array [PR102594] - - - - --- 2024-09-05 Marek Polacek New
[RFA] libstdc++: -Wswitch and ios::openmode [RFA] libstdc++: -Wswitch and ios::openmode - - - - --- 2024-09-05 Jason Merrill New
[RFC,v2] libcpp: adjust pedwarn handling [RFC,v2] libcpp: adjust pedwarn handling - - - - --- 2024-09-05 Jason Merrill New
[2/2,v2] RISC-V: Constant synthesis of inverted halves [1/2,v2] RISC-V: Additional large constant synthesis improvements - - - - --- 2024-09-05 Raphael Moreira Zinsly New
[1/2,v2] RISC-V: Additional large constant synthesis improvements [1/2,v2] RISC-V: Additional large constant synthesis improvements - - - - --- 2024-09-05 Raphael Moreira Zinsly New
Fortran: fix ICE in gfc_create_module_variable [PR100273] Fortran: fix ICE in gfc_create_module_variable [PR100273] - - - - --- 2024-09-05 Harald Anlauf New
RISC-V: Define LOGICAL_OP_NON_SHORT_CIRCUIT to 1 [PR116615] RISC-V: Define LOGICAL_OP_NON_SHORT_CIRCUIT to 1 [PR116615] - - - - --- 2024-09-05 Palmer Dabbelt New
c++: vtable referring to "unavailable" virtual fn [PR116606] c++: vtable referring to "unavailable" virtual fn [PR116606] - - - - --- 2024-09-05 Marek Polacek New
[to-be-committed,V2,RISC-V] Avoid unnecessary extensions after sCC insns [to-be-committed,V2,RISC-V] Avoid unnecessary extensions after sCC insns - - - - --- 2024-09-05 Jeff Law New
[pushed] doc: remove stray character [pushed] doc: remove stray character - - - - --- 2024-09-05 Marek Polacek New
arm: avoid indirect sibcalls when IP is live [PR116597] arm: avoid indirect sibcalls when IP is live [PR116597] - - - - --- 2024-09-05 Richard Earnshaw New
testsuite/gcc.dg/pr84877.c: Add machinery to stabilize stack aligmnent testsuite/gcc.dg/pr84877.c: Add machinery to stabilize stack aligmnent - - - - --- 2024-09-05 Hans-Peter Nilsson New
c++, v4: Partially implement CWG 2867 - Order of initialization for structured bindings [PR115769] c++, v4: Partially implement CWG 2867 - Order of initialization for structured bindings [PR115769] - - - - --- 2024-09-05 Jakub Jelinek New
[v3] c++: fn redecl in fn scope wrongly accepted [PR116239] [v3] c++: fn redecl in fn scope wrongly accepted [PR116239] - - - - --- 2024-09-05 Marek Polacek New
c++: Fix mangling of otherwise unattached class-scope lambdas [PR116568] c++: Fix mangling of otherwise unattached class-scope lambdas [PR116568] - - - - --- 2024-09-05 Nathaniel Shead New
c++: template depth of lambda in default targ [PR116567] c++: template depth of lambda in default targ [PR116567] - - - - --- 2024-09-05 Patrick Palka New
[3/3] Handle non-grouped stores as single-lane SLP [1/3] tree-optimization/116609 - SLP live lane vectorization with partial vectors - - - - --- 2024-09-05 Richard Biener New
[2/3] tree-optimization/116610 - wrong SLP induction bias for mask peeling [1/3] tree-optimization/116609 - SLP live lane vectorization with partial vectors - - - - --- 2024-09-05 Richard Biener New
[1/3] tree-optimization/116609 - SLP live lane vectorization with partial vectors [1/3] tree-optimization/116609 - SLP live lane vectorization with partial vectors - - - - --- 2024-09-05 Richard Biener New
[RFC] c++: Add alignas further test coverage [PR110345] [RFC] c++: Add alignas further test coverage [PR110345] - - - - --- 2024-09-05 Jakub Jelinek New
c++: Add no_unique_address attribute further test coverage [PR110345] c++: Add no_unique_address attribute further test coverage [PR110345] - - - - --- 2024-09-05 Jakub Jelinek New
c++: Add noreturn attribute further test coverage [PR110345] c++: Add noreturn attribute further test coverage [PR110345] - - - - --- 2024-09-05 Jakub Jelinek New
c++: Add nodiscard attribute further test coverage [PR110345] c++: Add nodiscard attribute further test coverage [PR110345] - - - - --- 2024-09-05 Jakub Jelinek New
nvptx: Emit DECL and DEF linker markers for aliases [PR104957] (was: Add 'g++.target/nvptx/alias-g+… nvptx: Emit DECL and DEF linker markers for aliases [PR104957] (was: Add 'g++.target/nvptx/alias-g+… - - - - --- 2024-09-05 Thomas Schwinge New
Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-1.C' (was: Enhance 'gcc.target/nvptx/alias-*.c' assem… Add 'g++.target/nvptx/alias-g++.dg_init_dtor2-1.C' (was: Enhance 'gcc.target/nvptx/alias-*.c' assem… - - - - --- 2024-09-05 Thomas Schwinge New
Enhance 'gcc.target/nvptx/alias-*.c' assembler scanning (was: [committed][nvptx] Use .alias directi… Enhance 'gcc.target/nvptx/alias-*.c' assembler scanning (was: [committed][nvptx] Use .alias directi… - - - - --- 2024-09-05 Thomas Schwinge New
Fix 'gcc.target/nvptx/alias-2.c' comment (was: [committed][nvptx] Use .alias directive for mptx >= … Fix 'gcc.target/nvptx/alias-2.c' comment (was: [committed][nvptx] Use .alias directive for mptx >= … - - - - --- 2024-09-05 Thomas Schwinge New
Move from 'gcc.target/nvptx/nvptx.exp' into 'target-supports.exp' additions for nvptx target (was: … Move from 'gcc.target/nvptx/nvptx.exp' into 'target-supports.exp' additions for nvptx target (was: … - - - - --- 2024-09-05 Thomas Schwinge New
Zen5 tuning part 5: update instruction latencies in x86-tune-costs Zen5 tuning part 5: update instruction latencies in x86-tune-costs - - - - --- 2024-09-05 Jan Hubicka New
[v2,2/2] Match: Support form 3 for scalar signed integer .SAT_ADD [v2,1/2] Genmatch: Support control flow graph case 1 for phi on condition - - - - --- 2024-09-05 Li, Pan2 New
[v2,1/2] Genmatch: Support control flow graph case 1 for phi on condition [v2,1/2] Genmatch: Support control flow graph case 1 for phi on condition - - - - --- 2024-09-05 Li, Pan2 New
RISC-V: Fix out of index in riscv_select_multilib_by_abi RISC-V: Fix out of index in riscv_select_multilib_by_abi - - - - --- 2024-09-05 YunQiang Su New
[v1,5/9] aarch64: Multiple adjustments to support the SMALL code model correctly Untitled series #422523 - - - - --- 2024-09-05 Evgeny Karpov New
[V4,10/10] autovectorizer: Test autovectorization of different dot-prod modes. Untitled series #422517 - - - - --- 2024-09-05 Victor Do Nascimento New
[V4,04/10] arm: Fix arm backend-use of (u|s|us)dot_prod patterns Untitled series #422517 - - - - --- 2024-09-05 Victor Do Nascimento New
libsanitizer: On aarch64 use hint #34 in prologue of libsanitizer functions libsanitizer: On aarch64 use hint #34 in prologue of libsanitizer functions - - - - --- 2024-09-05 Jakub Jelinek New
[AARCH64] adjust gcc.target/aarch64/sve/mask_gather_load_7.c [AARCH64] adjust gcc.target/aarch64/sve/mask_gather_load_7.c - - - - --- 2024-09-05 Richard Biener New
tree-optimization/116610 - wrong SLP induction bias for mask peeling tree-optimization/116610 - wrong SLP induction bias for mask peeling - - - - --- 2024-09-05 Richard Biener New
[v2] Fortran: Add OpenMP 'interop' directive parsing support [v2] Fortran: Add OpenMP 'interop' directive parsing support - - - - --- 2024-09-05 Tobias Burnus New
x86: Refine V4BF/V2BF FMA testcase x86: Refine V4BF/V2BF FMA testcase - - - - --- 2024-09-05 Levy Hsu New
tree-optimization/116609 - SLP live lane vectorization with partial vectors tree-optimization/116609 - SLP live lane vectorization with partial vectors - - - - --- 2024-09-05 Richard Biener New
testsuite: Fix xorsign.c, vect-double-2.c fails with -march=x86-64-v2 testsuite: Fix xorsign.c, vect-double-2.c fails with -march=x86-64-v2 - - - - --- 2024-09-05 Hu, Lin1 New
[COMMITTED,6/6] ada: Add bypass for internal fields on strict-alignment platforms [COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline - - - - --- 2024-09-05 Marc Poulhiès New
[COMMITTED,5/6] ada: Streamline handling of low-level peculiarities of record field layout [COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline - - - - --- 2024-09-05 Marc Poulhiès New
[COMMITTED,4/6] ada: Remove unused parameters in validity checking routine [COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline - - - - --- 2024-09-05 Marc Poulhiès New
[COMMITTED,3/6] ada: Integrate new diagnostics in the frontend [COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline - - - - --- 2024-09-05 Marc Poulhiès New
[COMMITTED,2/6] ada: Binder respects Ada version for checksum of runtime files [COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline - - - - --- 2024-09-05 Marc Poulhiès New
[COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline [COMMITTED,1/6] ada: Tweak assertions in Inline.Cannot_Inline - - - - --- 2024-09-05 Marc Poulhiès New
vrp: Fix up diagnostics wording vrp: Fix up diagnostics wording - - - - --- 2024-09-05 Jakub Jelinek New
RISC-V: Lookup reversely in riscv_select_multilib_by_abi RISC-V: Lookup reversely in riscv_select_multilib_by_abi - - - - --- 2024-09-05 YunQiang Su New
c++: Fix up maybe_unused attribute handling [PR110345] c++: Fix up maybe_unused attribute handling [PR110345] - - - - --- 2024-09-05 Jakub Jelinek New
c++: Add {,un}likely attribute further test coverage [PR110345] c++: Add {,un}likely attribute further test coverage [PR110345] - - - - --- 2024-09-05 Jakub Jelinek New
« 1 2 3 41316 1317 »