This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Target FUNCTION_{PRO,EPI}LOGUE question


"Joseph S. Myers" <jsm28@cam.ac.uk>:
> [...] While GMP has more than is needed, it should cover languages
> that need general multiple precision, such as GNU Ada (though I
> don't know if the multiple precision implementation in GNU Ada is
> part of the runtime library; if so, this wouldn't work, since GMP is
> overkill for the runtime library, though parts of it are actually
> used internally by GNU libc), and has the great advantage that it is
> already written, optimised and debugged.  G95 is already using GMP.

Multiple precision for GNU Ada is handled in the front-end (source
uintp.ad[sb]) and not exported in the runtime library (there are
multiple Ada GMP libraries floating around anyway).

-- 
Laurent Guerby <guerby@acm.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]