[Bug tree-optimization/27768] [4.2 regression] wrong-code with vectors
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun May 28 20:48:00 GMT 2006
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-05-28 20:47 -------
Something is removing the store to _M_start.
this_252 = (struct _Vector_base<B*,std::allocator<B*> > *) &b;
this_253 = this_252;
# VUSE <SMT.84_402>;
D.13530_256 = this_252->_M_impl._M_start;
I think the cast there is causing the problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27768
More information about the Gcc-bugs
mailing list