Show patches with: State = Action Required       |    Archived = No       |   126518 patches
« 1 2 ... 792 793 7941265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
use warning_n instead of _at (PR 84818) use warning_n instead of _at (PR 84818) - - - - --- 2018-03-29 Martin Sebor New
[documentation] add detail to const and pure attributes [documentation] add detail to const and pure attributes - - - - --- 2018-03-27 Martin Sebor New
[committed] xfail assertion in c-c++-common/Warray-bounds-3.c (PR 83462) [committed] xfail assertion in c-c++-common/Warray-bounds-3.c (PR 83462) - - - - --- 2018-03-27 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
avoid warning for memcpy to self (PR 83456) avoid warning for memcpy to self (PR 83456) - - - - --- 2018-03-07 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
accept attribute nonstring on all narrow characters (PR 84725) accept attribute nonstring on all narrow characters (PR 84725) - - - - --- 2018-03-05 Martin Sebor New
deprecate -finline-limit and make it an optimization option (PR 84603) deprecate -finline-limit and make it an optimization option (PR 84603) - - - - --- 2018-03-01 Martin Sebor New
merge attributes from function template redeclarations (PR 84294) merge attributes from function template redeclarations (PR 84294) - - - - --- 2018-02-28 Martin Sebor New
handle fallout from attributes patch (PR 84617) handle fallout from attributes patch (PR 84617) - - - - --- 2018-02-28 Martin Sebor New
[PATCH/testsuite] avoid test failures with -fpic [PATCH/testsuite] avoid test failures with -fpic - - - - --- 2018-02-26 Martin Sebor New
expand description of poly_int conversions expand description of poly_int conversions - - - - --- 2018-02-26 Martin Sebor New
[PING] consider successor blocks when avoiding -Wstringop-truncation (PR 84468) [PING] consider successor blocks when avoiding -Wstringop-truncation (PR 84468) - - - - --- 2018-02-25 Martin Sebor New
fix ICE in generic_overlap (PR 84526) fix ICE in generic_overlap (PR 84526) - - - - --- 2018-02-23 Martin Sebor New
avoid bogus -Wstringop-truncation when inlining (PR 84480) avoid bogus -Wstringop-truncation when inlining (PR 84480) - - - - --- 2018-02-21 Martin Sebor New
consider successor blocks when avoiding -Wstringop-truncation (PR 84468) consider successor blocks when avoiding -Wstringop-truncation (PR 84468) - - - - --- 2018-02-20 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
update LTO test harness README update LTO test harness README - - - - --- 2018-02-14 Martin Sebor New
adjust warning_n() to take uhwi (PR 84207) adjust warning_n() to take uhwi (PR 84207) - - - - --- 2018-02-13 Martin Sebor New
diagnose specializations of deprecated templates (PR c++/84318) diagnose specializations of deprecated templates (PR c++/84318) - - - - --- 2018-02-12 Martin Sebor New
add -Wstringop-overflow to LTO options (PR 84212) add -Wstringop-overflow to LTO options (PR 84212) - - - - --- 2018-02-07 Martin Sebor New
[RFC] avoid applying attributes to explicit specializations (PR 83871) [RFC] avoid applying attributes to explicit specializations (PR 83871) - - - - --- 2018-02-05 Martin Sebor New
avoid warning for members declared both aligned and packed (PR 84108) avoid warning for members declared both aligned and packed (PR 84108) - - - - --- 2018-02-02 Martin Sebor New
correct -Wrestrict handling of arrays of arrays (PR 84095) correct -Wrestrict handling of arrays of arrays (PR 84095) - - - - --- 2018-01-30 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
make -Wrestrict for strcat more meaningful (PR 83698) make -Wrestrict for strcat more meaningful (PR 83698) - - - - --- 2018-01-16 Martin Sebor New
avoid assuming known string length is constant (PR 83896) avoid assuming known string length is constant (PR 83896) - - - - --- 2018-01-16 Martin Sebor New
handle multiple flexible array members (PR 83588) handle multiple flexible array members (PR 83588) - - - - --- 2018-01-14 Martin Sebor New
document -Wclass-memaccess suppression by casting (PR 81327) document -Wclass-memaccess suppression by casting (PR 81327) - - - - --- 2018-01-13 Martin Sebor New
handle local aggregate initialization in strlen (PR 83821) handle local aggregate initialization in strlen (PR 83821) - - - - --- 2018-01-12 Martin Sebor New
[PATCH/RFC] enable -Wstrict-prototypes (PR 82922) [PATCH/RFC] enable -Wstrict-prototypes (PR 82922) - - - - --- 2018-01-11 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
fold strlen of constant aggregates (PR 83693) fold strlen of constant aggregates (PR 83693) - - - - --- 2018-01-08 Martin Sebor New
[PATCH improve early strlen range folding (PR 83671) [PATCH improve early strlen range folding (PR 83671) - - - - --- 2018-01-06 Martin Sebor New
libgo: add missing prototypes (PR 82922) libgo: add missing prototypes (PR 82922) - - - - --- 2018-01-05 Martin Sebor New
minor tweak to complete strlen fix for PR83501 minor tweak to complete strlen fix for PR83501 - - - - --- 2018-01-03 Martin Sebor New
exempt invalid built-in calls from -Wrestrict (PR 83655) exempt invalid built-in calls from -Wrestrict (PR 83655) - - - - --- 2018-01-02 Martin Sebor New
handle invalid calls to built-ins with no prototype (PR 83603) handle invalid calls to built-ins with no prototype (PR 83603) - - - - --- 2018-01-02 Martin Sebor New
avoid -Wsuggest-attribute=const for void functions (PR 83559) avoid -Wsuggest-attribute=const for void functions (PR 83559) - - - - --- 2018-01-02 Martin Sebor New
constrain strcat destination offset (PR 83642) constrain strcat destination offset (PR 83642) - - - - --- 2018-01-01 Martin Sebor New
correct handling of offset ranges that cross PTRDIFF_MAX (PR 83640) correct handling of offset ranges that cross PTRDIFF_MAX (PR 83640) - - - - --- 2018-01-01 Martin Sebor New
avoid using %lli et al. avoid using %lli et al. - - - - --- 2017-12-21 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
[committed] correct handling of anti-ranges in -Warray-bounds for built-ins (PR 83446) [committed] correct handling of anti-ranges in -Warray-bounds for built-ins (PR 83446) - - - - --- 2017-12-18 Martin Sebor New
diagnose attribute conflicts on conversion operators (PR 83394) diagnose attribute conflicts on conversion operators (PR 83394) - - - - --- 2017-12-13 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
avoid alignment error for attribute warn_if_not_aligned avoid alignment error for attribute warn_if_not_aligned - - - - --- 2017-12-12 Martin Sebor New
avoid false negatives in attr-nonstring-3.c (PR 83131) avoid false negatives in attr-nonstring-3.c (PR 83131) - - - - --- 2017-12-11 Martin Sebor New
have -Wnonnull print inlining stack (PR 83369) have -Wnonnull print inlining stack (PR 83369) - - - - --- 2017-12-11 Martin Sebor New
[committed] prune warning from test output to avoid arm-none-eabi failure (PR 83303) [committed] prune warning from test output to avoid arm-none-eabi failure (PR 83303) - - - - --- 2017-12-06 Martin Sebor New
avoid bogus -Wstringop-overflow for strncpy with _FORTIFY_SOURCE (PR 82646) avoid bogus -Wstringop-overflow for strncpy with _FORTIFY_SOURCE (PR 82646) - - - - --- 2017-12-05 Martin Sebor New
emit a trap for buffer overflow in placement new emit a trap for buffer overflow in placement new - - - - --- 2017-12-04 Martin Sebor New
enhance documentation of -Wstringop-truncation enhance documentation of -Wstringop-truncation - - - - --- 2017-12-03 Martin Sebor New
handle invalid array index in warn_placement_new_too_small (PR 83058) handle invalid array index in warn_placement_new_too_small (PR 83058) - - - - --- 2017-11-27 Martin Sebor New
avoid assuming strncat/strncpy don't change length of source string (PR 83075) avoid assuming strncat/strncpy don't change length of source string (PR 83075) - - - - --- 2017-11-20 Martin Sebor New
handle non-constant offsets in -Wstringop-overflow (PR 77608) handle non-constant offsets in -Wstringop-overflow (PR 77608) - - - - --- 2017-11-17 Martin Sebor New
[PING,2] enhance -Wrestrict to handle string built-ins (PR 78918) [PING,2] enhance -Wrestrict to handle string built-ins (PR 78918) - - - - --- 2017-11-16 Martin Sebor New
detect nonstring arguments to string functions (PR 82945) detect nonstring arguments to string functions (PR 82945) - - - - --- 2017-11-13 Martin Sebor New
avoid -Wstringop-truncation in Darwin bootstrap avoid -Wstringop-truncation in Darwin bootstrap - - - - --- 2017-11-10 Martin Sebor New
enhance -Warray-bounds to detect out-of-bounds offsets (PR 82455) enhance -Warray-bounds to detect out-of-bounds offsets (PR 82455) - - - - --- 2017-10-29 Martin Sebor New
enhance -Warray-bounds to handle strings and excessive indices enhance -Warray-bounds to handle strings and excessive indices - - - - --- 2017-10-18 Martin Sebor New
[PING] Re: correct attribute ifunc C++ type safety (PR 82301) [PING] Re: correct attribute ifunc C++ type safety (PR 82301) - - - - --- 2017-10-11 Martin Sebor New
avoid ifunc warnings in libatomic configure avoid ifunc warnings in libatomic configure - - - - --- 2017-10-02 Martin Sebor New
correct attribute ifunc C++ type safety (PR 82301) correct attribute ifunc C++ type safety (PR 82301) - - - - --- 2017-09-25 Martin Sebor New
handle pathological anti-ranges in gimple_fold_builtin_memory_op (PR 81908) - - - - --- 2017-08-24 Martin Sebor New
handle pathological anti-ranges in gimple_fold_builtin_memory_op (PR 81908) - - - - --- 2017-08-23 Martin Sebor New
[PING,#2] enhance -Wrestrict to handle string built-ins (PR 78918) - - - - --- 2017-08-21 Martin Sebor New
detect incompatible aliases (PR c/81854) - - - - --- 2017-08-18 Martin Sebor New
detect incompatible aliases (PR c/81854) - - - - --- 2017-08-18 Martin Sebor New
correct documentation of attribute ifunc (PR 81882) - - - - --- 2017-08-17 Martin Sebor New
correct documentation of attribute ifunc (PR 81882) - - - - --- 2017-08-17 Martin Sebor New
[1/3] improve detection of attribute conflicts (PR 81544) - - - - --- 2017-08-17 Martin Sebor New
[5/3] C++ bits to improve detection of attribute conflicts (PR 81544) - - - - --- 2017-08-17 Martin Sebor New
[4/3] improve detection of attribute conflicts (PR 81544) - - - - --- 2017-08-16 Martin Sebor New
use strnlen in pretty printer for "%.*s" (PR 81859) - - - - --- 2017-08-16 Martin Sebor New
[3/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-14 Martin Sebor New
[2/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-14 Martin Sebor New
[2/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-14 Martin Sebor New
[1/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-14 Martin Sebor New
[committed] remove stray space from a warning message (PR 79998) - - - - --- 2017-08-14 Martin Sebor New
[3/3] diagnose attribute aligned conflicts (PR 81566) - - - - --- 2017-08-08 Martin Sebor New
[2/3] improve detection of attribute conflicts (PR 81544) - - - - --- 2017-08-08 Martin Sebor New
[1/3] improve detection of attribute conflicts (PR 81544) - - - - --- 2017-08-08 Martin Sebor New
[4/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-06 Martin Sebor New
[3/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-06 Martin Sebor New
[2/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-06 Martin Sebor New
[1/4] enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-08-06 Martin Sebor New
minor readability tweaks to print_node - - - - --- 2017-08-02 Martin Sebor New
enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-07-31 Martin Sebor New
fix the handling of string precision in pretty printer (PR 81586) - - - - --- 2017-07-27 Martin Sebor New
enhance -Wrestrict to handle string built-ins (PR 78918) - - - - --- 2017-07-20 Martin Sebor New
enhance -Wrestrict to handle string built-ins (PR 78918) - - - - --- 2017-07-16 Martin Sebor New
enhance overflow and truncation detection in strncpy and strncat (PR 81117) - - - - --- 2017-07-08 Martin Sebor New
document IntegerRange in internals manual - - - - --- 2017-07-07 Martin Sebor New
prevent -Wall from resetting -Wstringop-overflow=2 to 1 (pr 81345) - - - - --- 2017-07-06 Martin Sebor New
warn on mem calls modifying objects of non-trivial types (PR 80560) - - - - --- 2017-07-05 Martin Sebor New
enhance -Wrestrict for sprintf %s arguments - - - - --- 2017-07-02 Martin Sebor New
consider casts in -Wclass-memaccess (PR c++/81169) - - - - --- 2017-06-22 Martin Sebor New
document cp_operator_id and cp_assignment_operator_id - - - - --- 2017-06-15 Martin Sebor New
document cp_operator_id and cp_assignment_operator_id - - - - --- 2017-06-15 Martin Sebor New
« 1 2 ... 792 793 7941265 1266 »