https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878
Bug ID: 110878
Summary: -Wstringop-overread incorrectly warns about arguments
to functions with static array parameter declarations
Product: gcc
Version: 13.2.0
Status:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878
--- Comment #3 from Taylor R Campbell
---
(In reply to Andrew Pinski from comment #1)
> There is another bug report dealing with this. But IIRC this is an expected
> warning as foo is being passed an array which is size 16 but then passed to
>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114879
Bug ID: 114879
Summary: std::ios::sync_with_stdio(false) triggers undefined
behaviour of fflush(stdin)
Product: gcc
Version: 13.2.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110592
Taylor R Campbell changed:
What|Removed |Added
CC||campbell+gcc-bugzilla@mumbl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110592
--- Comment #7 from Taylor R Campbell
---
> Sorry, no, NetBSD/sparc is too obscure a platform to justify changing the
> default for the entire compiler. But you can do like Linux & Solaris and
> add sparc/tso.h to the tm_file list of sparc-*-n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110592
--- Comment #10 from Taylor R Campbell ---
(In reply to Eric Botcazou from comment #9)
> > I don't understand, how would that help? As I understand it, whenever
> > `-mcpu=v7', the memory model is just ignored -- even if we set it to TSO --
> >