This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/46402] libquadmath: Add fmalq
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 16 Jan 2011 16:40:34 +0000
- Subject: [Bug fortran/46402] libquadmath: Add fmalq
- Auto-submitted: auto-generated
- References: <bug-46402-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46402
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-16 16:40:09 UTC ---
Author: jakub
Date: Sun Jan 16 16:40:05 2011
New Revision: 168852
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=168852
Log:
PR fortran/46402
* quadmath.map (QUADMATH_1.0): Add fmaq.
* configure.ac: Check for fenv.h, feholdexcept, fesetround,
feupdateenv, fesetenv and fetestexcept.
* configure: Regenerated.
* config.h.in: Regenerated.
* quadmath.h (fmaq): New prototype.
* quadmath_weak.h (fmaq): Add.
* Makefile.am (libquadmath_la_SOURCES): Add math/fmaq.c.
* Makefile.in: Regenerated.
* quadmath-imp.h: Include config.h.
* math/expq.c: Include fenv.h.
(USE_FENV_H): Define if libm support for fe* is there.
(expq): Add fesetround etc. support if USE_FENV_H is defined.
* math/fmaq.c: New file.
* libquadmath.texi (fmaq): Add.
Added:
trunk/libquadmath/math/fmaq.c
Modified:
trunk/libquadmath/ChangeLog
trunk/libquadmath/Makefile.am
trunk/libquadmath/Makefile.in
trunk/libquadmath/config.h.in
trunk/libquadmath/configure
trunk/libquadmath/configure.ac
trunk/libquadmath/libquadmath.texi
trunk/libquadmath/math/expq.c
trunk/libquadmath/quadmath-imp.h
trunk/libquadmath/quadmath.h
trunk/libquadmath/quadmath.map
trunk/libquadmath/quadmath_weak.h