Control: reassign -1 gcc-7 Control: retitle -1 gcc: Decimal float support is not enabled on kfreebsd-amd64
On 2 May 2018, at 10:38, Svante Signell <svante.sign...@gmail.com> wrote: > > Source: mpfr4 > Version: 4.0.1-1 > Severity: important > Tags: patch > User: debian-bsd@lists.debian.org > Usertags: kfreebsd > > Hi, > > mpfr4 FTBFS on kFreebsd-amd64 due to mismatches in the debian/libmpfr6.symbols > file. Attached is a file with the symbols generated from the build: > libmpfr6.symbols.kfreebsd-amd64. > > Thanks! You're right that the symbols file is currently wrong, but IMO gcc should have decimal float support enabled for kfreebsd-amd64. It's enabled for kfreebsd-i386 by virtue of the fact that i?86*-*-gnu* (for Hurd) matches kfreebsd-i386's tuple, but there's no corresponding x86_64*-*-gnu* for a future 64-bit Hurd, and thus kfreebsd-amd64's tuple is not matched[0]. James [0] https://github.com/gcc-mirror/gcc/blob/trunk/config/dfp.m4#L23-L26