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: Errors on trunk since a while


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.


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