This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Errors on trunk since a while
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Tue, 29 Aug 2006 11:37:28 +0200
- Subject: Re: Errors on trunk since a while
- References: <Pine.LNX.4.64.0608291115460.4241@nyjnma.fhfr.qr>
Richard Guenther wrote:
I get since a few days
What do you mean by "I get"? When? Where? Apparently, *nobody* else is
seeing that error on testresults during normal make, make check...
any ideas?
I don't know, recently __convert_from_v has been changed in mainline to
a vararg function, maybe you could start from that... But the entire
issue is deeply mysterious: __convert_from_v is used eminently by
num_put of floats (vs money_put) and you should also see it there... A
specific feature of money_put is that we are passing a constant string
literal, "%.*Lf", maybe also something to consider.
Are you sure the tool chain is solid, no experimental linkers on that
machine, things like that?!?
Paolo.