Show patches with: State = Action Required       |   9336 patches
« 1 210 11 1293 94 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[wwwdoc] Hardware-assisted AddressSanitizer now works for x86_64 with LAM_U57 [wwwdoc] Hardware-assisted AddressSanitizer now works for x86_64 with LAM_U57 - - --2 2024-02-08 Liu, Hongtao New
c++: make build_throw SFINAE-friendly [PR98388] c++: make build_throw SFINAE-friendly [PR98388] - - 4-- 2024-02-08 Marek Polacek New
libstdc++: Work around modules issue causing hello-1 ICE [PR113710] libstdc++: Work around modules issue causing hello-1 ICE [PR113710] - - --2 2024-02-07 Patrick Palka New
[v3] : gcc/doc/extend.texi: Update builtin descriptions for __builtin_FILE, __builtin_LINE __builti… [v3] : gcc/doc/extend.texi: Update builtin descriptions for __builtin_FILE, __builtin_LINE __builti… - - 4-- 2024-02-07 Jonny Grant New
[COMMITTED,23/25] gccrs: Parse trait functions as `AST::Function`. [COMMITTED,01/25] gccrs: Parse normal functions with `self` parameter correctly - - --2 2024-02-07 Arthur Cohen New
[COMMITTED,06/25] gccrs: Typecheck: add regions (lifetimes) to TyTy [COMMITTED,01/25] gccrs: Parse normal functions with `self` parameter correctly - - --- 2024-02-07 Arthur Cohen New
[COMMITTED,02/25] gccrs: Implement quick-check for Unicode [COMMITTED,01/25] gccrs: Parse normal functions with `self` parameter correctly - - --- 2024-02-07 Arthur Cohen New
[wwwdocs] Add 2 more C++26 core papers [wwwdocs] Add 2 more C++26 core papers - - --2 2024-02-07 Jakub Jelinek New
[RFA] build: drop target libs from LD_LIBRARY_PATH [PR105688] [RFA] build: drop target libs from LD_LIBRARY_PATH [PR105688] - - 4-- 2024-02-07 Jason Merrill New
c++: NTTP type CTAD w/ tmpl from current inst [PR113649] c++: NTTP type CTAD w/ tmpl from current inst [PR113649] - - 4-- 2024-02-06 Patrick Palka New
wide-int: Fix mul_internal overflow handling [PR113753] wide-int: Fix mul_internal overflow handling [PR113753] - - --2 2024-02-06 Jakub Jelinek New
Fix disabling of year 2038 support on 32-bit hosts by default Fix disabling of year 2038 support on 32-bit hosts by default - - 4-- 2024-02-06 Thiago Jung Bauermann New
range-op: Fix up ABSU_EXPR handling [PR113756] range-op: Fix up ABSU_EXPR handling [PR113756] - - --2 2024-02-06 Jakub Jelinek New
c++: Disallow this specifier except for parameter declarations [PR113788] c++: Disallow this specifier except for parameter declarations [PR113788] - - --2 2024-02-06 Jakub Jelinek New
testsuite: Pattern does not match when using --specs=nano.specs testsuite: Pattern does not match when using --specs=nano.specs - - 4-- 2024-02-06 Torbjorn SVENSSON New
libsanitizer: workaround libtool error when building in Yocto Kirkstone libsanitizer: workaround libtool error when building in Yocto Kirkstone - - 4-- 2024-02-06 Alibek Omarov New
[committed] aarch64: Fix build against libc++ in c++11 mode [PR113763] [committed] aarch64: Fix build against libc++ in c++11 mode [PR113763] - - --2 2024-02-06 Jakub Jelinek New
middle-end/113576 - avoid out-of-bound vector element access middle-end/113576 - avoid out-of-bound vector element access - - 4-- 2024-02-06 Richard Biener New
[v5,RESEND] C, ObjC: Add -Wunterminated-string-initialization [v5,RESEND] C, ObjC: Add -Wunterminated-string-initialization - - 4-- 2024-02-06 Alejandro Colomar New
asan: Don't fold some strlens with -fsanitize=address [PR110676] asan: Don't fold some strlens with -fsanitize=address [PR110676] - - --2 2024-02-06 Jakub Jelinek New
lower-bitint: Encode address space qualifiers in VIEW_CONVERT_EXPRs [PR113736] lower-bitint: Encode address space qualifiers in VIEW_CONVERT_EXPRs [PR113736] - - --2 2024-02-06 Jakub Jelinek New
tree-ssa-math-opts: Fix up convert_{mult, plusminus}_to_widen [PR113759] tree-ssa-math-opts: Fix up convert_{mult, plusminus}_to_widen [PR113759] - - --2 2024-02-06 Jakub Jelinek New
testsuite: Add a test case for negating FP vectors containing zeros testsuite: Add a test case for negating FP vectors containing zeros - - 3-1 2024-02-06 Xi Ruoyao New
libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700] libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700] - - 1-2 2024-02-06 Rainer Orth New
c++: further DR 2237 fix [PR97202] c++: further DR 2237 fix [PR97202] - - --2 2024-02-06 Marek Polacek New
[v2] c++: DR2237, cdtor and template-id tweaks [PR107126] [v2] c++: DR2237, cdtor and template-id tweaks [PR107126] - - 4-- 2024-02-06 Marek Polacek New
[v2] openmp, fortran: Add Fortran support for indirect clause on the declare target directive [v2] openmp, fortran: Add Fortran support for indirect clause on the declare target directive - - 4-- 2024-02-05 Kwok Cheung Yeung New
aarch64, acle header: Cast uint64_t pointers to DIMode. aarch64, acle header: Cast uint64_t pointers to DIMode. - - 3-1 2024-02-05 Iain Sandoe New
contrib: Fill in HOST{CC,CFLAGS,CXX,CXXFLAGS} in test_installed contrib: Fill in HOST{CC,CFLAGS,CXX,CXXFLAGS} in test_installed - - --2 2024-02-05 Jakub Jelinek New
middle-end: fix ICE when moving statements to empty BB [PR113731] middle-end: fix ICE when moving statements to empty BB [PR113731] - - --2 2024-02-05 Tamar Christina New
middle-end: add additional runtime test for [PR113467] middle-end: add additional runtime test for [PR113467] - - 4-- 2024-02-05 Tamar Christina New
libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on non-Linux targets [PR113448] libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on non-Linux targets [PR113448] - - 4-- 2024-02-05 Rainer Orth New
middle-end/109559 - warning in system header not suppressed middle-end/109559 - warning in system header not suppressed - - 4-- 2024-02-05 Richard Biener New
Pushed: [PATCH] MIPS: Fix wrong MSA FP vector negation Pushed: [PATCH] MIPS: Fix wrong MSA FP vector negation - - --2 2024-02-05 Xi Ruoyao New
gcc/Makefile.in: Fix install-info target if BUILD_INFO is empty gcc/Makefile.in: Fix install-info target if BUILD_INFO is empty - - --2 2024-02-05 Christophe Lyon New
c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740] c: Avoid ICE with _BitInt(N) : 0 bitfield [PR113740] - - --2 2024-02-05 Jakub Jelinek New
lower-bitint: Remove single label _BitInt switches [PR113737] lower-bitint: Remove single label _BitInt switches [PR113737] - - --2 2024-02-05 Jakub Jelinek New
[x86_64] PR target/113690: Fix-up MULT REG_EQUAL notes in STV. [x86_64] PR target/113690: Fix-up MULT REG_EQUAL notes in STV. - - 4-- 2024-02-05 Roger Sayle New
[v2] LoongArch: libsanitizer: Enable Lsan and Tsan for loongarch64. [v2] LoongArch: libsanitizer: Enable Lsan and Tsan for loongarch64. - - 4-- 2024-02-04 Lulu Cheng New
[1/2,v2] libdecnumber: fixed multiple potential access-out-of bounds errors by moving range conditi… [1/2,v2] libdecnumber: fixed multiple potential access-out-of bounds errors by moving range conditi… - - --- 2024-02-03 Ian McCormack New
c++: DR2237, cdtor and template-id tweaks [PR107126] c++: DR2237, cdtor and template-id tweaks [PR107126] - - --2 2024-02-03 Marek Polacek New
[1/2] xtensa: Recover constant synthesis for HImode after LRA transition [1/2] xtensa: Recover constant synthesis for HImode after LRA transition - - 4-- 2024-02-03 Takayuki 'January June' Suwa New
[4/4] lra: Apply DF_LIVE_SUBREG data Add DF_LIVE_SUBREG data and apply to IRA and LRA - - 4-- 2024-02-03 Lehua Ding New
[3/4] ira: Apply DF_LIVE_SUBREG data Add DF_LIVE_SUBREG data and apply to IRA and LRA - - 4-- 2024-02-03 Lehua Ding New
[2/4] df: Add DF_LIVE_SUBREG problem Add DF_LIVE_SUBREG data and apply to IRA and LRA - - 4-- 2024-02-03 Lehua Ding New
[1/4] df: Add -ftrack-subreg-liveness option Add DF_LIVE_SUBREG data and apply to IRA and LRA - - 4-- 2024-02-03 Lehua Ding New
wide-int: Fix up wi::bswap_large [PR113722] wide-int: Fix up wi::bswap_large [PR113722] - - --2 2024-02-03 Jakub Jelinek New
ggc-common: Fix save PCH assertion ggc-common: Fix save PCH assertion - - --2 2024-02-03 Jakub Jelinek New
coreutils-sum-pr108666.c: fix spurious LLP64 warnings coreutils-sum-pr108666.c: fix spurious LLP64 warnings - - 4-- 2024-02-02 Jonathan Yong New
[2/2] c++: remove lookup_template_class's entering_scope flag [1/2] c++: requires-exprs and partial constraint subst [PR112769] - - 3-1 2024-02-02 Patrick Palka New
[1/2] c++: requires-exprs and partial constraint subst [PR112769] [1/2] c++: requires-exprs and partial constraint subst [PR112769] - - --2 2024-02-02 Patrick Palka New
Notes on the warnings-as-errors change in GCC 14 Notes on the warnings-as-errors change in GCC 14 - - --2 2024-02-02 Florian Weimer New
gcc: configure: Fix the optimization flags cleanup gcc: configure: Fix the optimization flags cleanup - - 4-- 2024-02-02 Slava Barinov New
testsuite: Fix c-c++-common/pr103798-2.c on Solaris [PR113706] testsuite: Fix c-c++-common/pr103798-2.c on Solaris [PR113706] - - 4-- 2024-02-02 Rainer Orth New
[2/2] libdecnumber: fixed undefined behavior in decNumberGetBCD. [1/2] libdecnumber: fixed undefined behavior in `decFloatFMA` - - 4-- 2024-02-02 Ian McCormack New
[1/2] libdecnumber: fixed undefined behavior in `decFloatFMA` [1/2] libdecnumber: fixed undefined behavior in `decFloatFMA` - - 4-- 2024-02-02 Ian McCormack New
[committed] libgcc: Export XF, TF, HF and BFmode specific _BitInt symbols from libgcc_s.so.1 [PR113… [committed] libgcc: Export XF, TF, HF and BFmode specific _BitInt symbols from libgcc_s.so.1 [PR113… - - --2 2024-02-02 Jakub Jelinek New
c++: Don't advertise cxx_constexpr_string_builtins [PR113658] c++: Don't advertise cxx_constexpr_string_builtins [PR113658] - - 4-- 2024-02-02 Alex Coplan New
testsuite: Add another bitint testcase [PR113691] testsuite: Add another bitint testcase [PR113691] - - 4-- 2024-02-02 Jakub Jelinek New
lower-bitint: Handle casts from large/huge _BitInt to pointer/reference types [PR113692] lower-bitint: Handle casts from large/huge _BitInt to pointer/reference types [PR113692] - - --2 2024-02-02 Jakub Jelinek New
lower-bitint: Handle uninitialized large/huge SSA_NAMEs as inline asm inputs [PR113699] lower-bitint: Handle uninitialized large/huge SSA_NAMEs as inline asm inputs [PR113699] - - --2 2024-02-02 Jakub Jelinek New
[v4,5/5] Add documentation for musttail attribute [v4,1/5] Improve must tail in RTL backend - - 4-- 2024-02-02 Andi Kleen New
[v4,4/5] Add tests for C/C++ musttail attributes [v4,1/5] Improve must tail in RTL backend - - 4-- 2024-02-02 Andi Kleen New
[v4,3/5] C: Implement musttail attribute for returns [v4,1/5] Improve must tail in RTL backend - - 2-- 2024-02-02 Andi Kleen New
[v4,2/5] C++: Support clang compatible [[musttail]] (PR83324) [v4,1/5] Improve must tail in RTL backend - - --- 2024-02-02 Andi Kleen New
[v4,1/5] Improve must tail in RTL backend [v4,1/5] Improve must tail in RTL backend - - --- 2024-02-02 Andi Kleen New
[v1] LoongArch: testsuite: Fix gcc.dg/vect/vect-reduc-mul_{1, 2}.c FAIL. [v1] LoongArch: testsuite: Fix gcc.dg/vect/vect-reduc-mul_{1, 2}.c FAIL. - - 4-- 2024-02-02 Li Wei New
tree-ssa-math-opts: Fix is_widening_mult_rhs_p - unbreak bootstrap [PR113705] tree-ssa-math-opts: Fix is_widening_mult_rhs_p - unbreak bootstrap [PR113705] - - --2 2024-02-01 Jakub Jelinek New
[RFC,v3] nix: add a simple flake nix shell [RFC,v3] nix: add a simple flake nix shell - - 4-- 2024-02-01 Vincenzo Palazzo New
c++/modules: anon union member of as-base class [PR112580] c++/modules: anon union member of as-base class [PR112580] - - 4-- 2024-02-01 Patrick Palka New
gcc/configure: Re-introduce INSTALL_INFO gcc/configure: Re-introduce INSTALL_INFO - - 4-- 2024-02-01 Christophe Lyon New
aarch64: Fix ACLE SME streaming mode error in neon-sve-bridge aarch64: Fix ACLE SME streaming mode error in neon-sve-bridge - - 4-- 2024-02-01 Richard Ball New
[2/2] libstdc++: Handle encodings in localized chrono formatting [PR109162] [1/2] libstdc++: Replace padding bits with a bit-field in __format::_Spec - - 4-- 2024-02-01 Jonathan Wakely New
[1/2] libstdc++: Replace padding bits with a bit-field in __format::_Spec [1/2] libstdc++: Replace padding bits with a bit-field in __format::_Spec - - 3-- 2024-02-01 Jonathan Wakely New
[2/2] rtl-optimization/113255 - avoid re-associating REG_POINTER MINUS [1/2] target/113255 - avoid REG_POINTER on a pointer difference - - 4-- 2024-02-01 Richard Biener New
AArch64: memcpy/memset expansions should not emit LDP/STP [PR113618] AArch64: memcpy/memset expansions should not emit LDP/STP [PR113618] - - --2 2024-02-01 Wilco Dijkstra New
Change gcc/ira-conflicts.cc build_conflict_bit_table to use size_t/%zu Change gcc/ira-conflicts.cc build_conflict_bit_table to use size_t/%zu - - 4-- 2024-02-01 Jonathan Yong New
[RFC,1/1] nix: add a simple flake nix shell Nix Environment Support for GCC Development - - 4-- 2024-01-31 Vincenzo Palazzo New
varasm, v3: Handle private COMDAT function symbol reference in readonly data section [PR113617] varasm, v3: Handle private COMDAT function symbol reference in readonly data section [PR113617] - - --2 2024-01-31 Jakub Jelinek New
Assuming the working GNU assembler with --with-gnu-as Assuming the working GNU assembler with --with-gnu-as - - 4-- 2024-01-31 H.J. Lu New
Assuming the working GNU assembler with --with-gnu-as Assuming the working GNU assembler with --with-gnu-as - - 4-- 2024-01-31 H.J. Lu New
[Bug,libstdc++/90276] PSTL tests fail in Debug Mode [Bug,libstdc++/90276] PSTL tests fail in Debug Mode - - 4-- 2024-01-31 François Dumont New
c++: ttp CTAD equivalence [PR112737] c++: ttp CTAD equivalence [PR112737] - - 4-- 2024-01-31 Patrick Palka New
gimple-low: Remove .ASAN_MARK calls on TREE_STATIC variables [PR113531] gimple-low: Remove .ASAN_MARK calls on TREE_STATIC variables [PR113531] - - --2 2024-01-31 Jakub Jelinek New
libgcc, v2: Fix up _BitInt division [PR113604] libgcc, v2: Fix up _BitInt division [PR113604] - - --2 2024-01-31 Jakub Jelinek New
uninit-pr108968-register.c: use __UINTPTR_TYPE__ for LLP64 uninit-pr108968-register.c: use __UINTPTR_TYPE__ for LLP64 - - 12- 2024-01-31 Jonathan Yong New
libgcc: Avoid warnings on __gcc_nested_func_ptr_created [PR113402] libgcc: Avoid warnings on __gcc_nested_func_ptr_created [PR113402] - - --2 2024-01-31 Jakub Jelinek New
libgcc: Fix up i386/t-heap-trampoline [PR113403] libgcc: Fix up i386/t-heap-trampoline [PR113403] - - --2 2024-01-31 Jakub Jelinek New
gimple-fold: Remove .ASAN_MARK calls on TREE_STATIC variables [PR113531] gimple-fold: Remove .ASAN_MARK calls on TREE_STATIC variables [PR113531] - - --2 2024-01-31 Jakub Jelinek New
simplify-rtx: Fix up last argument to simplify_gen_unary [PR113656] simplify-rtx: Fix up last argument to simplify_gen_unary [PR113656] - - --2 2024-01-31 Jakub Jelinek New
dwarf2out: Fix ICE on large _BitInt in loc_list_from_tree_1 [PR113637] dwarf2out: Fix ICE on large _BitInt in loc_list_from_tree_1 [PR113637] - - --2 2024-01-31 Jakub Jelinek New
lower-bitint: Fix up VIEW_CONVERT_EXPR handling in handle_operand_addr [PR113639] lower-bitint: Fix up VIEW_CONVERT_EXPR handling in handle_operand_addr [PR113639] - - --2 2024-01-31 Jakub Jelinek New
i386: Clear REG_UNUSED and REG_DEAD notes from the IL at the end of vzeroupper pass [PR113059] i386: Clear REG_UNUSED and REG_DEAD notes from the IL at the end of vzeroupper pass [PR113059] - - --2 2024-01-31 Jakub Jelinek New
[RFA] asan: poisoning promoted statics [PR113531] [RFA] asan: poisoning promoted statics [PR113531] - - 3-- 2024-01-31 Jason Merrill New
[v2] Handle private COMDAT function symbol reference in readonly data section [v2] Handle private COMDAT function symbol reference in readonly data section - - 4-- 2024-01-31 H.J. Lu New
[v3,5/5] Add documentation for musttail attribute [v3,1/5] Improve must tail in RTL backend - - 4-- 2024-01-31 Andi Kleen New
[v3,4/5] Add tests for C/C++ musttail attributes [v3,1/5] Improve must tail in RTL backend - - 2-- 2024-01-31 Andi Kleen New
[v3,3/5] C: Implement musttail attribute for returns [v3,1/5] Improve must tail in RTL backend - - --- 2024-01-31 Andi Kleen New
[v3,2/5] C++: Support clang compatible [[musttail]] (PR83324) [v3,1/5] Improve must tail in RTL backend - - --- 2024-01-31 Andi Kleen New
[v3,1/5] Improve must tail in RTL backend [v3,1/5] Improve must tail in RTL backend - - --- 2024-01-31 Andi Kleen New
« 1 210 11 1293 94 »