About GSOC.
Joseph Myers
joseph@codesourcery.com
Wed Jan 23 17:37:00 GMT 2019
On Wed, 23 Jan 2019, Tejas Joshi wrote:
> But I really dont know how to inspect a file like real.h (real_value)/real.c?
Use cc1 to build a test program with selected floating-point constants in
it. Set breakpoints on appropriate functions in real.c (e.g. related to
converting strings for real constants into the internal representation).
Look at the representation produced for those constants to determine the
particular conventions being used.
--
Joseph S. Myers
joseph@codesourcery.com
More information about the Gcc
mailing list