This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch, RFA] libstdc++/24975: aliasing rules violations in set/multiset
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Tue, 22 Nov 2005 02:04:04 +0100
- Subject: Re: [Patch, RFA] libstdc++/24975: aliasing rules violations in set/multiset
- References: <43826317.20706@suse.de> <m3fyppwm89.fsf@uniton.integrable-solutions.net>
Gabriel Dos Reis wrote:
>| Richard confirmed that my fix below cures the problem - indeed is pretty
>| much straightforward and safe from the binary compatibility point of
>| view - but I'm still wondering whether we can do better (e.g., less
>| redundancy in stl_tree.h), still paying the highest attention to those
>| general requirements. Otherwise, I mean to apply it soon.
>
>I thought we had more than that -- funny though, I
>came across a year ago but said "hum, who cares?" :-(
>
>
Eh, same here, more or less :-( :-(
Anyway, a quich audit didn't reveal more, but we are certainly going to
pay more attention to such issues.
Thanks for your feedback,
Paolo.