Re: no quadmath.h on ppc64 ?

2018-04-20 Thread Dennis Clarke
On 17/04/18 09:53 AM, Gabriel F. T. Gomes wrote: Hi, Dennis. On Tue, 17 Apr 2018, Dennis Clarke wrote: nix$ cat pq.c Where does this test case file come from? nix$ grep "FLT128_DIG" /usr/local/gcc7/lib/gcc/powerpc64-unknown-linux-gnu/7.3.0/include/float.h #undef FLT128_DIG #define FLT128_D

Re: no quadmath.h on ppc64 ?

2018-04-17 Thread Dennis Clarke
On 17/04/18 09:53 AM, Gabriel F. T. Gomes wrote: Hi, Dennis. On Tue, 17 Apr 2018, Dennis Clarke wrote: nix$ cat pq.c Where does this test case file come from? Are you asking the same question over and over again on purpose? It is a trivial test. So it came from my coffee cup. Here .. t

Re: no quadmath.h on ppc64 ?

2018-04-17 Thread Gabriel F. T. Gomes
Hi, Dennis. On Tue, 17 Apr 2018, Dennis Clarke wrote: >nix$ cat pq.c Where does this test case file come from? >nix$ grep "FLT128_DIG" >/usr/local/gcc7/lib/gcc/powerpc64-unknown-linux-gnu/7.3.0/include/float.h >#undef FLT128_DIG >#define FLT128_DIG __FLT128_DIG__ Notice that FLT1

Re: no quadmath.h on ppc64 ?

2018-04-17 Thread Dennis Clarke
On 17/04/18 09:53 AM, Gabriel F. T. Gomes wrote: Hi, Dennis. On Tue, 17 Apr 2018, Dennis Clarke wrote: nix$ cat pq.c Where does this test case file come from? Here, there, my head, where ever. It was a long day and I had been trying all manner of variations in order to get something anythi

Re: no quadmath.h on ppc64 ?

2018-04-16 Thread Dennis Clarke
> > Working on it : > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895452 > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82686 https://gcc.gnu.org/ml/gcc-testresults/2018-04/msg01351.html nix$ cat pq.c #define _XOPEN_SOURCE 600 /* #include */ #include #include #include #include

Re: no quadmath.h on ppc64 ?

2018-04-16 Thread Dennis Clarke
On 12/04/18 01:39 PM, Dennis Clarke wrote: On 05/04/18 01:24 AM, John Paul Adrian Glaubitz wrote: On 04/05/2018 12:01 AM, Dennis Clarke wrote: So there we see "--disable-libquadmath --disable-libquadmath-support". damn.   :-( Please file a bug report against Debian's gcc-5, gcc-6, gcc-7 and

Re: no quadmath.h on ppc64 ?

2018-04-12 Thread Dennis Clarke
On 05/04/18 01:24 AM, John Paul Adrian Glaubitz wrote: On 04/05/2018 12:01 AM, Dennis Clarke wrote: So there we see "--disable-libquadmath --disable-libquadmath-support". damn.   :-( Please file a bug report against Debian's gcc-5, gcc-6, gcc-7 and gcc-8 packages if you think that libquadmath

Re: no quadmath.h on ppc64 ?

2018-04-06 Thread Gabriel F. T. Gomes
On Thu, 05 Apr 2018, Breno Leitao wrote: >On 04/04/2018 07:01 PM, Dennis Clarke wrote: >> So there we see "--disable-libquadmath --disable-libquadmath-support". > >This is also disabled on ppc64el and it should be enabled, so, put both ppc64 >and ppc64el on your bug, please. > >Since ppc64 suppo

Re: no quadmath.h on ppc64 ?

2018-04-05 Thread Breno Leitao
On 04/04/2018 07:01 PM, Dennis Clarke wrote: > So there we see "--disable-libquadmath --disable-libquadmath-support". This is also disabled on ppc64el and it should be enabled, so, put both ppc64 and ppc64el on your bug, please. Since ppc64 supports float128 I suppose this should be enabled by de

Re: no quadmath.h on ppc64 ?

2018-04-04 Thread John Paul Adrian Glaubitz
On 04/05/2018 12:01 AM, Dennis Clarke wrote: > So there we see "--disable-libquadmath --disable-libquadmath-support". > > damn.   :-( Please file a bug report against Debian's gcc-5, gcc-6, gcc-7 and gcc-8 packages if you think that libquadmath must be enabled. There are usually good reasons for

Re: no quadmath.h on ppc64 ?

2018-04-04 Thread Dennis Clarke
On 04/04/18 02:57 PM, Breno Leitao wrote: Hi Dennis, On 04/04/2018 03:31 PM, Dennis Clarke wrote: Silly question. I tried to test a bit of _Float128 datatype stuff and so  I installed the only libquadmath lib I could find. nix$ dpkg -L libquadmath0-ppc64el-cross Are you using ppc64 or ppc

Re: no quadmath.h on ppc64 ?

2018-04-04 Thread Breno Leitao
Hi Dennis, On 04/04/2018 03:31 PM, Dennis Clarke wrote: > > > Silly question. I tried to test a bit of _Float128 datatype stuff and so >  I installed the only libquadmath lib I could find. > > nix$ dpkg -L libquadmath0-ppc64el-cross Are you using ppc64 or ppc64el? This package you listed shoul