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 optimization/13418] optimized code calls operator delete before finishing destructor


------- Additional Comments From stever at eecs dot umich dot edu  2003-12-16 19:15 -------
(In reply to comment #2)
> The reinterpret_casts smell a bit of aliasing violations. Does
> -fno-strict-aliasing help?
> 

Yes, that seems to take care of it (for my test case at least).  Let me try to
fix it for my application and I'll close out the bug if that's all it is.

Thanks.


-- 


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


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