On 11/04/18 04:52 PM, Matthias Klose wrote:
On 11.04.2018 19:04, Dennis Clarke wrote:
Package: gcc-7
Version: 7.3.0-15
Severity: important
Dear Maintainer,
* What led up to the situation?
Attempt to compile a trivial code test that uses #include <quadmath.h>
as well as _Float128 datatype and quadmath_snprintf() call fails with
fatal error: quadmath.h: No such file or directory
I have dark memories, that quadmath didn't build. Please could you check that
again with a native build and a cross build, if you have access to a ppc64
platform?
I am working on it. I need to get past some new silly dependency that
makes little sense given that the bootstrap fails in stage 3 of all
places :
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82686
So I should ( in theory ) be able to build the gc code in place and in
the tree in the same manner as gmp, mpfr, mpc and isl. So I am working
on that but it just isn't working.
In any case I'll get the sources from http://www.hboehm.info/gc/ and
keep hacking at this on ppc64.
Dennis