[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2021-12-15 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 Bug 81592 depends on bug 78969, which changed state. Bug 78969 Summary: bogus snprintf truncation warning due to missing range info https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969 What|Removed |Added

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #9 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:59:22 2018 New Revision: 257857 URL: https://gcc.gnu.org/viewcvs?rev=257857=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #8 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:56:56 2018 New Revision: 257855 URL: https://gcc.gnu.org/viewcvs?rev=257855=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #7 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:56:01 2018 New Revision: 257854 URL: https://gcc.gnu.org/viewcvs?rev=257854=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #6 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:53:29 2018 New Revision: 257853 URL: https://gcc.gnu.org/viewcvs?rev=257853=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #5 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:52:07 2018 New Revision: 257852 URL: https://gcc.gnu.org/viewcvs?rev=257852=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2018-02-20 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #4 from Jeffrey A. Law --- Author: law Date: Tue Feb 20 18:49:46 2018 New Revision: 257851 URL: https://gcc.gnu.org/viewcvs?rev=257851=gcc=rev Log: PR middle-end/82123 PR tree-optimization/81592 PR

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2017-12-12 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2017-07-31 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 --- Comment #2 from Arnd Bergmann --- I have scanned the linux kernel sources for related bogus warnings and found six others like this one that do not show up using gcc-7.1.1 without UBSAN but do show up with UBSAN added in:

[Bug tree-optimization/81592] spurious -Wformat-overflow warning with -fsanitize=signed-integer-overflow

2017-07-27 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81592 Martin Sebor changed: What|Removed |Added Keywords||diagnostic