https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190
Richard Biener changed:
What|Removed |Added
Resolution|--- |FIXED
Status|WAITING
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190
Eric Gallager changed:
What|Removed |Added
CC||rguenth at gcc dot gnu.org
--- Comment #
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
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
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
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95190
Martin Sebor changed:
What|Removed |Added
Last reconfirmed||2020-05-18
Status|UNCONFIRMED