[Bug lto/95190] Documentation for -Wstringop-overflow

2020-12-07 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-12-07 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 Eric Gallager changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment #

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 --- Comment #7 from CVS Commits --- The releases/gcc-10 branch has been updated by Richard Biener : https://gcc.gnu.org/g:a24d9b5bbb6a298ff4e55d731d5e436b0da9e38a commit r10-8169-ga24d9b5bbb6a298ff4e55d731d5e436b0da9e38a Author: Richard Biener

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-22 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:ab7eca92926fdc1da880120c116a1832fce56a29 commit r11-565-gab7eca92926fdc1da880120c116a1832fce56a29 Author: Richard Biener Date: T

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-19 Thread stayprivate at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 --- Comment #5 from Mario Charest --- On Tue, May 19, 2020 at 2:35 AM rguenth at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 > > --- Comment #2 from Richard Biener --- > This is new be

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-19 Thread stayprivate at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 --- Comment #4 from Mario Charest --- On Mon, May 18, 2020 at 1:09 PM msebor at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 > > Martin Sebor changed: > >What|Removed

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 --- Comment #3 from Martin Liška --- > "writing 1 bytes into a region of size 0 -Wstringop-overflow=". Yet > -Wno-stringop-overflow is passed to the compiler. I tried disabling the > warning with #pragma diagnostic, no luck there. I must confir

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-18 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 --- Comment #2 from Richard Biener --- This is new behavior for warnings in GCC 10 and now how all other optimization options behave - the option state is fixed per function at compile-time and carried over to link-time. Indeed warning options a

[Bug lto/95190] Documentation for -Wstringop-overflow

2020-05-18 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190 Martin Sebor changed: What|Removed |Added Last reconfirmed||2020-05-18 Status|UNCONFIRMED