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 c++/35140] wrong result due to -O2 optimization in combination with std::list



------- Comment #3 from basti at fkp dot tu-darmstadt dot de  2008-02-08 16:32 -------
One can even omit the helper class sample and directly use a list<size_t >,
bug is still there!!! 

the above mentioned work-around with -fno-strict-aliasing works, 
but still...

makes my kinda nervous about all my codes...


-- 


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


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