[Bug c++/96387] gnu gmp c source edit g++ internal compiler error appear
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jul 30 07:35:47 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96387
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You are changing the ABI of the GMP library and not recompiling all of the
software to use the new struct. THIS Is invalid as GCC uses GMP internally (so
does MPFR) and you changed the ABI so you get what you get; undefined behavior
since the ABIs are not compatiable.
More information about the Gcc-bugs
mailing list