Show patches with: Submitter = Martin Sebor       |    State = Action Required       |    Archived = No       |   872 patches
« 1 2 3 48 9 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
wrap long tree chains in a list to avoid attribute error (PR 97413) wrap long tree chains in a list to avoid attribute error (PR 97413) - - - - --- 2020-10-14 Martin Sebor New
work harder to avoid -Wuninitialized for empty structs (PR 96295) work harder to avoid -Wuninitialized for empty structs (PR 96295) - - - - --- 2020-09-15 Martin Sebor New
work around MPFR undefined behavior (PR 78786) - - - - --- 2016-12-14 Martin Sebor New
warn on uninitialized accesses by function calls (PR 10138) warn on uninitialized accesses by function calls (PR 10138) - - - - --- 2020-05-15 Martin Sebor New
warn on returning alloca and VLA (PR 71924, 90549) warn on returning alloca and VLA (PR 71924, 90549) - - - - --- 2019-05-22 Martin Sebor New
warn on overflow in calls to allocation functions (bugs 77531 and 78284) - - - - --- 2016-11-14 Martin Sebor New
warn on overflow in calls to allocation functions (bugs 77531 and 78284) - - - - --- 2016-11-16 Martin Sebor New
warn on overflow in calls to allocation functions (bugs 77531 and 78284) - - - - --- 2016-11-18 Martin Sebor New
warn on overflow in calls to allocation functions (bugs 77531 and 78284) - - - - --- 2016-11-20 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-04-29 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-05-11 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-05-12 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-05-24 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-05-24 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-05-27 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-06-06 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-06-06 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-06-08 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-06-15 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-07-05 Martin Sebor New
warn for unsafe calls to __builtin_return_address - - - - --- 2015-07-28 Martin Sebor New
warn for unsafe calls to __builtin_return_address - - - - --- 2015-07-28 Martin Sebor New
warn for strlen of arrays with missing nul (PR 86552) warn for strlen of arrays with missing nul (PR 86552) - - - - --- 2018-07-19 Martin Sebor New
warn for sprintf argument mismatches (PR 87034) warn for sprintf argument mismatches (PR 87034) - - - - --- 2018-08-22 Martin Sebor New
warn for reading past the end by library functions (PR 54924, 79234) - - - - --- 2017-04-20 Martin Sebor New
warn for more impossible null pointer tests warn for more impossible null pointer tests - - - - --- 2021-09-01 Martin Sebor New
warn for integer overflow in allocation calls (PR 96838) warn for integer overflow in allocation calls (PR 96838) - - - - --- 2020-09-15 Martin Sebor New
use zero as the lower bound for a signed-unsigned range (PR 79327) - - - - --- 2017-02-01 Martin Sebor New
use zero as the lower bound for a signed-unsigned range (PR 79327) - - - - --- 2017-02-03 Martin Sebor New
use zero as the lower bound for a signed-unsigned range (PR 79327) - - - - --- 2017-02-03 Martin Sebor New
use warning_n instead of _at (PR 84818) use warning_n instead of _at (PR 84818) - - - - --- 2018-03-29 Martin Sebor New
use the right conversion warning option (PR c/80892) - - - - --- 2017-05-30 Martin Sebor New
use strnlen in pretty printer for "%.*s" (PR 81859) - - - - --- 2017-08-16 Martin Sebor New
use string length to relax -Wstringop-overflow for nonstrings (PR 85623) use string length to relax -Wstringop-overflow for nonstrings (PR 85623) - - - - --- 2018-05-10 Martin Sebor New
use pointer size rather than array size when storing the former (PR 93829) use pointer size rather than array size when storing the former (PR 93829) - - - - --- 2020-02-20 Martin Sebor New
use memcpy instead of strncpy for dyn_string insertion use memcpy instead of strncpy for dyn_string insertion - - - - --- 2021-01-28 Martin Sebor New
use is_empty_type to check for empty types (PR 97840) use is_empty_type to check for empty types (PR 97840) - - - - --- 2020-11-16 Martin Sebor New
use get_size_range to get allocated size (PR 92942) use get_size_range to get allocated size (PR 92942) - - - - --- 2020-08-28 Martin Sebor New
use fallback location for warning (PR 91599) use fallback location for warning (PR 91599) - - - - --- 2019-08-30 Martin Sebor New
use attribute exclusion to reject naked vs target_clones conflicts (PR 84723) use attribute exclusion to reject naked vs target_clones conflicts (PR 84723) - - - - --- 2018-03-07 Martin Sebor New
use all same precision in wide_int arguments (PR 93986) use all same precision in wide_int arguments (PR 93986) - - - - --- 2020-03-02 Martin Sebor New
use TYPE_SIZE instead of TYPE_DOMAIN to compute array size (PR 86400) use TYPE_SIZE instead of TYPE_DOMAIN to compute array size (PR 86400) - - - - --- 2018-07-05 Martin Sebor New
use TYPE_SIZE instead of DECL_SIZE for classes (PR 97595) use TYPE_SIZE instead of DECL_SIZE for classes (PR 97595) - - - - --- 2020-11-17 Martin Sebor New
use MAX_OFILE_ALIGNMENT to validate attribute aligned (PR 87795) use MAX_OFILE_ALIGNMENT to validate attribute aligned (PR 87795) - - - - --- 2018-10-30 Martin Sebor New
use EVRP in more strlen functions use EVRP in more strlen functions - - - - --- 2019-10-28 Martin Sebor New
update get_range_strlen description update get_range_strlen description - - - - --- 2019-06-06 Martin Sebor New
update Zero-length array documentation update Zero-length array documentation - - - - --- 2018-06-05 Martin Sebor New
update LTO test harness README update LTO test harness README - - - - --- 2018-02-14 Martin Sebor New
update -Wall and -Wextra documentation - - - - --- 2015-12-09 Martin Sebor New
update -Wall and -Wextra documentation - - - - --- 2015-12-10 Martin Sebor New
unshare expressions in attribute arguments unshare expressions in attribute arguments - - - - --- 2020-11-20 Martin Sebor New
underline null argument in -Wnonnull (PR c++/86568) underline null argument in -Wnonnull (PR c++/86568) - - - - --- 2020-06-05 Martin Sebor New
tweak component_ref_size to extend -Wzero-length-array-bounds and not ICE (PR 92373) tweak component_ref_size to extend -Wzero-length-array-bounds and not ICE (PR 92373) - - - - --- 2019-11-06 Martin Sebor New
tweak -Wplacement-new to fix #69662 - - - - --- 2016-02-04 Martin Sebor New
tree-optimization/71831 - __builtin_object_size poor results with no optimization - - - - --- 2016-08-19 Martin Sebor New
tree-optimization/71831 - __builtin_object_size poor results with no optimization - - - - --- 2016-08-21 Martin Sebor New
tree-optimization/71831 - __builtin_object_size poor results with no optimization - - - - --- 2016-08-21 Martin Sebor New
treat -Wxxx-larger-than=HWI_MAX special (PR 86631) treat -Wxxx-larger-than=HWI_MAX special (PR 86631) - - - - --- 2018-07-25 Martin Sebor New
track dynamic allocation in strlen (PR 91582) track dynamic allocation in strlen (PR 91582) - - - - --- 2019-11-12 Martin Sebor New
tighten up validation of built-in redeclarations (PR 93926) tighten up validation of built-in redeclarations (PR 93926) - - - - --- 2020-02-27 Martin Sebor New
tighten up checking for virtual bases (PR 99502) tighten up checking for virtual bases (PR 99502) - - - - --- 2021-03-11 Martin Sebor New
tighten up attribute access validation (PR 97879) tighten up attribute access validation (PR 97879) - - - - --- 2020-11-18 Martin Sebor New
tighten up -Wbuiltin-declaration-mismatch (PR 86125) tighten up -Wbuiltin-declaration-mismatch (PR 86125) - - - - --- 2018-06-13 Martin Sebor New
teach compute_objsize about placement new (PR 100876) teach compute_objsize about placement new (PR 100876) - - - - --- 2021-06-02 Martin Sebor New
target/68972 - g++.dg/cpp1y/vla-initlist1.C test case fails on powerpc64le - - - - --- 2016-01-28 Martin Sebor New
suppress unhelpful -Wformat-truncation=2 INT_MAX warning (PR 79448) - - - - --- 2017-02-10 Martin Sebor New
suppress -Wstringop-overflow when no-warning is set (PR 83508) suppress -Wstringop-overflow when no-warning is set (PR 83508) - - - - --- 2018-01-10 Martin Sebor New
squash spurious warnings in dominance.c - - - - --- 2017-04-22 Martin Sebor New
squash spurious warnings in dominance.c - - - - --- 2017-04-24 Martin Sebor New
specify large command line option arguments (PR 82063) specify large command line option arguments (PR 82063) - - - - --- 2018-06-24 Martin Sebor New
some more -Wformat-diag cleanup some more -Wformat-diag cleanup - - - - --- 2019-06-24 Martin Sebor New
skip memcpy-6.c for failing targets (PR 83483) skip memcpy-6.c for failing targets (PR 83483) - - - - --- 2017-12-20 Martin Sebor New
simplify get_range_strlen interface simplify get_range_strlen interface - - - - --- 2021-11-15 Martin Sebor New
set range for strlen(array) to avoid spurious -Wstringop-overflow (PR 83373 , PR 78450) set range for strlen(array) to avoid spurious -Wstringop-overflow (PR 83373 , PR 78450) - - - - --- 2017-12-12 Martin Sebor New
separate reading past the end from -Wstringop-overflow separate reading past the end from -Wstringop-overflow - - - - --- 2020-06-24 Martin Sebor New
run early sprintf warning after SSA (PR 100325) run early sprintf warning after SSA (PR 100325) - - - - --- 2021-05-04 Martin Sebor New
run -Wnonnull later (PR 87489) run -Wnonnull later (PR 87489) - - - - --- 2021-02-01 Martin Sebor New
restore pedantic warning on flexible array members (c++/71290) - - - - --- 2017-01-25 Martin Sebor New
restore ancient -Waddress for weak symbols [PR33925] restore ancient -Waddress for weak symbols [PR33925] - - - - --- 2021-10-04 Martin Sebor New
restore CFString handling in attribute format (PR 88638) restore CFString handling in attribute format (PR 88638) - - - - --- 2019-01-04 Martin Sebor New
restore -Wunused-variable on a typedef'd variable in a function template (PR 79548) - - - - --- 2017-02-18 Martin Sebor New
restore -Wunused-variable on a typedef'd variable in a function template (PR 79548) - - - - --- 2017-03-21 Martin Sebor New
restore -Wstringop-overflow for checked strcpy/strcat (PR 85259) restore -Wstringop-overflow for checked strcpy/strcat (PR 85259) - - - - --- 2018-05-14 Martin Sebor New
restore -Warray-bounds for string literals (PR 83776) restore -Warray-bounds for string literals (PR 83776) - - - - --- 2018-01-26 Martin Sebor New
report as disabled options unsupported by a language (PR 80545) report as disabled options unsupported by a language (PR 80545) - - - - --- 2019-07-22 Martin Sebor New
replace ICE with error for failed template deduction (PR 84355) replace ICE with error for failed template deduction (PR 84355) - - - - --- 2018-02-15 Martin Sebor New
rename -Wformat-length to -Wformat-overflow - - - - --- 2017-01-12 Martin Sebor New
remove trailing spaces from tree-ssa-strlen.c remove trailing spaces from tree-ssa-strlen.c - - - - --- 2019-06-06 Martin Sebor New
remove %p handling from gimple-ssa-sprintf (pr78512) - - - - --- 2016-11-29 Martin Sebor New
release pointer_query cache when done (PR 98937) release pointer_query cache when done (PR 98937) - - - - --- 2021-02-02 Martin Sebor New
relax rule for flexible array members in 6.x (78039 - fails to compile glibc tests) - - - - --- 2016-10-21 Martin Sebor New
relax lower bound for infinite arguments in gimple-ssa-sprinf.c (PR 86274) relax lower bound for infinite arguments in gimple-ssa-sprinf.c (PR 86274) - - - - --- 2018-07-03 Martin Sebor New
relax -Wsizeof-pointer-memaccess for strncpy with size of source (PR 85931) relax -Wsizeof-pointer-memaccess for strncpy with size of source (PR 85931) - - - - --- 2018-05-30 Martin Sebor New
relax -Wformat-overflow for precision ranges (PR 79275) - - - - --- 2017-01-30 Martin Sebor New
relax -Wclass-memaccess for class members (PR 84850) relax -Wclass-memaccess for class members (PR 84850) - - - - --- 2018-03-20 Martin Sebor New
reject invalid flexarrays even in anonymous structs (PR 93753) reject invalid flexarrays even in anonymous structs (PR 93753) - - - - --- 2020-02-17 Martin Sebor New
reject conflicting attributes before calling handlers (PR 86453) reject conflicting attributes before calling handlers (PR 86453) - - - - --- 2018-07-11 Martin Sebor New
refine -Wstringop-truncation and -Wsizeof-pointer-memaccess for strncat of nonstrings (PR 85602) refine -Wstringop-truncation and -Wsizeof-pointer-memaccess for strncat of nonstrings (PR 85602) - - - - --- 2018-05-18 Martin Sebor New
propagate attributes to local redeclaration (PR 99420) propagate attributes to local redeclaration (PR 99420) - - - - --- 2021-04-08 Martin Sebor New
print help for undocumented options - - - - --- 2015-10-14 Martin Sebor New
« 1 2 3 48 9 »