[Bug c++/15795] Strange bug / incorrect code generation with SSE
ma1flfs at bath dot ac dot uk
gcc-bugzilla@gcc.gnu.org
Thu Jun 3 15:09:00 GMT 2004
------- Additional Comments From ma1flfs at bath dot ac dot uk 2004-06-03 15:08 -------
Ok. However "new" is C++ and not malloc, and it should know about what it is
about to allocate, I think. I still think this is a gcc bug, as:
* __m128 is an intrinsic, and so gcc should know about the way it must be
aligned
* new, a c++ keyword, should obey those things
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15795
More information about the Gcc-bugs
mailing list