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++/15795] Strange bug / incorrect code generation with SSE


------- 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


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