This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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.


Jason Merrill <jason@redhat.com> writes:

> > All that aside, I would certainly be in favor of changing the mangling
> > of floating point constants to a machine independent form.  C99 hex
> > encoding is as good as any.
> 
> I don't have much of an opinion.  I frankly don't see the problem with the
> existing solution of just dumping the target-dependent hex representation.

The only problem is that it is impossible to write a target-
independent demangler.

Otherwise it is fine.

Ian


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