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

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48357|0                           |1
        is obsolete|                            |

--- Comment #45 from John David Anglin <danglin at gcc dot gnu.org> ---
Created attachment 48901
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=48901&action=edit
Patch to use libquadmath with gfortran on hpux

This patch enables the use of libquadmath with gfortran on hpux.  There is no
system support for long double (or __flat128) math, so it would be nice if we
could use the libquadmath support for __float128.

The attached patch works with both 32 and 64-bit hpux targets.  There are a
couple of testsuite fails that I haven't had time to investigate yet.  But
mostly it works.

Reply via email to