Show patches with: State = Action Required       |   126477 patches
« 1 2 ... 264 265 2661264 1265 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,4/8] c: Turn -Wimplicit-int into a permerror Turn some C warnings into errors by default - - - - --- 2023-11-14 Florian Weimer New
[v2,3/8] c: Turn -Wimplicit-function-declaration into a permerror Turn some C warnings into errors by default - - - - --- 2023-11-14 Florian Weimer New
[v2,2/8] c: Turn int-conversion warnings into permerrors Turn some C warnings into errors by default - - - - --- 2023-11-14 Florian Weimer New
[v2,1/8] Add tests for validating future C permerrors Turn some C warnings into errors by default - - - - --- 2023-11-14 Florian Weimer New
[6/6] c: Turn -Wincompatible-pointer-types into a pedpermerror Turn some C warnings into errors by default - - - - --- 2023-11-13 Florian Weimer New
[5/6] c: Turn -Wreturn-mismatch into a pedpermerror Turn some C warnings into errors by default - - - - --- 2023-11-13 Florian Weimer New
[4/6] c: Turn -Wimplicit-int into a pedpermerror Turn some C warnings into errors by default - - - - --- 2023-11-13 Florian Weimer New
[3/6] c: Turn -Wimplicit-function-declaration into a pedpermerror Turn some C warnings into errors by default - - - - --- 2023-11-13 Florian Weimer New
[2/6] c: Turn int-conversion warnings into permerrors Turn some C warnings into errors by default - - - - --- 2023-11-13 Florian Weimer New
[1/6] c-family: Introduce pedpermerror Turn some C warnings into errors by default - - - - --- 2023-11-13 Florian Weimer New
gm2: Add missing declaration of m2pim_M2RTS_Terminate to test gm2: Add missing declaration of m2pim_M2RTS_Terminate to test - - - - --- 2023-11-13 Florian Weimer New
C99 testsuite readiness: Cleanup of execute tests C99 testsuite readiness: Cleanup of execute tests - - - - --- 2023-11-10 Florian Weimer New
C99 testsuite readiness: Add missing abort, exit declarations C99 testsuite readiness: Add missing abort, exit declarations - - - - --- 2023-11-10 Florian Weimer New
C99 testsuite readiness: Compile more tests with -std=gnu89 C99 testsuite readiness: Compile more tests with -std=gnu89 - - - - --- 2023-11-10 Florian Weimer New
C99 testsuite readiness: More unverified testcase un-reductions C99 testsuite readiness: More unverified testcase un-reductions - - - - --- 2023-11-10 Florian Weimer New
C99 testsuite readiness: Verified un-reductions C99 testsuite readiness: Verified un-reductions - - - - --- 2023-11-10 Florian Weimer New
C99 testsuite readiness: -fpermissive tests C99 testsuite readiness: -fpermissive tests - - - - --- 2023-11-10 Florian Weimer New
aarch64: Avoid -Wincompatible-pointer-types warning in Linux unwinder aarch64: Avoid -Wincompatible-pointer-types warning in Linux unwinder - - - - --- 2023-11-10 Florian Weimer New
aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c aarch64: Call named function in gcc.target/aarch64/aapcs64/ice_1.c - - - - --- 2023-11-10 Florian Weimer New
i386: Fix C99 compatibility issues in the x86-64 AVX ABI test suite i386: Fix C99 compatibility issues in the x86-64 AVX ABI test suite - - - - --- 2023-11-08 Florian Weimer New
Improve C99 compatibility of gcc.dg/setjmp-7.c test Improve C99 compatibility of gcc.dg/setjmp-7.c test - - - - --- 2023-11-08 Florian Weimer New
gcc.dg/Wmissing-parameter-type*: Test the intended warning gcc.dg/Wmissing-parameter-type*: Test the intended warning - - - - --- 2023-11-08 Florian Weimer New
[v3] c-family: Enable -fpermissive for C and ObjC [v3] c-family: Enable -fpermissive for C and ObjC - - - - --- 2023-11-07 Florian Weimer New
Avoid undeclared use of abort in gcc.dg/cpp/wchar-1.c Avoid undeclared use of abort in gcc.dg/cpp/wchar-1.c - - - - --- 2023-11-06 Florian Weimer New
c-family: Enable -fpermissive for C and ObjC c-family: Enable -fpermissive for C and ObjC - - - - --- 2023-11-06 Florian Weimer New
[v2] c-family: Enable -fpermissive for C and ObjC [v2] c-family: Enable -fpermissive for C and ObjC - - - - --- 2023-11-06 Florian Weimer New
[v2] gcc.c-torture/execute/builtins/fputs.c: fputs_unlocked prototype [v2] gcc.c-torture/execute/builtins/fputs.c: fputs_unlocked prototype - - - - --- 2023-10-23 Florian Weimer New
gcc.c-torture/execute/builtins/fputs.c: Define _GNU_SOURCE gcc.c-torture/execute/builtins/fputs.c: Define _GNU_SOURCE - - - - --- 2023-10-22 Florian Weimer New
gcc.c-torture/execute/builtins/pr93262-chk.c: Remove return statement gcc.c-torture/execute/builtins/pr93262-chk.c: Remove return statement - - - - --- 2023-10-22 Florian Weimer New
C99 testsuite readiness: Compile more tests with -std=gnu89 C99 testsuite readiness: Compile more tests with -std=gnu89 - - - - --- 2023-10-20 Florian Weimer New
C99 testsuite readiness: Some unverified test case reductions C99 testsuite readiness: Some unverified test case reductions - - - - --- 2023-10-20 Florian Weimer New
c: -Wincompatible-pointer-types should cover mismatches in ?: c: -Wincompatible-pointer-types should cover mismatches in ?: - - - - --- 2023-10-20 Florian Weimer New
c: -Wint-conversion should cover pointer/integer mismatches in ?: c: -Wint-conversion should cover pointer/integer mismatches in ?: - - - - --- 2023-10-20 Florian Weimer New
[v2] c: Add -Wreturn-mismatch warning, split from -Wreturn-type [v2] c: Add -Wreturn-mismatch warning, split from -Wreturn-type - - - - --- 2023-10-20 Florian Weimer New
c: Add -Wreturn-mismatch warning, split from -Wreturn-type c: Add -Wreturn-mismatch warning, split from -Wreturn-type - - - - --- 2023-10-19 Florian Weimer New
c-family: Enable -fpermissive for C and ObjC c-family: Enable -fpermissive for C and ObjC - - - - --- 2023-10-19 Florian Weimer New
C99 testsuite readiness: Some verified test case adjustments C99 testsuite readiness: Some verified test case adjustments - - - - --- 2023-10-11 Florian Weimer New
C99 test suite conversation: Some unverified test case adjustments C99 test suite conversation: Some unverified test case adjustments - - - - --- 2023-10-11 Florian Weimer New
C99 test suite readiness: Mark some C89 tests C99 test suite readiness: Mark some C89 tests - - - - --- 2023-10-11 Florian Weimer New
[releases/gcc-13,2/2] libgcc: Fix -Wint-conversion warning in find_fde_tail [releases/gcc-13,1/2] libgcc: Fix eh_frame fast path in find_fde_tail - - - - --- 2023-07-18 Florian Weimer New
[releases/gcc-13,1/2] libgcc: Fix eh_frame fast path in find_fde_tail [releases/gcc-13,1/2] libgcc: Fix eh_frame fast path in find_fde_tail - - - - --- 2023-07-18 Florian Weimer New
or1k: Fix -Wincompatible-pointer-types warning during libgcc build or1k: Fix -Wincompatible-pointer-types warning during libgcc build - - - - --- 2023-07-11 Florian Weimer New
arc: Fix -Wincompatible-pointer-types warning during libgcc build arc: Fix -Wincompatible-pointer-types warning during libgcc build - - - - --- 2023-07-11 Florian Weimer New
riscv: Fix -Wincompatible-pointer-types warning during libgcc build riscv: Fix -Wincompatible-pointer-types warning during libgcc build - - - - --- 2023-07-11 Florian Weimer New
csky: Fix -Wincompatible-pointer-types warning during libgcc build csky: Fix -Wincompatible-pointer-types warning during libgcc build - - - - --- 2023-07-11 Florian Weimer New
m68k: Avoid implicit function declaration in libgcc m68k: Avoid implicit function declaration in libgcc - - - - --- 2023-07-11 Florian Weimer New
aarch64: Fix warnings during libgcc build aarch64: Fix warnings during libgcc build - - - - --- 2023-07-11 Florian Weimer New
libgcc: Fix -Wint-conversion warning in find_fde_tail libgcc: Fix -Wint-conversion warning in find_fde_tail - - - - --- 2023-07-10 Florian Weimer New
libgcc: Fix eh_frame fast path in find_fde_tail libgcc: Fix eh_frame fast path in find_fde_tail - - - - --- 2023-06-06 Florian Weimer New
libstdc++: Mention recent libgcc_s symbol versions in manual libstdc++: Mention recent libgcc_s symbol versions in manual - - - - --- 2023-04-28 Florian Weimer New
Various fixes for DWARF register size computation Various fixes for DWARF register size computation - - - - --- 2023-01-03 Florian Weimer New
c: Propagate erroneous types to declaration specifiers [PR107805] c: Propagate erroneous types to declaration specifiers [PR107805] - - - - --- 2022-11-22 Florian Weimer New
[3/3] libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments Further libgcc unwinder improvements - - - - --- 2022-11-08 Florian Weimer New
[2/3] Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF register size is constant Further libgcc unwinder improvements - - - - --- 2022-11-08 Florian Weimer New
[1/3] Compute a table of DWARF register sizes at compile Further libgcc unwinder improvements - - - - --- 2022-11-08 Florian Weimer New
[v2] libgcc: Mostly vectorize CIE encoding extraction for FDEs [v2] libgcc: Mostly vectorize CIE encoding extraction for FDEs - - - - --- 2022-11-04 Florian Weimer New
[v2] libiberty: Fix C89-isms in configure tests [v2] libiberty: Fix C89-isms in configure tests - - - - --- 2022-10-18 Florian Weimer New
libiberty: Fix C89-isms in configure tests libiberty: Fix C89-isms in configure tests - - - - --- 2022-10-18 Florian Weimer New
libsanitizer: Avoid implicit function declaration in configure test libsanitizer: Avoid implicit function declaration in configure test - - - - --- 2022-10-18 Florian Weimer New
libgcc: Mostly vectorize CIE encoding extraction for FDEs libgcc: Mostly vectorize CIE encoding extraction for FDEs - - - - --- 2022-10-17 Florian Weimer New
libgcc: Special-case BFD ld unwind table encodings in find_fde_tail libgcc: Special-case BFD ld unwind table encodings in find_fde_tail - - - - --- 2022-10-17 Florian Weimer New
libgcc: Move cfa_how into potential padding in struct frame_state_reg_info libgcc: Move cfa_how into potential padding in struct frame_state_reg_info - - - - --- 2022-10-14 Florian Weimer New
libgcc: Fix _Unwind_Find_FDE for missing unwind data with glibc 2.35 libgcc: Fix _Unwind_Find_FDE for missing unwind data with glibc 2.35 - - - - --- 2022-01-24 Florian Weimer New
[v3] elf: Add _dl_find_object function [v3] elf: Add _dl_find_object function - - - - --- 2021-12-03 Florian Weimer New
[v2] elf: Add _dl_find_object function [v2] elf: Add _dl_find_object function - - - - --- 2021-11-25 Florian Weimer New
[RFC] Implement #pragma GCC noexpand [RFC] Implement #pragma GCC noexpand - - - - --- 2021-11-05 Florian Weimer New
[4/4] libgcc: Use _dl_find_eh_frame in _Unwind_Find_FDE Use _dl_find_eh_frame to locate DWARF EH data in the unwinder - - - - --- 2021-11-03 Florian Weimer New
[3/4] libgcc: Split FDE search code from PT_GNU_EH_FRAME lookup Use _dl_find_eh_frame to locate DWARF EH data in the unwinder - - - - --- 2021-11-03 Florian Weimer New
[2/4] libgcc: Remove dbase member from struct unw_eh_callback_data if NULL Use _dl_find_eh_frame to locate DWARF EH data in the unwinder - - - - --- 2021-11-03 Florian Weimer New
[1/4] libgcc: Remove tbase member from struct unw_eh_callback_data Use _dl_find_eh_frame to locate DWARF EH data in the unwinder - - - - --- 2021-11-03 Florian Weimer New
[3/3] elf: Add _dl_find_eh_frame function Add _dl_find_eh_frame function for unwinder optimization - - - - --- 2021-11-03 Florian Weimer New
[2/3] elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres Add _dl_find_eh_frame function for unwinder optimization - - 1 - --- 2021-11-03 Florian Weimer New
[1/3] nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c Add _dl_find_eh_frame function for unwinder optimization - - 1 - --- 2021-11-03 Florian Weimer New
libgomp: Include <limits.h> early to avoid link failure with glibc 2.34 libgomp: Include <limits.h> early to avoid link failure with glibc 2.34 - - - - --- 2021-07-12 Florian Weimer New
PR target/97250: i386: Add support for x86-64-v2, x86-64-v3, x86-64-v4 levels for x86-64 PR target/97250: i386: Add support for x86-64-v2, x86-64-v3, x86-64-v4 levels for x86-64 - - - - --- 2020-09-30 Florian Weimer New
i386: Define __LAHF_SAHF__ and __MOVBE__ macros, based on ISA flags i386: Define __LAHF_SAHF__ and __MOVBE__ macros, based on ISA flags - - - - --- 2020-09-29 Florian Weimer New
[wwwdocs] Explicitly list powerpc64le-unknown-linux-gnu as a primary platform [wwwdocs] Explicitly list powerpc64le-unknown-linux-gnu as a primary platform - - - - --- 2020-07-13 Florian Weimer New
Fix GCC_LINUX_FUTEX to work with C99 compilers Fix GCC_LINUX_FUTEX to work with C99 compilers - - - - --- 2019-09-06 Florian Weimer New
Linux x86 unwinder: Handle __NR_sigreturn for __kernel_sigreturn support Linux x86 unwinder: Handle __NR_sigreturn for __kernel_sigreturn support - - - - --- 2018-12-14 Florian Weimer New
middle-end/81035: Mention that noreturn suppresses tail call optimization middle-end/81035: Mention that noreturn suppresses tail call optimization - - - - --- 2018-09-21 Florian Weimer New
PR libgcc/60790: Avoid IFUNC resolver access to uninitialized data PR libgcc/60790: Avoid IFUNC resolver access to uninitialized data - - - - --- 2018-03-29 Florian Weimer New
PR libgcc/78064: Add missing include directive to unwind-c.c - - - - --- 2016-10-21 Florian Weimer New
manual: _Bool has trap representations - - - - --- 2016-09-19 Florian Weimer New
ada/77535: GNAT.Perfect_Hash_Generators for non-1-based strings - - - - --- 2016-09-08 Florian Weimer New
[COMMITTED] Update MAINTAINERS - - - - --- 2015-10-02 Florian Weimer New
[Ada] Make the stack non-executable in GNAT tools - - - - --- 2015-08-13 Florian Weimer New
-finit-local-vars option - - - - --- 2014-06-06 Florian Weimer New
Provide inlining context in strict-overflow warnings - - - - --- 2014-05-14 Florian Weimer New
Provide inlining context in strict-overflow warnings - - - - --- 2014-05-13 Florian Weimer New
Extend -fstack-protector-strong to cover calls with return slot - - - - --- 2014-01-08 Florian Weimer New
Drop -m32 from pr59099.c - - - - --- 2014-01-07 Florian Weimer New
Extend -fstack-protector-strong to cover calls with return slot - - - - --- 2014-01-07 Florian Weimer New
Extend -fstack-protector-strong to cover calls with return slot - - - - --- 2014-01-03 Florian Weimer New
[committed] Remove walk_use_def_chains - - - - --- 2013-09-26 Florian Weimer New
Fix buffer overflow in ipa_profile - - - - --- 2013-08-23 Florian Weimer New
[vtv,update] Fix /tmp directory issues in libvtv - - - - --- 2013-08-20 Florian Weimer New
[C,C++] Implement -Wstatic-local - - - - --- 2013-07-23 Florian Weimer New
Go patch committed: Update libgo to 1.1.1 - - - - --- 2013-07-16 Florian Weimer New
[PING^2,C++] Add overflow checking to __cxa_vec_new[23] - - - - --- 2012-11-06 Florian Weimer New
[PING^2,C++] Add overflow checking to __cxa_vec_new[23] - - - - --- 2012-11-05 Florian Weimer New
« 1 2 ... 264 265 2661264 1265 »