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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
cloog/ppl_c/ppl has been removed and replaced with isl which works ok compiling
inside the gcc directory too.

What was happening before is libgmpxx was picking up the shared library version
which links to libgmp.
The link order has changed now too such that
-L/data/gcc-arm/wa/gcc_obj2/./gmp/.libs
-L/data/gcc-arm/wa/gcc_obj2/./mpfr/.libs is placed before isl libraries.

Reply via email to