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

--- Comment #8 from Peter Bergner <bergner at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #5)
> BTW, for the case where -mabi=ieeelongdouble is the default unless there is
> some power* specific configuration in the library that needs to be done
> perhaps changing configure.tgt is all we need

Maybe a dumb question, but do we really need to support IBM 128 extended format
at all, regardless of whether long double is IBM128 or IEEE128?  Meaning, since
D is "new" and we have no backwards compatibility issues, can we just say D
only supports IEEE128?  ...assuming doing that can make things easier for us.


(In reply to Dan HorĂ¡k from comment #3)
> - you need to start with GCC 11 as GCC 12 needs an existing gdc compiler

Yeah, I found that out pretty quickly :-)


> -
> https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libphobos/configure.tgt;
> h=0063dd23249101b3506106ebbe32f454bcb829fb;hb=HEAD#l47 can go away, seems to
> build   OK in GCC 11 without the line

Ah, but this is news to me.  I'll kill my trunk build and remove that line and
re-kick things off.  Thanks!

Reply via email to