https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92223
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2019-10-25 Ever confirmed|0 |1 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Are you talking about 32-bit x86 and 64-bit x86_64? Because "x32" means something completely different: https://en.wikipedia.org/wiki/X32_ABI "x64" is also wrong, it's a stupid term used by Microsoft for x86_64, but x32 means something completely different to 32-bit x86 a.k.a IA-32. Please avoid "x64" completely and only use "x32" if you actually mean x32, not 32-bit x86.