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

[Bug libstdc++/24975] Aliasing problems inside libstdc++



------- Comment #16 from pcarlini at suse dot de  2005-11-22 15:17 -------
(In reply to comment #15)
> So that leaves us with basic_string and it's problems.  What do you suggest to
> vendors needing ABI compatibility?

I'm still trying to figure out whether we can do something not breaking the
ABI. Honestly, I think we should first figure out whether this specific cast
really causes problems or not. If it does, then we should raise the priority of
the issue to the highest level and probably it warrants an ABI breakage (for
4.2). If it doesn't and/or we are not ready to break the ABI, probably tweaking
the compiler to spill warnings to the face of the user is not an appropriate
action.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24975


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