https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100490

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2021-05-09
           Keywords|                            |build
          Component|c++                         |bootstrap
     Ever confirmed|0                           |1
             Target|                            |aarch64-openmandriva-linux
             Status|UNCONFIRMED                 |WAITING

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
#0  0x0000ffff913cd6b4 in __gmpn_add_n () from /usr/lib64/libgmp.so.10
#1  0x0000ffff913d6ce8 in __gmpz_add () from /usr/lib64/libgmp.so.10
#2  0x0000ffff91498dd8 in mpfr_exp_2 () from /usr/lib64/libmpfr.so.6
#3  0x0000ffff9147c2d0 in mpfr_exp () from /usr/lib64/libmpfr.so.6
#4  0x0000ffff91488500 in mpfr_pow_general () from /usr/lib64/libmpfr.so.6
#5  0x0000ffff91489604 in mpfr_pow () from /usr/lib64/libmpfr.so.6


Did you build GMP/MPFR yourself? Did you include it in the sources to have it
built with GCC? 

Is the build of GCC picking up a different header version from the library
version?  (This is known to cause issues).

Note I was able to build GCC 11.1.0 just fine on an aarch64 machine running
ubuntu 1804 without any issues. Both with using the version of gmp/mpfr from
shared library and the one which is that can be gotten from
contrib/download_prerequisites .

Reply via email to