https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102993
--- Comment #7 from Luke Dashjr ---
It's the standard Ubuntu focal g++-mingw-w64-i686 package.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102993
Luke Dashjr changed:
What|Removed |Added
Version|7.0 |9.3.0
--- Comment #2 from Luke Dashjr --
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102993
Bug ID: 102993
Summary: -mcf-protection=full produces segfaulting code when
targeting 32-bit x86 (i686)
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85915
--- Comment #16 from Luke Dashjr ---
GCC only supports defaults now?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189
--- Comment #27 from Luke Dashjr ---
AFAIK it's complete, but I am not a GCC developer.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189
--- Comment #25 from Luke Dashjr ---
Created attachment 49334
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=49334&action=edit
Hacky patch to workaround the bug by disabling builtin memcmp always
I wrote and am rebuilding my own systems wi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189
--- Comment #21 from Luke Dashjr ---
Not entirely, I think? At least according to the docs:
if you wish to enable built-in functions selectively when using
-fno-builtin or -ffreestanding, you may define macros such as:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95189
--- Comment #18 from Luke Dashjr ---
Someone pointed out to me that the bug metadata says "Known to work: 9.3.0"