This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] libstdc++/31440
Paolo Carlini <pcarlini@suse.de> writes:
| Hi Gaby.
|
| >I have had a very hard day, so I'm slow at puzzles :-( You seem to
| >understand where the issue is, so plesse could elaborate a bit on what
| >the problem is what solution you're proposing?
| >
| basically, it's just one of those cost-correctness issues. I'm coming
| to the conclusion it's a real regression vs the behavior we always
| had, it's just that by chance another implementation is affected by
| the same problems. I would fix it by adding (back) a bit of redundancy
| (and removing a few casts), like the below, tested x86-linux. Sounds
| good?
If I understand correctly, sounds good.
-- Gaby