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++/32182] -fstrict-aliasing optimizations cause constructor not to run for object causing segfault



------- Comment #4 from pinskia at gcc dot gnu dot org  2007-06-01 21:16 -------
I am thinking you are volating C++ aliasing rules (though if you convert the
static casts over to placement news it will not work either but that is PR
29286).


-- 


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


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