This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH] PR libstdc++/13045 / C++ demangler, floating values and function pointer type return type postfix fix.


On Mon, Nov 24, 2003 at 01:36:53PM -0800, Geoff Keating wrote:
> That might be reasonable for 'float' and 'double', but 'long double'
> varies greatly between platforms.

sizeof(long double) is > 8 I suppose?  In that case it will
print just the hex value: (double)[3ff999294912bc6120e95828]
or actually, it currently would fail to demangle it,
it doesn't support the 'long double' casts in literals.

-- 
Carlo Wood <carlo@alinoe.com>


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